@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Bayon&family=Noto+Sans+Khmer:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


a{
  text-decoration: none;
}
hr{
  opacity: 0.5;
}
h2{
  color:#020401;
}
.p{
  color:#020401;
}

html,
body {
  font-family: "Poppins", sans-serif;
  font-family: "Bayon", sans-serif;
  background-color: #FEF8EA;
  position: relative;
  height: 100%;
}
.add{
  position: absolute;
  left: 90%;
}


ul {
  list-style-type: none;
}

ul li a {
  text-decoration: none;
}

.container {
  width: 1200px;
  margin: auto;
}

.welcome {
  display: flex;
  justify-content: space-between;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0px 20px;
  border-bottom: 2px solid black;
}
.text{
  width: 120px;
}

.icon{
  display: flex;
}

.icon-text{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 22px;
  margin-top: 8px;
  margin-right: 5px;
}
.icon .icon-text a i{
  line-height: 22px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.icon .icon-text:first-child{
  background-color: blue;
}
.icon .icon-text:nth-child(2){
  background-color: red;
}
.icon .icon-text:nth-child(3){
  background-color:#178EC9;
}
.icon .icon-text:nth-child(4){
  background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
}


.languag .lang {
  position: relative;
}
.languag .lang .lang-item {
  display: flex;
}

.languag .lang .lang-item .lang-link {
  padding: 0px 20px;
  color: #020401;
  font-weight: 500;
  border-radius: 6px;
  display: flex;
}
.languag .lang .lang-item .lang-link i{
  margin-top: 12px;
}
.languag .lang .lang-item .lang-link .lang-span {
  margin-left: 5px;
}

.languag .lang .languag-dropdown {
  width: 80px;
  border-radius: 6px;
  background-color: #e4e3e3;
  position: absolute;
  padding: 5px 0;
  display: none;
  top: 40px;
  right: 2px;
}

.languag .lang .languag-dropdown span {
  padding-right: 20px;
}


.languag .lang .languag-dropdown .hidden {
  width: 100%;
  height: 40px;
  background-color: transparent;
  position: absolute;
  top: -30px;
}

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

/* ---- */
.header {
  display: flex;
  justify-content: space-between;
  height: 70px;
  padding-top: 15px;
}

.logo{
  width: 90px;
  margin-top: -10px;
  align-items: center;
  
}
.logo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search {
  display: flex;
}
.search .search-item{
  width: 600px;
}
.search input[type=search] {
  padding: 9.4px;
  font-size: 12px;
  border: 1px solid #939191;
  float: left;
  width: 90%;
  font-family: "Bayon", sans-serif;
  border-radius: 10px 0px 0px 10px;
}
.search input:focus{
  outline: 0;
}
.search-item .search-link button {
  float: left;
  width: 50px;
  height: 42px;
  padding-top: 10px;
  padding-bottom: 11px;
  background: #66676C;
  color: white;
  font-size: 13px;
  border: 1px solid  #020401;;
  border-left: none;
  cursor: pointer;
  border-radius: 0px 10px 10px 0px;
}

.head {
  display: flex;
  padding-top: 10px;
}

.head .head-item {
  margin-top: -4px;
  margin-left: 20px;
}

.head .head-item .head-link span {
  font-size: 15px;
  color: #020401;
  padding: 8px 10px;
  align-items: center;
  border: 1px solid #020401;
  border-radius: 6px;
}
.head .head-item .head-link:hover span{
  background-color: #66676C;
  color: #FFFFFF;
  transition: 0.05s;
}
.head .head-item .head-link .cart {
  border: none;
}

.head .head-item .head-link .cart i {
  font-size: 27px;
  color: #020401;
}

.head .head-item .head-link .cart i:hover {
  border-bottom: 2px solid #66676C;
  transition: 0.05s;
  border-radius: 5px;
}

.navbar {
  width: 60%;
  margin: auto;
  padding: 20px 0;
  z-index: 99;
  position: relative;
}

.navbar .navbar-nav {
  display: flex;
  justify-content: space-between;
}

.navbar .navbar-nav .nav-item .nav-link{
  color: #020401;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
  color: #363738;
  transition: 0.03s;
}
/* dropdown -1*/
.navbar .navbar-nav .nav-item{
  position: relative;
}
.navbar .navbar-nav .navbar-dropdown {
  width: 190px;
  border-radius: 6px;
  background-color: #F5F5F5;
  list-style-type: none;
  position: absolute;
  padding: 5px 0px;
  display: none;
  top: 40px;
}

.navbar .navbar-nav .navbar-dropdown .hidden{
  width: 100%;
  height: 40px;
  background-color: transparent;
  position: absolute;
  top: -30px;
}

.navbar .navbar-nav .navbar-dropdown .nav-item{
  padding: 7px 10px;
  border-radius: 0;
}
/* hover */
.navbar .navbar-nav .nav-item:hover .navbar-dropdown{
  display: block;
}
.navbar .navbar-nav .nav-item .navbar-dropdown:hover{
  color: rgb(206, 206, 206);
}

/* dropdown -2 */
.navbar .navbar-nav .nav-item .navbar-dropdown .nav-item .navbar-subdropdown{
  width: 190px;
  border-radius: 6px;
  background-color: #F5F5F5;
  list-style-type: none;
  position: absolute;
  padding: 10px 0;
  left: calc(100% + 15px);
  top: 0;
  display: none;
}

.navbar .navbar-nav .nav-item .navbar-dropdown .nav-item:hover .navbar-subdropdown{
  display: block;
}

.navbar .navbar-nav .nav-item .navbar-dropdown .nav-item .navbar-subdropdown .hidden{
  width: 40px;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: -30px;
}
/* signup-section */

.wrapper {
    width: 100%;
    max-width: 450px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border: 2px solid #020401;
    border-radius: 10px;
    text-align: center;
}

.signup-box {
    width: 100%;
    padding: 40px 20px;
    border-radius: 15px;
    /* border: 2px solid #020401; */
    /* background-color: #ffffff; */
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2 {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
}

p {
    font-size: 1em;
    color: #666;
    margin-bottom: 30px;
}

.input-box {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
    border-bottom: 1px solid #999;
}

.input-box label {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 15px;
    color: #666;
    pointer-events: none;
    transition: 0.3s;
}

.input-box input:focus ~ label,
.input-box input:valid ~ label {
    top: -10px;
    font-size: 13px;
    color: #333;
}

.input-box input {
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 15px;
    color: #333;
    padding: 0 35px 0 5px;
    font-family: "Bayon", sans-serif;
}

.input-box input::placeholder {
    color: #999;
    font-size: 14px;
}

.register-btn {
    width: 100%;
    max-width: 350px;
    height: 45px;
    background-color:#66676C;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: "Bayon", sans-serif;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.register-btn:hover {
    background-color: #fff;
    color: #000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);

}

.login-link {
    font-size: 15px;
    color: black;
    margin-top: 25px;
}

.login-link a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.login-link a:hover {
    color: #66676C;
    transition: color 0.3s;
}



/* footer */
footer{
  /* background-color: #6C5DD4; */
  padding: 2rem 0;
  color:#020401;
}

footer h3{
  font-size: 20px;
  font-weight: 400;
}

ul{
  list-style-type: none;
}

footer a{
  color: #020401;
  text-decoration: none;
}

footer a:hover{
  color:black;
}

.container{
  width: 1200px;
  margin: auto;
}

.row{
  display: flex;
  flex-wrap: wrap;
}

.col-4{
  width: 33.3%;
}

.col-6{
  width: 50%;
}

.footer-logo{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}

.footer-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-logo span{
  font-size: 20px;
  font-weight: 600;
  /* color: #fff; */
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Bayon", sans-serif;
  font-weight: 600;
}

.footer-text{
  font-size: 14px;
  width: 90%;
  text-align: left;
}

.followUs{
  text-align: left;
  margin-top: 10px;
}

.social-link{
  display: flex;
  align-items: center;
}

.social-link a{
  text-decoration: none;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 0.4s ease;
}

.social-link a:hover{
  color: #020401;
  border-color: #020401;
}

.social-link i{
  font-size: 20px;
}

.mid-box{
  margin-top: 10px;
  display: flex;
  /* justify-content: space-between; */
}

.left{
  width: 48%;
}

.right{
  width: 48%;
}

.right-box{
  margin-top: 20px;
}

.footer-map{
  width: 100%;
  height: 100px;
  border-radius: 10px;
}

.footer-map iframe{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.contact-footer1{
  margin-top: 10px;
}

.contact{
  display: flex;
  align-items: center;
}

.contact p{
  margin-left: 10px;
  font-size: 14px;
}

.contact i{
  font-size: 20px;
  margin-right: 10px;
  transition: all 0.4s ease;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.right-box{
  margin-top: 10px;
}

.footer-line{
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #020401;
}

.copyright{
  text-align: center;
  margin-top: 20px;
}

.copyright p{
  font-size: 14px;
}

.col-12{
  width: 100%;
}