:root {
  --pb-ff-body: 'Urbanist', sans-serif;
  --pb-ff-heading: 'Urbanist', serif;
  --pb-fw-normal: normal;
  --pb-fw-thin: 100;
  --pb-fw-elight: 200;
  --pb-fw-light: 300;
  --pb-fw-regular: 400;
  --pb-fw-medium: 500;
  --pb-fw-sbold: 600;
  --pb-fw-bold: 700;
  --pb-fw-ebold: 800;
  --pb-fw-black: 900;
  --pb-fs-body: 16px;
  --pb-fs-p: 16px;
  --pb-fs-h1: 80px;
  --pb-fs-h2: 54px;
  --pb-fs-h3: 30px;
  --pb-fs-h4: 18px;
  --pb-fs-h5: 16px;
  --pb-fs-h6: 14px;
  --pb-color-common-white: #ffffff;
  --pb-color-common-black: #000000;
  --pb-color-common-yellow: #FE9D51;
  --pb-color-common-purple: #657EFF;
  --pb-color-heading-primary: #221F3F;
  --pb-color-text-body: #6D6C79;
  --pb-color-theme-primary: #FB5252;
  --pb-color-theme-secondary: #57D288;
  --pb-color-gradient-1: linear-gradient(81deg, #E8411D 0%, #FAAC52 100%);
  --pb-color-gradient-2: linear-gradient(80deg, #47479F 0%, #9191D7 100%);
  --pb-color-grey-1: #F4F5F9;
  --pb-color-border-1: rgba(109, 108, 121, 0.2);
  --pb-color-border-2: rgba(15, 27, 36, 0.1);
  --pb-color-border-3: rgba(255, 255, 255, 0.1);
  --pb-color-border-4: rgba(109, 108, 121, 0.5);
  --pb-color-shadow-1: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}

/**----------------------------------------
START: Theme Hero CSS
----------------------------------------*/
.hero-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-section .hero-shapes .shape {
  background: var(--pb-color-theme-secondary);
  height: 300px;
  width: 300px;
  position: absolute;
  bottom: -150px;
  left: -150px;
  border-radius: 50%;
}
@media (max-width: 1170px) {
  .hero-section .hero-shapes .shape {
    height: 250px;
    width: 250px;
    bottom: -125px;
    left: -125px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-shapes .shape {
    height: 200px;
    width: 200px;
    bottom: -100px;
    left: -100px;
  }
}
.hero-section .hero-shapes .shape.top-shape {
  background: linear-gradient(81deg, #E8411D 0%, #FAAC52 100%);
  bottom: auto;
  left: auto;
  top: -125px;
  right: -125px;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-shapes .shape.top-shape {
    top: -100px;
    right: -100px;
  }
}

.hero-content {
  position: relative;
}
.hero-content .title {
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 630px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .hero-content .title {
    font-size: 54px;
    max-width: 425px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .title {
    font-size: 40px;
    max-width: 315px;
  }
}
.hero-content .title .shape-text {
  position: relative;
}
.hero-content .title .shape-text .shape {
  position: absolute;
  top: -8px;
  right: -43px;
}
@media only screen and (max-width: 767px) {
  .hero-content .title .shape-text .shape {
    top: -25px;
    right: -40px;
  }
}
.hero-content p {
  max-width: 515px;
  width: 100%;
  margin-bottom: 35px;
}
.hero-content .shapes .round-shape {
  position: absolute;
  bottom: -135px;
  right: 20%;
  transform: translateX(50%);
  animation-name: spin;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media only screen and (max-width: 991px) {
  .hero-content .shapes .round-shape {
    display: none;
  }
}
.hero-content .shapes .star {
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .hero-content .shapes .star {
    right: auto;
    left: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .shapes .star {
    left: 50%;
  }
}

.hero-thumb {
  position: relative;
  z-index: 1;
  margin-left: 80px;
  margin-bottom: 50px;
}
@media (max-width: 1170px) {
  .hero-thumb {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero-thumb {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }
}
.hero-thumb .shapes .shape {
  position: absolute;
  z-index: -1;
}
.hero-thumb .shapes .shape.hero-shape-1 {
  height: 520px;
  width: 520px;
  bottom: -47px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1170px) {
  .hero-thumb .shapes .shape.hero-shape-1 {
    height: 450px;
    width: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-thumb .shapes .shape.hero-shape-1 {
    height: 520px;
    width: 520px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-thumb .shapes .shape.hero-shape-1 {
    width: 100%;
    height: 100%;
  }
}
.hero-thumb .shapes .shape.hero-shape-2 {
  bottom: 0;
  left: -30px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero-thumb .shapes .shape.hero-shape-2 {
    display: none;
  }
}
.hero-thumb .shapes .shape.hero-shape-3 {
  top: 120px;
  right: 10px;
  z-index: -5;
}
@media (max-width: 1170px) {
  .hero-thumb .shapes .shape.hero-shape-3 {
    top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-thumb .shapes .shape.hero-shape-3 {
    display: none;
  }
}
.hero-thumb .hero-counter {
  background-color: var(--pb-color-common-white);
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 15px 25px;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  left: -30px;
  top: 45%;
  transform: translateY(-50%);
  animation: hero-anim 2s infinite linear alternate-reverse;
}
@media only screen and (max-width: 767px) {
  .hero-thumb .hero-counter {
    left: 10px;
  }
}
.hero-thumb .hero-counter .counter-content {
  text-align: left;
}
.hero-thumb .hero-counter .counter-content .title {
  font-size: 30px;
  margin-bottom: 0;
}
.hero-thumb .hero-counter .counter-content .title .odometer-auto-theme {
  font-family: inherit;
}
.hero-thumb .hero-counter .counter-content .title .odometer-digit-spacer {
  width: 18px;
}
.hero-thumb .hero-counter .counter-content p {
  color: var(--pb-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
@keyframes hero-anim {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(15px);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hero-section-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-section-2 .hero-wrap {
  padding: 150px 0 270px 0;
}
@media only screen and (max-width: 991px) {
  .hero-section-2 .hero-wrap {
    padding: 100px 0 170px 0;
  }
}
.hero-section-2 .hero-shapes .shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.hero-section-2 .hero-shapes .shape.shape-2 {
  bottom: 0;
  left: 0;
}

.hero-img {
  position: relative;
  max-width: 520px;
  width: 100%;
}
@media (max-width: 1170px) {
  .hero-img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-img {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .hero-img img {
    width: 100%;
  }
}
.hero-img .line {
  height: 423px;
  position: absolute;
  top: 110px;
  right: -30px;
}
@media (max-width: 1170px) {
  .hero-img .line {
    top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-img .line {
    display: none;
  }
}
.hero-img .hero-counter {
  background-color: var(--pb-color-common-white);
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
  width: 100%;
}
.hero-img .hero-counter .thumb-list {
  display: flex;
  align-items: center;
  list-style: none;
}
.hero-img .hero-counter .thumb-list li:not(:first-of-type) {
  margin-left: -20px;
}
.hero-img .hero-counter .thumb-list li img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}
.hero-img .hero-counter .counter-content {
  text-align: left;
}
.hero-img .hero-counter .counter-content .title {
  font-size: 30px;
  margin-bottom: 0;
}
.hero-img .hero-counter .counter-content .title .odometer-auto-theme {
  font-family: inherit;
}
.hero-img .hero-counter .counter-content .title .odometer-digit-spacer {
  width: 18px;
}
.hero-img .hero-counter .counter-content p {
  color: var(--pb-color-text-body);
  font-size: 16px;
  font-weight: 500;
  margin-top: -5px;
  margin-bottom: 0;
}

.hero-info {
  margin-top: 100px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .hero-info {
    display: inline-block;
  }
}
.hero-info .star {
  position: absolute;
  top: 40%;
  right: -30px;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .hero-info .star {
    right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-info .star {
    top: 35%;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-info .star {
    display: none;
  }
}
.hero-info .title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
}
@media (max-width: 1170px) {
  .hero-info .title {
    font-size: 70px;
  }
}
.hero-info .title span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.hero-info .title span:after {
  content: attr(data-text);
  position: absolute;
  right: -70%;
  top: 0;
  width: 100%;
  font-size: 100px;
  color: var(--pb-color-theme-secondary);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--pb-color-theme-secondary);
  z-index: -1;
}
@media (max-width: 1700px) {
  .hero-info .title span:after {
    right: -50%;
  }
}
@media (max-width: 1399px) {
  .hero-info .title span:after {
    right: -20%;
  }
}
@media (max-width: 1170px) {
  .hero-info .title span:after {
    font-size: 70px;
    right: -30%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-info .title span:after {
    display: none;
  }
}
.hero-info .title .shape-text {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.hero-info .title .shape-text:before {
  background-image: url(../img/shapes/hero-text-shape-2.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-info .title .shape-text:after {
  right: -100%;
}
@media (max-width: 1399px) {
  .hero-info .title .shape-text:after {
    right: -80%;
  }
}
@media (max-width: 1170px) {
  .hero-info .title .shape-text:after {
    right: -60%;
  }
}
.hero-info p {
  margin-bottom: 0;
  max-width: 465px;
  width: 100%;
}

.hero-top {
  padding: 73px 0 90px 0;
}

@media only screen and (max-width: 991px) {
  .hero-left {
    margin-bottom: 20px;
  }
}
.hero-left .title {
  color: var(--pb-color-common-white);
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .hero-left .title {
    font-size: 50px;
    max-width: 400px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-left .title {
    font-size: 36px;
  }
}
.hero-left .title span {
  background: var(--pb-color-gradient-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "clig" off, "liga" off;
}

.hero-right {
  padding-left: 80px;
}
@media only screen and (max-width: 991px) {
  .hero-right {
    padding-left: 0;
  }
}
.hero-right p {
  color: var(--pb-color-common-white);
  margin-bottom: 25px;
  max-width: 520px;
  width: 100%;
}

/* !END: Theme Hero CSS *//*# sourceMappingURL=hero.css.map */