:root {
  --hap-body-color: #555;
  --hap-title-color: #0e0e0e;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}

.ul-li ul li {
  display: inline-block;
  list-style: none;
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  overflow: visible;
  background: #181d2a;
  transition: opacity 300ms ease, visibility 300ms ease;
}

#preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.scrollup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  display: none;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  color: #fff;
  line-height: 55px;
  background: var(--hap-gradient-color);
}

.scrollup i {
  color: #fff;
}

[data-background] {
  background-position: center center;
  background-size: cover;
}

.junction-hosting-page a {
  text-decoration: none;
}

.mobile_menu_content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -350px;
  z-index: 101;
  width: 310px;
  height: 100vh;
  padding: 20px 35px 35px;
  overflow-y: auto;
  background-color: #0f0d0d;
  box-shadow: 0 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}

.mobile_menu_content .mobile-main-navigation,
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  display: block;
  width: 100%;
  transition: 0.3s all ease-in-out;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  display: block;
  width: 100%;
  padding: 10px 30px 10px 0 !important;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  position: absolute;
  top: -35px;
  right: 0;
  z-index: 5;
  display: none;
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a::after {
  display: none;
}

.mobile_menu .mobile_menu_close {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #d60606;
  font-size: 20px;
  cursor: pointer;
}

.mobile_menu .mobile-search-bar {
  margin-bottom: 40px;
}

.mobile_menu .mobile-search-bar input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #616161;
  background-color: transparent;
}

.mobile_menu .mobile-search-bar input::placeholder {
  color: #616161;
}

.mobile_menu .mobile-search-bar button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  padding: 0;
  border: none;
  color: #fff;
  background-color: transparent;
}

.mobile_menu .bi-mobile-header-social {
  margin-top: 40px;
}

.mobile_menu .bi-mobile-header-social a {
  margin: 0 8px;
  color: #fff;
  font-size: 15px;
}

.hap-footer-widget .logo-cta li i,
.hap-topic-item .inner-text a,
.hap-counter-item::before,
.hap-faq-accordion-area .accordion-button:not(.collapsed)::after,
.hap-faq-accordion-area .accordion-button:not(.collapsed) span,
.hap-pricing-tab-img-price .plan-price-title .price-plan-title span,
.hap-pricing-tab-btn .nav-tabs .nav-link.active .hap-price-btn-text,
.hap-service-item:hover .service-arrow a,
.hap-section-title .sub-title::before,
.hap-section-title .sub-title {
  background: var(--hap-gradient-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.haptic-home {
  overflow-x: hidden !important;
  color: var(--hap-body-color);
  font-size: 19px;
  line-height: 1.579;
  font-family: var(--hap-body-font);
}

.haptic-home .container {
  max-width: 1280px;
}

.hap-headline h1,
.hap-headline h2,
.hap-headline h3,
.hap-headline h4,
.hap-headline h5,
.hap-headline h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.143;
  font-family: var(--hap-heading);
}

.hap-section-title .sub-title {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 23px;
  font-size: 16px;
  font-weight: 600;
}

.hap-section-title .sub-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f666";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.hap-section-title h2 {
  color: var(--hap-title-color);
  font-size: 72px;
  font-weight: 700;
}

.hap-section-title p {
  padding-top: 5px;
}

.hap-section-title.text-center {
  max-width: 750px;
  margin: 0 auto;
}

.hap-section-title.dark-bg-title h2 {
  color: #fff;
}

.hap-section-title.dark-bg-title p {
  color: #e1e1e1;
}

