.hero-section * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-section body {
  height: 100%;
  overflow-y: hidden;
}

.hero-section .nav {
  display: flex;
  width: 100%;
  background: #fff;
  position: relative;
  text-align: center;
  justify-content: space-between;
  padding: 10px 30px;
}

.hero-section .nav i {
  margin-top: 12px;
  color: #00aff0;
}

.hero-section .nav #search-box {
  text-align: left;
}

.hero-section #logo {
  height: 35px;
  margin-top: 5px;
}

.hero-section .nav .search-box {
  display: flex;
  margin: auto;
  height: 40px;
  line-height: 30px;
  margin-left: 160px;
}

.hero-section .nav .search-box input {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border: none;
  border: 1px solid #00aff0;
  background: #fff;
  height: 100%;
  padding: 0 10px;
  font-size: 17px;
  width: 450px;
}

.hero-section .nav .search-box span {
  color: #fff;
  font-size: 20px;
  background: #fff;
  height: 100%;
  padding: 10px;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.hero-section .nav .search-box span::after {
  height: 100%;
  width: 100%;
  content: "";
  background: #00aff0;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 40px;
  z-index: -1;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.hero-section ul {
  margin-top: 7px;
  margin-left: 5%;
  list-style: none;
  display: flex;
}
.hero-section ul li {
  position: relative;
  padding-left: 25px;
  color: #5f6368;
  font-size: 14px;
}

.hero-section ul li a {
  text-decoration: none;
  color: #5f6368;
}

.hero-section #znakpitanja {
  cursor: pointer;
}

.hero-section ul i {
  margin-right: 3px;
  font-size: 13px;
  cursor: pointer;
}

.hero-section .results {
  margin-left: 100px;
  margin-top: 10px;
  font-size: 14px;
  color: #5f6368;
}

.hero-section .boxx {
  display: flex;
  width: 60%;
  margin-left: 100px;
  margin-top: 20px;
  color: #5f6368;
}

.hero-section .boxx img {
  max-width: 100px;
  border-radius: 50%;
  position: absolute;
  margin-top: 15px;
  filter: blur(4px);
}

.hero-section .boxx p {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.5;
}

.hero-section .boxx .desno {
  margin-left: 130px;
  filter: blur(3px);
}

.hero-section .boxx h3 {
  margin-top: 7px;
  margin-bottom: 10px;
  color: #00aff0;
  filter: blur(3.5px);
}

.hero-section .boxx li i {
  display: flex;
}

.hero-section .boxx li p {
  margin-top: -4.8px;
}

.hero-section .boxx ul {
  margin-top: 15px;
  margin-left: -25px;
  margin-bottom: 5px;
}

.hero-section .boxx h4 {
  margin-left: 4px;
}
