* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

header {
  background: transparent;
  position: fixed;
  z-index: 1;
  width: 100%;
}
header .container .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
header .container .header .logo {
  margin: 0;
  padding: 0;
}
header .container .header .logo img {
  width: 100%;
}
header .container .header nav .header-ul {
  display: flex;
  width: 100%;
  gap: 30px;
  align-items: center;
}
header .container .header nav .header-ul li a {
  text-decoration: none;
  color: white;
}

#home {
  background-image: url(../img/banner-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#home .container .home {
  padding: 100px 0;
}
#home .container .home .row .col .info .improved {
  font-size: 60px;
  font-weight: 400;
}

#product .container .products {
  padding: 100px 0;
}
#product .container .products .head .pro-title {
  font-size: 40px;
  font-weight: 600;
}
#product .container .products .row .col .robot .robot-bottom .robot-item .robot-title {
  font-size: 20px;
  font-weight: 700;
}

#services {
  background-image: url("../img/feature-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#services .container .services {
  padding: 100px 0;
}
#services .container .services .head .serv-title {
  font-size: 40px;
  font-weight: 700;
}
#services .container .services .row .col .serv-box .icon-p .box-title {
  font-size: 20px;
  font-weight: 500;
}

#blog .container .blog {
  padding: 100px 0;
}
#blog .container .blog .blog-title {
  font-size: 40px;
  font-weight: 700;
}
#blog .container .blog .row .col .girl-box .box-items .item-title {
  font-size: 20px;
  font-weight: 700;
}
#blog .container .blog .row .col .girl-box .btns .btn {
  background-color: #cd95ff;
  padding: 10px 20px;
}

#footer {
  background-image: url("../img/footer-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#footer .container .footer {
  padding: 30px 0;
}

.addRobot .container .add-robot {
  padding: 100px 0;
}/*# sourceMappingURL=main.css.map */