:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #054e57;
  --theme2: #f7d8aa;
  --accent: #7e2e84;
  --accent2: #b82025;
  --orange: #ff7900;
  --orange-bg: #ede6df;
  --button: #f5ce34;
  --button2: #c7af82;
  --header: #17012c;
  --text: #504e4e;
  --border: #e5e5e5;
  --bg: #fdf9f3;
  --highlight: #DBB8FF;
  --grey:#CDC3D2;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.pricing-section .tab-content > .tab-pane {
  display: none;
}

.pricing-section .tab-content > .active {
  display: block;
}

.pricing-section .container-full {
    max-width: 1440px !important;
    margin: 0 auto;
}

@media only screen and (max-width: 1139px) {
    .pricing-section .container-full {
        width: 100%;
        padding: 0 16px;
        margin: 0 auto;
    }
}

.pricing-box-items {
  border-radius: 20px;
  border: 1px solid #d4dcff;
  background: var(--white);
  padding: 16px;
}
.pricing-box-items .price-list {
  margin-top: 30px;
}
.pricing-box-items .price-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.pricing-box-items .price-list li:not(:last-child) {
  margin-bottom: 10px;
}
.pricing-box-items .price-list li .price-1 {
  font-weight: 500;
}
.pricing-box-items .price-list li .price-1.color-2 i {
  color: #ff1010;
}
.pricing-box-items .price-list li .price-1 i {
  color: var(--theme);
  margin-right: 5px;
}
.pricing-box-items .price-button .theme-btn {
  text-align: center;
  width: 100%;
  padding: 12px 20px;
  border-radius: 16px;
  background: #17012c;
  display: inline-block;
  color: var(--white);
  font-weight: 700;
}
.pricing-box-items .price-button .theme-btn i {
  margin-left: 10px;
}
.pricing-box-items .price-button .theme-btn:hover {
  background-color: var(--theme);
}
.pricing-content .pricing-tab-header {
  margin-bottom: 30px;
  position: relative;
}

.pricing-content .pricing-tab-header .arrow-shape {
  position: absolute;
  left: 48.5%;
  top: 0;
  animation: rounded 5s linear infinite;
}
@media (max-width: 1199px) {
  .pricing-content .pricing-tab-header .arrow-shape {
    display: none;
  }
}
.pricing-content .pricing-tab-header .save-text {
  font-weight: 500;
  color: var(--theme);
  font-size: 18px;
  text-align: center;
  margin-left: 60%;
}

.pricing-section {
  position: relative;
  background-color: var(--black);
  z-index: 1;
}
@media (max-width: 767px) {
  .pricing-section:not(.pricing-section-2) {
    display: none;
  }

}
@media (min-width: 1400px) {
  .pricing-section:not(.pricing-section-2) {
    padding: 172px 0 120px !important;
    margin-top: -52px;
  }
}
.pricing-section .pricing-slider-2 {
  overflow: visible;
}
@media (max-width: 767px) {
  .pricing-section .pricing-slider-2 {
    box-sizing: border-box;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .pricing-section .section-title {
    margin-bottom: 0 !important;
  }
}
.pricing-section .section-title h2 {
  color: var(--white);
}

.pricing-section .section-title h2 .np-highlight-title {
    color: var(--highlight);
}
.pricing-section .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1399px) {
  .pricing-section .left-shape {
    display: none;
  }
}
.pricing-section .right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .pricing-section .right-shape {
    display: none;
  }
}

.pricing-mobile-section {
  position: relative;
  background-color: var(--black);
  display: none;
}
@media (max-width: 767px) {
  .pricing-mobile-section {
    display: block;
  }
}
.pricing-mobile-section .pricing-slider {
  overflow: visible;
}
.pricing-mobile-section .swiper-pagination {
  position: relative;
  margin-top: 16px;
}
.pricing-mobile-section .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--theme2);
}
.pricing-mobile-section h4 br {
  display: inline !important;
}
.pricing-mobile-section .pricing-box-items .pricing-header {
  padding: 12px !important;
}
.pricing-mobile-section .pricing-box-items h4 {
  font-size: 20px;
}
.pricing-mobile-section .pricing-box-items h2 {
  font-size: 22px;
}
.pricing-mobile-section .pricing-box-items .price-button {
  margin-top: 24px;
}
.pricing-mobile-section .price-list {
  margin-top: 16px;
  color: var(--white);
}
.pricing-mobile-section .price-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricing-mobile-section .price-list li:not(:last-child) {
  margin-bottom: 10px;
}
.pricing-mobile-section .price-list li .price-1 {
  font-weight: 500;
}
.pricing-mobile-section .price-list li .price-1.color-2 i {
  color: #ff1010;
}
.pricing-mobile-section .price-list li .price-1 i {
  color: var(--theme2);
  margin-right: 5px;
}

.pricing-terms {
  line-height: 1.2;
  margin-top: 24px;
  font-size: 0.875rem;
  color: #aaa;
}
.pricing-terms a {
  color: inherit;
  text-decoration: underline;
}

.pricing-help {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 32px;
  align-items: center;
}
.pricing-help .pricing-help-text {
  max-width: 180px;
  color: white;
  line-height: 1.5;
}
.pricing-help .main-button .theme-btn {
  background-color: var(--theme);
  color: var(--white);
  padding: 14px 42px;
}

