.p-btn {
  background: #fff;
  border: .3px solid #ccc;
  border-radius: 10px;
  margin-right: 25px;
  padding: 10px;
  font-weight: 600;
}

.p-btn i {
  padding-left: 5px;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}

.header-container {
  opacity: 1;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 10px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 24px #0000000d;
}

.dropdown-content {
  z-index: 1;
  background-color: #fff;
  border: .3px solid #ccc;
  border-radius: 5px;
  min-width: 230px;
  display: none;
  position: absolute;
  right: 50px;
  box-shadow: 0 8px 16px #0003;
}

.dropdown-content a {
  float: none;
  color: #000;
  text-align: left;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.logo-area {
  margin-right: 32px;
}

.logo-img {
  opacity: 1;
  width: 77.4659px;
  height: 69.6621px;
  position: absolute;
  top: 16px;
  left: 90px;
}

.hero-section {
  opacity: 1;
  background: url("background-vector.70920fe9.png") center / cover no-repeat;
  width: 100%;
  height: 768px;
  position: relative;
  overflow-x: hidden;
}

.hero-title {
  opacity: 1;
  width: 100%;
  height: 95px;
  position: absolute;
  top: 309.63px;
  left: 140px;
}

.hero-title h1 {
  font-family: Outfit, sans-serif;
  font-weight: 900;
  font-style: Black;
  letter-spacing: 0%;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 100%;
}

.hero-leftTop {
  opacity: 1;
  position: absolute;
  top: 112px;
  left: 196px;
}

.hero-rightTop {
  opacity: 1;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 72px;
  left: 1073px;
}

.vector1 {
  opacity: 1;
  position: absolute;
  top: 80px;
  left: 180px;
}

.vector3 {
  opacity: 1;
  position: absolute;
  top: 80px;
  right: 150px;
}

.vector2 {
  opacity: 1;
  position: absolute;
  top: -100px;
  left: 151px;
}

.hero-leftDown {
  opacity: 1;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 576px;
  left: 79px;
}

.hero-image3, .hero-image4 {
  justify-content: space-around;
  display: flex;
}

.hero-rightDown {
  opacity: 1;
  width: 120px;
  height: 152px;
  position: absolute;
  top: 480px;
  left: 800px;
}

.img-p {
  font-family: Outfit, sans-serif;
  font-weight: 400;
  font-style: Regular;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #706c6c;
  width: 320px;
  font-size: 11px;
  line-height: 100%;
  display: block;
}

.img-p:hover {
  display: none;
}
/*# sourceMappingURL=app.2cdaf7bc.css.map */