.hap-btn a {
  display: inline-block;
  padding: 18px 30px;
  border-radius: 40px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  background: linear-gradient(90deg, #6256ed 0%, #f350bc 50%, #6256ed);
  background-size: 200%, 1px;
  transition: all 200ms linear 0ms;
}

.hap-btn a i {
  margin-left: 10px;
  transform: rotate(-45deg);
  transform-origin: center center;
  transition: all 200ms linear 0ms;
}

.hap-btn a:hover {
  background-position: 120%;
}

.hap-btn a:hover i,
.hap-btn a:focus-visible i {
  transform: rotate(0deg);
}

.hap-header-section {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 10;
  width: 100%;
}

.hap-header-section.sticky-on {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(100, 109, 152, 0.0588);
  animation-name: slideInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}

.hap-header-section.sticky-on .hap-header-top-area {
  display: none;
}

.hap-header-section.sticky-on .hap-header-menu-navigation {
  padding: 30px 15px;
}

.hap-header-top-area {
  max-width: 1145px;
  margin: 0 auto;
  padding: 8px 70px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  color: #fff;
  background: var(--hap-gradient-color);
}

.hap-header-top-area .top-info-cta li {
  margin-right: 40px;
  font-size: 15px;
  font-weight: 700;
}

.hap-header-top-area .top-info-cta li i {
  margin-right: 5px;
}

.hap-header-top-area .top-info-cta li:last-child {
  margin-right: 0;
}

.hap-header-top-area .top-social-area a {
  margin-left: 30px;
  font-size: 15px;
}

.hap-header-menu-navigation {
  padding: 30px 60px;
  border-radius: 100px;
  background-color: #fff;
}

.hap-header-menu-navigation .main-navigation .nav {
  display: inherit;
}

.hap-header-menu-navigation .main-navigation li {
  margin: 0 30px;
}

.hap-header-menu-navigation .main-navigation li a {
  display: initial;
  padding-bottom: 40px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.hap-header-menu-navigation .hap-header-cta-btn-grp button {
  margin-left: 23px;
  padding: 0;
  border: none;
  color: #000;
  font-size: 18px;
  background-color: transparent;
}

.hap-banner-section {
  overflow: hidden;
}

.hap-banner-section::before {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 1;
  width: 105%;
  height: 110px;
  background-color: #fff;
  content: "";
  transform: rotate(-3deg);
}

.hap-banner-content {
  padding: 350px 0 335px;
}

.hap-banner-content .hap-banner-text {
  max-width: 540px;
}

.hap-banner-content .hap-banner-text .hap-btn {
  margin-top: 30px;
}

.hap-banner-content .hap-banner-text .hap-section-title p {
  max-width: 510px;
}

.hap-sponsor-content {
  z-index: 3;
  margin-top: -150px;
  padding-left: 75px;
  overflow: hidden;
  border-radius: 300px;
  background-color: #fff;
  box-shadow: 0 3px 60px 0 rgba(32, 42, 181, 0.11);
}

.hap-sponsor-content .hap-section-title {
  max-width: 250px;
  padding-top: 45px;
}

.hap-sponsor-content .hap-section-title h2 {
  font-size: 35px;
}

.hap-sponsor-logo-area .sponsor-logo {
  display: flex;
  width: 20%;
  height: 100px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.hap-skill-faq-section {
  overflow: hidden;
}

.junction-hosting-page .jh-vps-section::before,
.junction-hosting-page .jh-vps-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hap-skill-faq-section .hap-section-title {
  max-width: 870px;
}

.hap-faq-accordion-area .hap-accordion {
  margin-top: 20px;
}

.hap-faq-accordion-area .hap-section-title h2 {
  font-size: 65px;
}

.hap-faq-accordion-area .accordion-item {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0 25px;
  overflow: hidden;
  border: none;
  border-bottom: 1px solid #373737;
  border-radius: 0;
  background-color: transparent;
  transition: all 500ms ease;
}

.hap-faq-accordion-area .accordion-button {
  position: relative;
  padding: 5px 0 0;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  font-family: var(--hap-heading);
  background-color: transparent;
}

.hap-faq-accordion-area .accordion-button span {
  max-width: 95%;
  color: #fff;
}

.hap-faq-accordion-area .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.hap-faq-accordion-area .accordion-body {
  padding: 15px 0 0;
  color: #bac1d4;
  font-size: 19px;
  line-height: 30px;
  transition: all 500ms ease;
}

.hap-faq-accordion-area .accordion-button::after {
  position: absolute;
  right: 5px;
  border-radius: 100%;
  color: #fff;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  background-image: none;
}

.hap-faq-accordion-area .accordion-button:not(.collapsed)::after {
  color: var(--base-color);
  content: "\f068";
}

.hap-footer-copyright {
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  background-color: #151515;
}

@media screen and (max-width: 1250px) {
  .hap-section-title h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 1150px) {
  .hap-faq-accordion-area .hap-section-title h2 {
    font-size: 60px;
  }

  .hap-sponsor-content .hap-section-title h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .hap-header-top-area {
    display: none;
  }

  .hap-header-menu-navigation .main-navigation li {
    margin: 0 15px;
  }

  .hap-header-menu-navigation {
    padding: 20px 30px;
  }

  .hap-banner-content .hap-banner-text {
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
  }

  .hap-banner-content .hap-banner-text .hap-section-title p {
    margin: 0 auto;
  }

  .hap-banner-content {
    padding: 250px 0 150px;
  }

  .hap-sponsor-content {
    margin-top: 0;
    padding-left: 15px;
    border-radius: 0;
  }

  .hap-banner-section::before,
  .hap-skill-faq-section::before,
  .hap-skill-faq-section::after {
    display: none;
  }

  .hap-header-section.sticky-on .hap-header-menu-navigation {
    padding: 20px 15px;
  }

  .hap-skill-faq-section {
    padding: 80px 0;
  }
}

@media screen and (max-width: 991px) {
  .hap-header-menu-navigation .main-navigation {
    display: none;
  }

  .hap-header-menu-navigation .hap-header-cta-btn-grp .search-btn {
    display: none;
  }

  .hap-header-menu-navigation .hap-header-cta-btn-grp .cart-btn {
    margin-right: 45px;
  }

  .hap-header-section .mobile_menu_button {
    top: -56px;
    display: block;
    color: var(--hap-base-color);
  }

  .hap-header-section {
    top: 0;
    background-color: #fff;
  }

  .hap-header-menu-navigation {
    padding: 20px 0;
  }

  .hap-sponsor-content .hap-section-title {
    margin: 0 auto 30px;
    text-align: center;
  }

  .hap-sponsor-content .hap-section-title h2 {
    font-size: 30px;
  }

  .hap-section-title h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 480px) {
  .hap-section-title h2 {
    font-size: 40px;
  }

  .hap-btn a {
    padding: 15px 25px;
  }

  .hap-sponsor-logo-area .sponsor-logo {
    width: 50%;
  }

  .hap-faq-accordion-area .hap-section-title h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 380px) {
  .hap-banner-content {
    padding: 200px 0 150px;
  }
}
