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



/* login-section */

.wrapper{
  display:flex;
  justify-content:center;
  align-items: center;
  height:100vh;
  /* z-index: 99; */
  width:100%;
}

.login-box{
  width: 400px;
  height: 570px;
  border-radius: 15px;
  border: 2px solid #020401;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:#ffffff;
}
h2{
  font-size:2em;
  color:#020401;
  text-align:center;
}
.input-box{
  position:relative;
  width:310px;
  margin:30px 0;
  border-bottom:1px solid #020401;
  ;
}
.input-box label{
  position:absolute;
  top:50%;
  left:5px;
  transform:translateY(-50%);
  font-size:15px;
  color:#020401;
  pointer-events:none;
  transition:.5s;
  font-family: "Bayon", sans-serif;
}
.input-box input:focus  ~ label,
.input-box input:valid  ~ label{
  top:-5px;
  font-size:13px;
}
.input-box input{
  width:100%;
  height:50px;
  background:transparent;
  border:none;
  outline:none;
  font-size:15px;
  color:black;
  padding:0 35px 0 5px;
}
.input-box .icon{
  position:absolute;
  right:8px;
  top:50%;
  color: black;
  transform: translateY(-50%);
}
.remember-forgot{
  margin:-15px 0 15px;
  font-size:.9em;
  color:black;
  display:flex;
  justify-content:space-between;
}
.remember-forgot label input{
  margin-right:3px;
}
.remember-forgot a{
  color:black;
  text-decoration:none;
}
.remember-forgot a:hover{
  text-decoration:underline;
}
.logIn-btn{
  width:100%;
  height:40px;
  background-color:#66676C;
  border:none;
  border-radius:40px;
  cursor:pointer;
  font-size: 15px;
  color:#F5F5F5;
  font-weight:500;
  font-family: "Bayon", sans-serif;
}

.logIn-btn:hover{
  background-color: #fff;
  color: #000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.signup-link{
  font-size:.9em;
  color:black;
  text-align:center;
  margin:25px 0 10px;
}
.signup-link p a{
  color:#000;
  text-decoration:none;
  font-weight:600;
}
.signup-link p a:hover{
  text-decoration:underline;
}


/* 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%;
}







