*{
  padding: 0;
  margin: 0;
  box-sizing: 0;
}
body{
  background-color: black;
}
.homebg{
  width: 100%;
  height: 1000px;
  background-image: url(../images/homebg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  position: relative;
}
.blackbg{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#navbar{
  width: 60%;
  height: 100px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.5);
  float: left;

}
#navbar-iteam{
  display: inline-block;
  text-decoration: none;
  margin-left: 40px;
  margin-top: 30px;
}
#lilink:hover{
  color: #fcb91c;
}
#lilink{
  font-family: "Kanit", sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: white;
}
.signinbtn{
  float: left;
  height:100px;
  position: absolute;
  right: 300px;
}
.signinbtn button{
  width: 180px;
  height: 40px;
  border-radius: 40px;
  border-style: none;
font-family: "Kanit", sans-serif;
font-size: 20px;
  text-align: center;
  margin-top: 30px;
}
.signinbtn button:hover{
  background-color: #fcb91c;
  color: white;
  cursor: pointer;
}
#signupbtn{
  float: right;
  position: absolute;

  right: 170px;
  margin-top: 30px;
  font-size: 20px!important;
}
#taglinetxt{
  color: white;
  position: absolute;
  top: 200px;
  left: 200px;
  font-size: 80px;
  color: yellow;
  font-family: "Cookie", cursive;
  word-spacing: 30px;
  margin-bottom: 20px;
  letter-spacing: 10px;
}
#taglinetxt1{
  color: white;
  position: absolute;
  top: 320px;
  left: 350px;
  font-size: 20px;
  letter-spacing: 6px;
  font-weight: bold;
  color: white;

}
.ourproductcon{
  width: 80%;
  height: 600px;
  float: left;
  background-color: inherit;
  position: absolute;
  margin-left: 10%;
  padding: 10px;
  top:350px;
}
.ourproductbox{
  width: 290px;
  height:290px;
  margin-left: 50px;
  margin-bottom: 20px;
  border: solid 1px gray;
  margin-left: 10px;
  text-align: center;
  float: left ;
}
.ourproductbox:hover{
  box-shadow: 10px  10px 10px white;
  color: white;
  cursor: pointer;
  transition: ;
}
.product_li{
  color: red;
}

.ourproductbox p{
  background: green;
  height: 40px;
  color: gold;
  font-family: "Kanit", sans-serif;
  font-size: 25px;
  box-shadow: 0px 0px 2px black;
}
#ourproductbox_imgbox{
  width: 97%;
  height: 250px;
  margin-left: 1.5%;
}

.containar2{
  width: 100%;
  height: 600px;
  float: left;
background-color:white;
}
#menuicon{
  color: white;
  margin-left: 5px;
  margin-top: 5px;
}
.containr3{
  width: 100%;
  height: 400px;
  float: left;
  background: white;
  text-align: center;
  position: relative;
}
#Ttext{
  font-size: 65px;
  margin-bottom: 20px;
  color: green;
}
#itext{
  font-size: 25px;
  color: #000;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 20px;

}
#homeourmenu_Btn{
  background: green;
  width: 100px;
  height: 60px;
  color: yellow;
  text-align: center;
  font-weight:bold;
  font-family: "Kanit", sans-serif;
  cursor: pointer;
}
#homeourmenu_Btn:hover{
  background: inherit;
  color: black;
}
#sideimages{
  width: 350px;
  height: 250px;
  position: absolute;
  top: 50px;
  /* left: 150px; */
  right: 100px;
}
.mansaif{
  width: 300px;
  height: 240px;
  background-color: #a34ed4;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 100px;
}
#saifImg{
  width: 300px;
  height:250px;
  margin-top: 22px;
}
.daryproductcon{
  width: 100%;
  height: 300px;
  background-color: white;
}
