/*=========================== CUSTOM PACKAGE CARD css ===========================*/

.custom-card {
  border-radius: 15px;
  color: black;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  max-width: 400px;
  padding: 20px;
}

.title-bar {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  padding: 8px 15px;
  text-align: center;
  margin: 15px 0 20px 0;
}

  .title-bar h3 {
    color: black !important;
    margin: 0;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

.card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  text-align: justify;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.feature-list i {
  color: white;
  margin-right: 10px;
  margin-top: 3px;
  flex-shrink: 0;
}

.price {
  color: black !important;
  font-weight: bold;
  font-size: 20px;
}

.image-container {
  height: 200px; /* Adjust as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(4px 5px 8px black);
}

.product-image {
  width: 120px; /* Smaller image */
  height: auto;
  transition: transform 0.3s ease;
}

.custom-card:hover > .image-container > .product-image {
  transform: scale(1.05);
}

/*=========================== NOVALUS css ===========================*/
:root {
  scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;900&display=swap');

body {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #b4b4b4;
  background: #000000 url('../img/novalus-frontbg.png') no-repeat center -160px;
  /*
    background-attachment: fixed;
    */
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus, input:focus, textarea:focus, button:focus {
  text-decoration: none;
  outline: none;
}

a:focus, a:hover {
  text-decoration: none;
}

i, span, a {
  display: inline-block;
}

a {
  color: #7ac313;
  text-decoration: none;
  outline: inherit;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

  a:hover {
    color: #ffffff;
  }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #ffffff;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #cdcdcd;
  margin: 0px;
}

  p.top-bar {
    text-align: right;
  }

/*Menu design*/
.side-navbar .nav-group {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0.8rem 0rem 0.8rem 2rem;
  margin-top: 10px;
  background: transparent;
  margin-right: 0px;
  border-radius: 0px 10px 10px 0px;
}

  .side-navbar .nav-group a i {
    font-size: 20px;
    color: #424242;
    font-weight: 300;
    vertical-align: sub;
    margin-right: 10px;
  }

  .side-navbar .nav-group:active > a i,
  .side-navbar .nav-group:focus > a i,
  .side-navbar .nav-group:hover > a i {
    color: #7ac313;
  }

.side-navbar .nav-link:active,
.side-navbar .nav-link:focus,
.side-navbar .nav-link:hover {
  background-color: #223902;
  border-radius: 0px 10px 10px 0px;
  margin-right: 0px;
  color: #7ac313;
}

@keyframes collapseOpen {
  0% {
    transform: scaleY(0)
  }

  80% {
    transform: scaleY(1.1)
  }

  100% {
    transform: scaleY(1)
  }
}

.menu-ul-animated {
  animation: collapseOpen 350ms ease-in-out forwards;
  transform-origin: top center;
}

/*Menu design end*/

/*===========================
       HEADER css
===========================*/
header {
}

#home {
  position: relative;
  min-height: 100vh;
}

#wrapper {
  position: relative;
  min-height: 100vh;
}

.header_hero_content .hero_title span {
  color: #7ac313;
  font-weight: 300
}

.top-bar {
}

  .top-bar a, .top-bar span {
    color: #b4b4b4;
    font-size: 12px;
  }

    .top-bar a:hover {
      color: #7ac313;
    }

.header_hero_content {
}

  .header_hero_content p {
    margin-top: 30px;
    font-size: 14px;
  }

  .header_hero_content ul {
    padding-top: 20px;
  }

    .header_hero_content ul li {
      display: inline-block;
      margin-left: 25px;
    }

      .header_hero_content ul li:first-child {
        margin-left: 0;
      }

  .header_hero_content .hero_title span {
    color: #7ac313;
    font-weight: 300
  }

  .header_hero_content .hero_title, .login-panel h2 {
    font-size: 2.2vw;
    font-weight: 300;
    line-height: 1em;
  }

.navbar-brand {
  margin: 0px 0 0 0;
}

  .navbar-brand .novalus-logo {
    width: 240px;
  }

.socials ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

  .socials ul li a {
    color: #424242;
    font-size: 18px;
    margin-left: 20px;
  }

    .socials ul li a:hover {
      color: #7ac313;
    }

    .socials ul li a span {
      font-size: 14px;
      vertical-align: 3px;
    }

/*===========================
      BUTTONS
===========================*/
.btn-gradient span, .btn-gradient-inverse span, .btn-leftslide span {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  margin-left: 0;
  vertical-align: middle;
}

  .btn-gradient span i, .btn-gradient-inverse span i, .btn-leftslide span i {
    font-size: 12px;
  }

.btn-gradient:hover span, .btn-gradient-inverse:hover span, .btn-leftslide:hover span {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  margin-left: 15px;
}

/* BTN GRADIENT INVERSE */
.btn-gradient-inverse {
  font-size: 16px;
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  height: auto;
  border-radius: 0px;
  color: #ffffff;
  border: 3px solid #7ac313;
  font-weight: 900;
  transition-duration: 0.2s;
  z-index: 1;
  text-transform: uppercase;
  background: transparent; /* default color */
  background: linear-gradient(to left, transparent 50%, #7ac313 50%) right;
  background-size: 200%;
  transition: 0.3s ease-out;
}

  .btn-gradient-inverse:hover {
    background-position: left;
    color: #ffffff;
    border: 3px solid #7ac313;
  }

.btn-leftslide {
  color: #ffffff;
  background: transparent;
  border: 3px solid #7ac313;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  height: auto;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background: transparent; /* default color */
  background: linear-gradient(to left, transparent 50%, #7ac313 50%) right;
  background-size: 200%;
  transition: .2s ease-out;
}

  .btn-leftslide:hover {
    background-position: left;
    color: #fff;
  }

.login-panel h2 {
  font-size: 2.4vw;
}

.login-panel {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3rem;
  border-radius: 8px;
  margin-top: 80px;
}

ul.navbar-icons {
  display: inline-block;
  margin-left: 50px;
}

  ul.navbar-icons li {
    margin-bottom: 0px;
    display: inline-block;
    margin-left: 15px;
  }

    ul.navbar-icons li a {
      margin-left: 0px;
      position: relative;
    }

      ul.navbar-icons li a i {
        margin-left: 0px;
        color: #ffffff;
        font-size: 18px;
        transition: 0.3s ease-out;
      }

      ul.navbar-icons li a:hover i {
        margin-left: 0px;
        color: #7ac313;
        font-size: 18px;
      }

.navbar-notify {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  font-size: 0.6rem;
  background: #e74c3c;
  width: 1.2rem;
  height: 1.2rem;
  color: #ecf0f1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: -0.6rem;
  right: -0.6rem;
  box-sizing: border-box;
}

/*===========================
       COUNTER
===========================*/
.counter-container {
  position: relative;
}

  .counter-container img.podium {
    z-index: 1;
  }

  .counter-container .counter-box {
    position: absolute;
    z-index: 999;
    width: 80%;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
  }

    .counter-container .counter-box .content {
      position: absolute;
      padding: 2rem 2rem;
      width: 100%;
    }

    .counter-container .counter-box img.counter-bg {
    }

#days {
  font-size: 22px;
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  font-weight: 900;
  text-align: center;
}

  #days::after, #hours::after, #minutes::after {
    content: ':';
    position: absolute;
    top: 0px;
    right: -12px;
    color: #7ac313;
  }

#hours {
  font-size: 22px;
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  font-weight: 900;
  text-align: center;
}

