.live-demo-section {
  position: relative;
  padding: 130px 0 20px;
  background: #ffffff;
  overflow: hidden;
}

.live-demo-section .container-wrapper .row-content .demo-title-wrapper {
  position: relative;
  display: inline-block;
}

.live-demo-section .container-wrapper .row-content .demo-bg-text {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 170px;
  font-weight: 700;
  white-space: nowrap;

  z-index: 0;
  letter-spacing: 1.8px;
  color: #26a165;
  opacity: 0.09;
}

.live-demo-section .container-wrapper .row-content .demo-title {
  position: relative;
  z-index: 2;

  font-size: 54px;
  letter-spacing: 4.32px;
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
  color: #222;
  margin-bottom: 15px;
}

.live-demo-section .container-wrapper .row-content .demo-subtitle {
  font-size: 20px;
  color: #242424;
  margin: 20px auto 25px;
  font-family: "Inter", sans-serif !important;
}

.live-demo-section .container-wrapper .row-content .demo-image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.live-demo-section .container-wrapper .row-content .demo-image-wrapper .bg-img {
  width: 100%;
  height: 100%;
}

.live-demo-section .demo-hover-area .demo-title-wrapper,
.live-demo-section .demo-hover-area .demo-subtitle,
.live-demo-section .demo-hover-area .demo-btn {
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.live-demo-section:hover .demo-title-wrapper,
.live-demo-section:hover .demo-subtitle,
.live-demo-section:hover .demo-btn {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .live-demo-section .container-wrapper .row-content .demo-bg-text {
    top: -30%;
    font-size: 145px;
  }

  .live-demo-section .container-wrapper .row-content .demo-title {
    font-size: 50px;
    margin-top: -24px;
    margin-bottom: 10px;
  }
  .live-demo-section .container-wrapper .row-content .demo-subtitle {
    font-size: 18px;
    margin: 20px auto 15px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .live-demo-section .demo-title-wrapper,
  .live-demo-section .demo-subtitle,
  .live-demo-section .demo-btn {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .live-demo-section {
    padding: 90px 0 20px;
  }
  .live-demo-section .container-wrapper .row-content .demo-bg-text {
    top: -29%;
    font-size: 110px;
    letter-spacing: 1.2px;
  }
  .live-demo-section .container-wrapper .row-content .demo-title {
    font-size: 40px;
    margin-top: -16px;
    margin-bottom: 0px;
  }
  .live-demo-section .container-wrapper .row-content .demo-subtitle {
    font-size: 16px;
    margin: 15px auto 15px;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .live-demo-section {
    padding: 50px 0 20px;
  }
  .live-demo-section .container-wrapper .row-content .demo-bg-text {
    font-size: 80px;
  }
  .live-demo-section .container-wrapper .row-content .demo-title {
    font-size: 28px;
    letter-spacing: 1.32px;
    margin-top: -3px;
    margin-bottom: 0px;
  }
  .live-demo-section .container-wrapper .row-content .demo-subtitle {
    font-size: 13px;
    line-height: 1.2;
    margin: 15px auto 15px;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .live-demo-section .container-wrapper .row-content .demo-bg-text {
    font-size: 48px;
  }
  .live-demo-section .container-wrapper .row-content .demo-title {
    font-size: 18px;
    letter-spacing: 0.32px;
    margin-bottom: 0px;
    margin-top: -1px;
  }
  .live-demo-section {
    padding: 30px 0 8px;
  }
  .live-demo-section .container-wrapper .row-content .demo-subtitle {
    font-size: 11px;
    line-height: 1.2;
    margin: 10px auto 10px;
  }
}
