.hero-section {
  color: #fff;
  position: relative;
  padding: 250px 0;
  overflow: hidden;
  min-height: 1220px;
}
@media (max-width: 1599.98px) {
  .hero-section {
    padding: 200px 0;
    min-height: 900px;
  }
}
@media (max-width: 991.98px) {
  .hero-section {
    padding: 150px 0;
  }
}
.hero-section .hero-image {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: -1;
  background: linear-gradient(250.72deg, #D59D13 4.64%, #3796D8 95.48%);
  height: 100%;
  width: 100%;
}
.hero-section .hero-image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
.hero-section .hero-wrapper .hero-left h1 {
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: "SangBleu Sunrise";
  max-width: 18ch;
}
@media (max-width: 1599.98px) {
  .hero-section .hero-wrapper .hero-left h1 {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
.hero-section .hero-wrapper .hero-left p {
  font-size: 18px;
}
@media (max-width: 1599.98px) {
  .hero-section .hero-wrapper .hero-left p {
    font-size: 16px;
  }
}
.hero-section .hero-wrapper .hero-left .hero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .hero-section .hero-wrapper .hero-left .hero-buttons {
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1199.98px) {
  .hero-section .hero-wrapper .hero-left .hero-buttons .btn.black-btn span {
    font-size: 12px;
    line-height: 1.2;
  }
}
.hero-section .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.hero-section .features .featwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}
@media (max-width: 1599.98px) {
  .hero-section .features .featwrap > img {
    max-width: 40px;
  }
}
.hero-section .features .feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
.hero-section .features .feature-box h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1599.98px) {
  .hero-section .features .feature-box h4 {
    font-size: 16px;
  }
}

.btn-floating:hover img {
  margin-bottom: -3px;
}

.btn-floating {
  position: fixed;
  right: 15px;
  overflow: hidden;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  border: 2px solid #fff;
  z-index: 9999;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-floating:hover {
  width: auto;
  padding: 0 20px;
  cursor: pointer;
}

.btn-floating span {
  font-size: 16px;
  margin-left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 0px;
  display: none;
}

.btn-floating:hover span {
  display: inline-block;
}

/* Phone */
.btn-floating.phone {
  bottom: 85px;
  background-color: #30A24C;
}

.btn-floating.phone:hover {
  background-color: #30A24C;
}

/* WhatsApp */
.btn-floating.whatsapp {
  background-color: #30A24C;
  bottom: 25px;
}

.btn-floating.whatsapp:hover {
  background-color: #30A24C;
}