#minutes {
  font-size: 22px;
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  font-weight: 900;
  text-align: center;
}

#seconds {
  font-size: 22px;
  color: #ffffff;
  display: inline-block;
  font-weight: 900;
  text-align: center;
}

span.timer-caption {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: #7ac313;
  text-transform: uppercase;
}

/*===========================
       FORM css
===========================*/
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #7ac313;
}

.valid-feedback {
  color: #7ac313;
}

.form-control {
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #7ac313;
  border-left: 2px solid transparent;
  color: #fff;
  outline: inherit;
  margin-top: 15px;
  margin-bottom: 15px;
}

  .form-control:focus {
    background: transparent;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #7ac313;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 0%);
    color: #fff;
    outline: inherit;
  }

  .form-control::-webkit-input-placeholder {
    color: #8e8e8e;
  }

.form-check {
  color: #8e8e8e;
  font-size: 14px;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
}

.form-check .form-check-input {
  background: transparent;
  border: 2px solid #7ac313;
  padding: 5px;
}

  .form-check .form-check-input:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 0%);
  }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #7ac313;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #7ac313;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #7ac313;
}

.login-forgot {
  float: right;
}

span.lf {
  display: inline-block;
  text-align: left;
}

.form-check-label a {
  color: #8e8e8e;
}

  .form-check-label a:hover {
    color: #7ac313;
  }

/*===========================
       FOOTER css
===========================*/
.footer {
  background: url(../img/footer-bg.png) no-repeat center bottom;
  padding-bottom: 50px;
}

  .footer p, .sidebar-wrapper p {
    color: #424242;
    font-size: 14px;
    line-height: 30px;
  }

    .footer p a, .sidebar-wrapper p a {
      color: #424242;
      -webkit-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      -ms-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s;
    }

      .footer p a:hover, .sidebar-wrapper p a:hover {
        color: #7ac313;
      }