.pricing-section .main-button {
  position: relative;
  display: flex;
  align-items: center;
}
.pricing-section .main-button .theme-btn {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 14px 28px;
  border: none;
  border-radius: 16px;
  background-color: var(--theme);
  display: inline-block;
  z-index: 2;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.pricing-section .main-button .theme-btn i {
  margin-left: 10px;
}
.pricing-section .main-button .theme-btn:hover {
  background-color: var(--theme);
}
@media (max-width: 575px) {
  .pricing-section .main-button .theme-btn {
    padding: 18px 24px;
    font-size: 14px;
  }
}
.pricing-section .main-button .arrow-btn {
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background: var(--theme);
  color: var(--white);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.pricing-section .main-button .arrow-btn:hover {
  background: var(--header);
  color: var(--white);
}
.pricing-section .main-button:hover .theme-btn,
.main-button:hover .arrow-btn {
  background-color: var(--header);
}

.pricing-section .link-btn {
  color: var(--header);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}
.pricing-section .link-btn i {
  margin-left: 10px;
}
.pricing-section .link-btn:hover {
  color: var(--theme);
}

.pricing-slider-2 .swiper-wrapper {
    align-items: stretch;
}


.pricing-slider-2 .swiper-slide {
    height: auto;
    display: flex;
  }
  
  .pricing-slider-2 .swiper-slide > * {
    width: 100%;
    height: 100%;
  }

.pricing-section {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
.pricing-section button {
  border: none;
  background-color: transparent;
  padding: 0;
}

.pricing-section input:focus {
  color: var(--text);
  outline: none;
}

.pricing-section input {
  color: var(--text);
}

.pricing-section h1,
.pricing-section h2,
.pricing-section h3,
.pricing-section h4,
.pricing-section h5,
.pricing-section h6 {
  font-family: "Mulish", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

.pricing-section h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 991px) {
  .pricing-section h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .pricing-section h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .pricing-section h1 {
    font-size: 34px;
  }
}

.pricing-section h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.pricing-section h2 p {
    color: --var(--grey);
    font-weight: 400;
    font-size: 16px;
}

.pricing-section h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}
@media (max-width: 575px) {
  .pricing-section h3 {
    font-size: 20px;
  }
}

.pricing-section h4 {
  font-size: 22px;
  font-weight: 700;
}

.pricing-section h5 {
  font-size: 20px;
  font-weight: 800;
}

.pricing-section h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

.pricing-section p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.pricing-section .section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .pricing-section .section-title {
    margin-bottom: 16px;
  }

  .pricing-tab-header {
    width: 100%;
  }
}

.pricing-section .section-title .sub-title {
  padding: 6px 20px;
  border-radius: 100px;
  display: inline-block;
  background: var(--bg);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .pricing-section .section-title .sub-title {
    display: none;
  }
}

.pricing-section .section-title span:not(.np-highlight-title) {
  background: var(--theme);
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
}

.pricing-section .section-title.bg-color-2 {
  background: rgba(5, 78, 87, 0.1);
}

.pricing-section .section-title.bg-color-3 {
  background: rgba(5, 78, 87, 0.1);
}

.pricing-section .section-title.bg-color-3 span {
  color: var(--white);
  -webkit-text-fill-color: initial;
}

.pricing-section .section-title-area {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .pricing-section .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}


@keyframes magic-materialize {
    0% {
      transform: scale(0) rotate(-10deg);
      filter: blur(20px) brightness(5);
      opacity: 0;
    }
  
    60% {
      transform: scale(1.1) rotate(2deg);
      filter: blur(4px) brightness(2);
      opacity: 1;
    }
  
    100% {
      transform: scale(1) rotate(0deg);
      filter: blur(0) brightness(1);
      opacity: 1;
    }
  }
  
  @keyframes flash-sweep {
    0% {
      left: -100%;
      opacity: 0;
    }
  
    50% {
      opacity: 1;
    }
  
    100% {
      left: 200%;
      opacity: 0;
    }
  }
  
  .pricing-slider-2 .swiper-slide.is-newly-visible .pricing-box-items {
    animation: magic-materialize 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  }
  
  .pricing-slider-2 .swiper-slide.is-newly-visible .theme-btn {
    position: relative;
    overflow: hidden;
  }
  
  .pricing-slider-2 .swiper-slide.is-newly-visible .theme-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 50px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.8),
      transparent
    );
    transform: skewX(-20deg);
    animation: flash-sweep 0.6s ease-in-out;
    z-index: 30;
  }
  
  .sparkle {
    position: fixed;
    width: 4px;
    height: 4px;
    background: white;
    border-radius: 50%;
    pointer-events: none;
    box-shadow: 0 0 10px 2px rgba(219, 184, 255, 0.8);
    z-index: 9999;
  }
  
  @keyframes sparkle-fade {
    0% {
      transform: scale(1);
      opacity: 1;
    }
  
    100% {
      transform: scale(0) translateY(-20px);
      opacity: 0;
    }
  }
  
  @keyframes glow-border {
    0%,
    100% {
      border-color: rgba(244, 67, 54, 0.5);
      box-shadow: 0 0 5px rgba(244, 67, 54, 0.2);
    }
  
    50% {
      border-color: rgba(244, 67, 54, 1);
      box-shadow: 0 0 15px rgba(244, 67, 54, 0.4);
    }
  }
  
  .pricing-slider-2 .swiper-slide.is-newly-visible .pricing-box-items {
    animation:
      magic-materialize 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
      glow-border 2s infinite ease-in-out;
  }

  .pricing-slider-2 .swiper-slide {
    width: 100%;
  }
  
  @media (min-width: 767px) {
    .pricing-slider-2 .swiper-slide {
      width: calc((100% - 16px) / 2);
    }
  }
  
  @media (min-width: 1199px) {
    .pricing-slider-2.has-3-pricing-items .swiper-slide {
      width: calc((100% - 32px) / 3);
    }
  
    .pricing-slider-2.has-4-pricing-items .swiper-slide {
      width: calc((100% - 48px) / 4);
    }
  }
