body{
  font-family: "Poppins",sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

*{
  box-sizing: border-box;
}

@font-face {
  font-family: 'poppins';
  src: url(/css/font/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'poppins';
  src: url(/css/font/Poppins/Poppins-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'poppins';
  src: url(/css/font/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}

.regular-font {
  font-weight: 400;
  font-size: 20px;
}

.medium-font {
  font-weight: 500;
  font-size: 28px;
}

.bold-font {
  font-weight: 700;
}

.container {
  width: 1024px;
  margin: 0 auto;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.half-width {
  width: 50%;
  float: left;
}

.quater-width {
  width: 25%;
  float: left;
}

.green-bg {
  background-color: #2f7867;
  color: #fff;
}

.section-space {
  margin: 100px 0;
}

.explain-txt-tb-space {
  margin: 20px 0;
}

.btns {
  padding: 10px;
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 26px;
  width: 120px;
  margin-right: 10px;
  background-color: #373737;
  color: #fff;
}

.logo a {
  text-decoration: none;
  color: #fff;
  font-size: 26px;
}

.logo {
  float: left;
  margin: 36px 0;
}

.nav-items a {
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  color: #fff;
}

.nav-items li {
  float: left;
  margin: 0 18px;
}

.nav-items {
  float: right;
  margin: 36px 0 ;
}

.slider-txt-section {
  width: 40%;
  float: left;
}

.slider-txt-section h1 {
  font-size: 36px;
}

.slider-txt-section p {
  font-size: 14px;
  padding-right: 40px;
  margin: 30px 0;
}

.slider-img {
  width: 60%;
  float: left;
  background-image: url(/images/main.png);
  height: 346px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  
}


.product-img {
  width: 100%;
  padding: 16px;
}

.product-name {
  text-align: center;
  padding: 6px;
}

.product-name h1 {
  font-size: 16px;
  margin-top: 8px;
}

.discribing-txt-section {
  width: 50%;
  float: left;
  padding: 0 30px 0 0;
}

.discribing-features-section li {
  width: 50%;
  float: left;
  padding: 10px;
  margin: 14px 0;
}

.discribing-features-section h1 {
  font-size: 16px;
  margin: 14px 0;
}

.discribing-features-section i {
  font-size: 20px;
  color: #777;
}

.discribing-features-section p {
  font-size: 14px;
}


.discribing-img-section {
  height: 556px;
}

.discribing-img-section img {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 26px;
}

.ul-slyle {
  list-style: circle;
  display: inline-block; 
}

.space {
  padding: 28px;
}

.discribing-features-section-2 {
  padding: 0 0px 0 30px;
  margin-top: 30px;

}

.discribing-features-section button {
  margin-left: 20px;
}

.footer-product-img {
  width: 40%;
  float: left;
}

.footer-product-img img {
  width: 100%;
  padding: 8px;
}

.product-explanation {
  width: 60%;
  float: left;
  font-size: 13px;
  padding: 14px 0px;
}

.product-explanation h1 {
  font-size: 18px;
}

.product-explanation p {
  margin: 10px 0;
}

.footer-width {
  width: 33%;
}
.footer-product-section li {
 float: left;
}

.product-img-section {
  position: relative;
  cursor: pointer;
  padding: 18px;
}


.product-effect {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 220px;
  background-color: #e4e4e4;
  border-radius: 25px;
  z-index: -1;
  opacity: 0;
}

.product-effect button {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 0;
  background-color: #373737;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.product-img-section:hover .product-effect  {
  opacity: 1;
}

.slider-btns button {
  background-color: transparent;
}

.slider-btns button:hover {
  background-color: #eded26;
  border: 0;
}

.btns:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.menu a {
  position: relative;
}

.menu a::after {
  content: "";
  position: absolute;
  background-color: #eded26;
  color: #a0a0a0;
  height: 3px;
  width: 0;
  left: 0;
  bottom: -6px;
  border-radius: 5px;
  transition: 0.3s;
}

.menu a:hover::after {
  width: 100%;
  color: #fff;

}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 40%);
  display: none;
}


.popup {
  width: 400px;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;

  padding: 20px;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -200px;
}

.popup i {
  float: right;
  cursor: pointer;
}

.dialog {
  width: 100%;
  float: inline-start;
  background-color: #978f8f;
}