.copyright-bottom {
  padding-bottom: 50px;
  margin-top: 50px;
}

.widget-wrapper .footer-widget {
}

.footer_logo a img {
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.footer_logo a:hover img {
  opacity: 1;
  filter: invert(68%) sepia(64%) saturate(595%) hue-rotate(37deg) brightness(100%) contrast(100%);
}

.sidebar-wrapper .widget-wrapper .footer-widget .links li a, .footer .widget-wrapper .footer-widget .links li span, .footer .widget-wrapper .footer-widget p {
  color: #424242;
  font-size: 14px;
  line-height: 30px;
}

.widget-wrapper .footer-widget p {
  line-height: 24px;
}

.widget-wrapper .footer-widget .links li a:hover, .footer .widget-wrapper .footer-widget .links li span:hover {
  padding-left: 6px;
  color: #fff;
}

.footer-bottom-block {
  border-top: 1px solid #121212;
  padding-top: 50px;
}

.widget-wrapper .footer-widget p {
  line-height: 24px;
}

#header-navbar .btn-group {
  margin-left: auto !important;
}
/*===========================
RESPONSIVE MEDIA QUERIES
===========================*/
@media (max-width: 767px) {
  body {
    background: #000000 url('../img/novalus-frontbg.png') no-repeat left -160px;
    background-attachment: fixed;
  }

  .header_hero_content .hero_title, .login-panel h2 {
    font-size: 12vw;
  }

  .header_hero_content .hero_title {
    margin-top: 0px;
    text-align: center;
  }

  .header_hero_content ul {
    padding-top: 0 !important;
  }

    .header_hero_content ul li {
      display: inline-block;
      margin-left: 50px;
      margin-top: 30px;
    }

  .btn-gradient, .btn-gradient-inverse, .btn-leftslide {
    width: 100%;
  }

  .header_hero_content ul li {
    width: 100%;
    margin-left: 0 !important;
  }

  .navbar-brand {
    margin-top: 0px !important;
    max-width: 105px;
  }

    .navbar-brand .novalus-logo {
      width: 180px;
    }

  ul.navbar-icons {
    margin-left: 0 !important;
  }

  #menu-btn i {
    margin-right: 0 !important;
  }

  #header-navbar .btn-group {
    margin-left: 0 !important;
  }

  .active-cont {
    max-height: 100vh;
    opacity: 0;
  }

  .login-forgot {
    margin-top: 20px;
    float: none !important;
  }

  span.lf {
    display: inline-block;
    text-align: left;
  }

  .login-panel {
    margin-top: 0;
  }

  .socials ul {
    flex-direction: column;
  }

    .socials ul li {
      margin-bottom: 15px;
    }

      .socials ul li a {
        margin-left: 0px;
      }

  .counter-container .counter-box {
    width: 100% !important;
    bottom: 15% !important;
  }

  #days, #hours, #minutes, #seconds {
    font-size: 1.8em !important;
  }

  .counter-container .counter-box .content {
    padding: 0.8rem 2rem !important;
  }

  .package-box img {
    left: 25% !important;
  }

  .package-box .headline-container {
    padding-top: 160px !important;
    padding-left: 30px !important;
  }

  a.buy-package, .price, a.small-link {
    margin-left: 30px !important;
  }

  .package-box ul {
    margin: 20px 0px 20px 20px !important;
  }

  .package-box .headline-container h2.title {
    font-size: 24px !important;
  }

  .package-box .headline-container {
  }

  .popup {
    width: 80%;
  }

    .popup .package-box {
      padding: 50px 0 0 0 !important;
    }

      .popup .package-box .headline-container {
        padding: 15px 25px !important;
      }

      .popup .package-box img.package-3d-box {
        display: none;
      }

    .popup a.buy-package {
      margin-right: 25px;
      margin-bottom: 20px;
    }

    .popup .package-box img {
      left: auto !important;
    }

  #referral-box, #binary-board {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_hero_content .hero_title {
    font-size: 12vw;
  }

  .header_hero_content ul {
    padding-top: 0 !important;
  }

    .header_hero_content ul li {
      margin-left: 0 !important;
    }

  .navbar-brand .novalus-logo {
    width: 180px;
  }

  .active-cont {
    max-height: 100vh;
    opacity: 0;
  }

  .package-box img {
    left: 25% !important;
  }

  .package-box .headline-container {
    padding-top: 160px !important;
    padding-left: 40px !important;
  }

  a.buy-package, .price, a.small-link {
    margin-left: 30px !important;
  }

  .package-box ul {
    margin: 20px 0px 20px 50px !important;
  }

  .popup {
    width: 80%;
  }

  #referral-box, #binary-board {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
