@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa-extrabold/Nexa-ExtraBold.eot');
  src: url('../fonts/nexa-extrabold/Nexa-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa-extrabold/Nexa-ExtraBold.woff2') format('woff2'), url('../fonts/nexa-extrabold/Nexa-ExtraBold.woff') format('woff'), url('../fonts/nexa-extrabold/Nexa-ExtraBold.svg#Nexa-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --secondary-color: #6c63ff;
  --accent-color: #00d2d3;
  --dark-color: #1a2b4c;
  --light-color: #f8f9fa;
  --success-color: #10b981;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
  color: #333;
  line-height: 1.6;
}
header {
  position: fixed;
  top: 20px;
  z-index: 100;
  width: 100%;
}
header .navbar {
  border-radius: 15px;
  padding: 10px 20px;
  background-color: transparent !important;
  background: rgba(255, 255, 255, 0.8) !important;
}
header .navbar li {
  margin-right: 20px;
}
header .navbar .logo {
  width: 200px;
}
.hero-section {
  background: url(../images/banner-bg.webp);
  padding: 250px 0 80px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
@media (max-width: 998px) {
  .hero-section {
    padding: 150px 0 80px;
  }
}
.hero-section .hero-title {
  font-size: 40px;
  font-family: 'Nexa';
  font-weight: 500;
  color: #1B1B1B;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 998px) {
  .hero-section .hero-title {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-title {
    font-size: 29px;
  }
}
.hero-section .hero-subtitle {
  margin-bottom: 2rem;
  font-size: 42px;
  font-family: 'Nexa';
  color: #DF6D19;
  font-weight: 600;
}
@media (max-width: 998px) {
  .hero-section .hero-subtitle {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-subtitle {
    font-size: 29px;
  }
}
.hero-section .content_banner {
  width: 90%;
  margin: 0 auto;
}
.hero-section p.lead {
  font-size: 20px;
}
@media (max-width: 998px) {
  .hero-section p.lead {
    font-size: 15px;
  }
}
.hero-section .left_img {
  position: relative;
  z-index: 99;
  left: 50px;
}
@media (max-width: 768px) {
  .hero-section .left_img {
    left: 0px;
  }
}
.hero-section .right_bg {
  position: relative;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  top: -40px;
}
@media (max-width: 768px) {
  .hero-section .right_bg {
    top: 0;
  }
}
.hero-section .right_bg::after {
  content: "";
  background: url(../images/banner-text-bg.png) no-repeat;
  position: absolute;
  left: -10%;
  width: 150%;
  height: 100%;
  top: 0;
  background-size: cover;
  z-index: -5;
}
@media (max-width: 768px) {
  .hero-section .right_bg::after {
    width: 100%;
  }
}
.hero-section .right_bg h3 {
  font-size: 45px;
  margin-bottom: 0;
  font-weight: bold;
  font-family: 'Nexa';
}
@media (max-width: 998px) {
  .hero-section .right_bg h3 {
    font-size: 25px;
  }
}
.hero-section .banner_btn a {
  width: 210px;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero-section .banner_btn a {
    margin-bottom: 20px;
    justify-content: center;
    display: inline-block !important;
  }
}
.section-title {
  font-size: 2.5rem;
  font-family: 'Nexa';
}
#features h2 {
  font-size: 45px;
}
#features .feature-card .top-bar {
  background: url(../images/hightlights-bg.png) no-repeat;
  padding: 10px;
  background-size: cover;
}
#features .feature-card .top-bar img {
  max-width: 50px;
}
#features .feature-card .top-bar h4 {
  font-weight: 600;
}
#features .feature-card p {
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 25px;
}
#about {
  overflow: hidden;
  background-color: rgba(255, 189, 140, 0.32);
  padding: 100px 0;
}
@media (max-width: 768px) {
  #about {
    padding-bottom: 0 !important;
  }
}
#about h2 {
  font-size: 45px;
}
#about .sub {
  font-size: 22px;
}
#about .about_content {
  font-size: 17px;
}
.how_use,
.bg_cta {
  background: rgba(255, 189, 140, 0.32);
}
#cta {
  overflow: hidden;
  background: rgba(255, 189, 140, 0.32) url(../images/cta-bg.jpg) no-repeat;
  background-size: cover;
  background-position: right;
}
@media (max-width: 998px) {
  #cta {
    background-position: left;
  }
}
#cta h2 {
  font-size: 60px;
  color: #000;
}
@media (max-width: 768px) {
  #cta h2 {
    font-size: 45px;
  }
}
#cta h2 .text-gradient {
  background: -webkit-linear-gradient(#df0051, #ff8702);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#cta .btn-theme-gradient {
  padding: 10px 25px;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
  font-size: 20px;
  background: #DF0051;
  background: linear-gradient(90deg, #df0051 0%, #ff8702 100%);
  border: 1px solid transparent;
  transition: 0.5s;
}
#cta .btn-theme-gradient:hover {
  background-color: transparent;
  background: transparent;
  color: #DF0051;
  border-color: #DF0051;
}
.how_use h2 {
  font-size: 45px;
}
.how_use .use_emrbox img {
  max-width: 120px;
}
.how_use .use_emrbox h4 {
  font-weight: 600;
}
footer {
  background-color: #DF6D19;
  color: white;
  padding: 60px 0 30px;
}
footer .ftr_logo {
  width: 250px;
}
footer .footer-links h5 {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #fff;
}
footer .footer-links h5::after {
  content: "";
  width: 50px;
  height: 4px;
  margin: 20px 0;
  display: block;
  background-color: #fff;
}
footer .footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer .footer-links .social_icons a {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-links .social_icons a:hover {
  background-color: #fff;
  color: #DF6D19 !important;
}
footer .footer-links .download_btns a {
  border: 1px solid transparent;
  background-color: #fff;
  display: inline-block;
  width: 180px;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 5px;
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
}
.btn-theme {
  background-color: #DF6D19;
  color: #fff;
  padding: 8px 20px;
  font-weight: 500;
  border: 1px solid transparent;
}
.btn-theme i {
  font-size: 20px;
}
.btn-theme:hover {
  background-color: transparent;
  border-color: #DF6D19;
  color: #DF6D19;
}
.btn-black {
  background-color: #1C1C1C;
  color: #fff;
  padding: 8px 20px;
  font-weight: 500;
  border: 1px solid transparent;
}
.btn-black i {
  font-size: 20px;
}
.btn-black:hover {
  background-color: transparent;
  border-color: #1C1C1C;
  color: #1C1C1C;
}
.text-theme {
  color: #DF6D19;
}
