@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;

  font-family: "Open Sans", sans-serif;

  color: #fff;

  overflow-x: hidden;

  font-size: 14px;

  line-height: 24px;

  font-weight: 500;

  position: relative;

  background-color: #121617;
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;

  font-family: "Lora", serif;

  text-transform: uppercase;

  font-weight: 400;
}

h1 {
  font-size: 80px;

  line-height: 90px;
}

h2 {
  font-size: 65px;

  line-height: 70px;
}

h3 {
  font-size: 40px;

  line-height: 45px;
}

h4 {
  font-size: 24px;

  line-height: 29px;
}

h5 {
  font-size: 20px;

  line-height: 25px;
}

h6 {
  font-size: 16px;

  line-height: 20px;
}

p {
  font-size: 14px;

  line-height: 25px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.clr {
  color: #ccff00;
}

.padd {
  padding: 100px 0;

  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.bt {
  display: inline-block;
}

.pbtn {
  padding: 16px 36px;

  background-color: #ccff00;

  border-radius: 4px;

  text-transform: uppercase;

  color: #000;

  font-weight: 700;

  display: inline-block;

  box-shadow: 0px 0px 5px 0px #44444499;

  transition: 0.3s;
  position: relative;
}

.maxWidth {
  max-width: 1480px;
}

/* general btn css start  */

a {
  text-decoration: none;

  color: #ccff00;

  white-space: initial;
}

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

  color: #fff;
}

a:hover {
  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
}

ul {
  margin: 0 0 20px;

  padding: 0;

  list-style-type: none;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;

  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;

  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;

  list-style: none;

  padding: 0;

  margin: 0;

  display: flex;

  justify-content: flex-end;

  align-items: center;

  gap: 70px;
}

.menuSec ul li {
  position: relative;

  display: inline-block;

  margin: 0;

  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;

  display: inline-block;

  text-decoration: none;

  color: #fff;

  padding: 64px 0px;

  text-transform: uppercase;

  font-weight: 600;

  font-size: 16px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  color: #c6e562;
}

.menuSec li:hover > ul {
  display: block;

  position: absolute;

  z-index: 1000;

  background-color: #000000;

  left: 0px;

  width: 230px;

  text-align: left;

  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;

  padding: 13px 20px !important;

  color: #fff !important;

  overflow: hidden;

  font-size: 13px;

  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;

  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;

  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;

  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;

  top: 0px;

  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;

  position: absolute;

  z-index: 1000;

  background-color: #000000;

  left: 0px;

  width: 230px;

  text-align: left;

  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;

  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;

  z-index: 1000;

  display: block;

  min-width: 10rem;

  padding: 0.5rem 0;

  margin: 0;

  font-size: 1rem;

  color: #212529;

  text-align: left !important;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid rgba(0, 0, 0, 0.15);

  border-radius: 0.25rem;
}

.header-btn a {
  color: #fff;

  font-size: 14px;

  font-family: "Open Sans";

  text-transform: uppercase;

  font-weight: 500;
}

.header-btn a i {
  width: 40px;

  height: 40px;

  color: #fff;

  border-radius: 45px;

  display: flex;

  justify-content: center;

  align-items: center;

  border: 1px solid #cecece;

  transition: 0.2s;
}

.header-btn a:hover i {
  background: #c6e562;

  color: #000;
}

/* ====================================== Banner Start ========================================= */

.home-banner button {
  width: 50px;

  height: 50px;

  border-radius: 45px;

  background: transparent;

  transition: 0.2s;

  border: 1px solid #000;
}

.home-banner button img {
  width: 17px;

  object-fit: contain;

  margin: 0px auto;

  filter: brightness(0);
}

.home-banner button:hover {
  background: #000;

  border-color: transparent;

  opacity: 1;
}

.home-banner button:hover img {
  filter: brightness(0) invert(1);
}

section.home-banner {
  padding: 60px 40px 0px;

  margin: 0 14px 14px;

  background: #ccff00;
}

img.home-banner-img1 {
  height: 800px;

  object-fit: fill;

  margin-top: 40px;

  width: 100%;
}

.baner-content {
  position: absolute;

  bottom: 60px;

  right: 0;

  left: 0;

  margin: 0px auto;

  width: 100%;
}

ul.social li a {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 45px;

  width: 45px;

  border-radius: 100px;

  background-color: transparent;

  color: #000;

  border: 1px solid #000;

  transition: 0.2s;
}

ul.social li a:hover {
  background-color: #000;

  color: #fff;

  border: transparent;
}

.baner-txt ul.social {
  position: absolute;

  left: 0;

  bottom: 50px;
}

.baner-txt ul.social span {
  padding-left: 90px;

  color: #000;
}

.baner-txt ul.social span:before {
  position: absolute;

  content: "";

  width: 41%;

  height: 1px;

  left: 6px;

  top: 11px;

  background: #000;
}

.banner-arrows-btn {
  position: absolute;

  right: 0;

  bottom: 50px;

  display: none !important;
}

.baner-txt .pbtn {
  padding: 18px 48px;
  background: #000;
  color: #fff;
}

img.banner-bg-img {
  object-fit: fill;

  filter: brightness(0) saturate(100%) invert(93%) sepia(12%) saturate(1746%)
    hue-rotate(18deg) brightness(93%) contrast(97%);
}

/* ====================================== Banner Start ========================================= */

/* ====================================== About Start ========================================= */

.ab-left {
  padding-right: 24px;
}

img.ab1-img {
  height: 540px;

  object-fit: cover;
}

p.subheading {
  display: inline-block;

  padding: 4px;

  background: #ccff00;

  font-size: 16px;

  line-height: 26px;

  color: #000;

  font-family: "Lora";

  font-weight: 300;

  text-transform: uppercase;

  letter-spacing: 4px;

  width: 100%;

  padding-right: 0px;

  text-align: center;
}

/* 

.memories-txt {

  border-left: 1px solid #fff;

  padding-left: 30px;

} */

.ab-right {
  padding-left: 30px;
}

.about-header h2 {
  font-size: 60px;
}

.aboutsec .container {
  position: relative;

  z-index: 9;
}

.aboutsec::after {
  z-index: 0;

  right: 0;

  content: "";

  position: absolute;

  width: 1000px;

  height: 1000px;

  border-radius: 100%;

  background: #ccff00;

  background: radial-gradient(
    circle,
    rgb(189 237 14 / 51%) 0%,

    rgba(18, 22, 23, 1) 46%
  );

  top: 30%;

  transform: translateX(50%);
}

/* ====================================== About  ========================================= */

/* ====================================== Service  ========================================= */

.servicesSlider .slick-slide {
  opacity: 1;

  margin: 0px 24px;
}

.service-cd-header {
  border-bottom: 1px solid #00000000;

  margin-bottom: 24px;
}

h3.service-card-title {
  font-size: 20px;

  line-height: 26px;

  position: relative;

  height: 70px;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  color: #000;
}

.service-card {
  transition: 0.3s;
  margin: 0px 2px;
  padding: 14px;

  background: #ccff00;

  border-radius: 20px;

  border: 3px solid #ffffff36;

  position: relative;

  text-align: center;

  height: 580px;
}

img.service-card-img {
  height: 240px;

  object-fit: cover;

  transition: 0.2s;

  margin-bottom: 10px;

  border-radius: 10px;
}

.service-cd-header:before {
  position: absolute;

  content: "";

  width: 20px;

  height: 20px;

  border-radius: 45px;

  background: #ccff00;

  bottom: -10px;

  left: -29px;
}

.service-cd-header:after {
  position: absolute;

  content: "";

  width: 20px;

  height: 20px;

  border-radius: 45px;

  background: #bded0d;

  bottom: -10px;

  right: -29px;
}

.serives-sec ul.slick-dots li.slick-active {
  outline: 1px solid #fff;

  outline-offset: 7px;

  background-color: #fff;

  width: 8px;

  height: 8px;
}

.serives-sec ul.slick-dots li {
  width: 6px;

  height: 6px;

  border-radius: 45px;

  background: #c5c5c5;

  opacity: 1;

  margin: 0px;
}

.serives-sec .slick-dots {
  display: flex;

  justify-content: center;

  align-items: center;

  gap: 24px;

  bottom: -40px;
}

.serives-sec .slick-dots li button {
  display: none;
}

/* ====================================== Service  ========================================= */

/* ====================================== Story  ========================================= */

.story-txt h2 {
  font-size: 75px;

  line-height: 85px;

  color: #000;
}

.story-txt p {
  color: #000;
}

img.story-bg-img {
  opacity: 20%;

  object-fit: fill;
}

.story-bg-img-overlay {
  background: #ccff00;
}

/* ====================================== Story  ========================================= */

/* ====================================== Preserve && Family  ========================================= */

.family-card {
  background: #ccff00;

  padding: 20px 23px;

  height: 350px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  gap: 10px;

  position: relative;

  transition: 0.2s;
}

.family-wrap {
  margin: 0px;

  width: 110px;

  height: 80px;

  border-radius: 6px;

  background: #767874;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 25px;

  line-height: 30px;

  transition: 0.3s;
}

.family-card h3 {
  font-size: 20px;

  line-height: 30px;

  padding-top: 24px;

  color: #000;
}

.family-card p {
  color: #000;
}

.preserve-left {
  padding-right: 40px;
}

.preserve-right {
  padding-left: 32px;
}

/* ====================================== Preserve && Family  ========================================= */

/* ====================================== Truely  && Growth  ========================================= */

.growth-left-col {
  padding-right: 24px;
}

.growth-right-col {
  padding-left: 16px;
}

img.truly-img1 {
  height: 500px;

  object-fit: cover;
}

.growth-right-col .growth-txt {
  margin-bottom: 40px;
}

.growth-right-col .growth-txt a.pbtn {
  padding: 20px 43px;

  font-family: "montserrat";
}

.growth-txt h3 {
  font-size: 23px;

  line-height: 30px;

  margin-bottom: 0;
}

.growth-left-col p {
  padding-bottom: 10px;
}

.growth-left-col .growth-txt {
  margin-top: 30px;
}

img.truly-img2 {
  height: 390px;

  object-fit: cover;
}

/* ====================================== Truely  && Growth   ========================================= */

/*------------------------------------------------- testimonial ------------------------------------------- */

.client {
  padding: 25px 25px 50px;

  background-color: #fff;

  width: 70%;

  margin: auto;

  height: 400px;

  box-shadow: 0px 0px 16px 1px #44444421;
}

.client_icon {
  height: 70px;

  width: 70px;

  display: flex;

  justify-content: center;

  align-items: center;

  color: #000;

  font-size: 30px;

  background: #ccff00;
}

.client_txt h3 {
  font-size: 17px;

  writing-mode: tb;

  line-height: 24px;

  color: #000;
}

.client_txt h3 span {
  display: block;

  font-size: 12px;

  line-height: 12px;
}

.client ul {
  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  gap: 20px;
}

.client_txt {
  padding: 50px 10px 20px;
}

.test_main {
  background-color: #ccff00;

  padding: 40px;

  height: 400px;
}

.test_main ul {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding-bottom: 10px;

  position: relative;

  margin-bottom: 60px;

  padding-top: 20px;
}

.test_main h4 {
  color: #000;

  font-size: 20px;

  margin-bottom: 5px;

  line-height: 24px;
}

.test_main h5 {
  color: #000;

  font-size: 15px;

  margin: 0;

  font-family: "Lora";
}

.test_main p {
  color: #000;

  margin: 20px 0px;

  font-size: 16px;

  line-height: 28px;

  font-family: "Montserrat";
}

.test_main img {
  height: 110px;

  width: 110px;

  object-fit: cover;

  position: absolute;

  right: 0;

  top: 0;
}

.rating i {
  color: #000;
}

.rating span {
  font-size: 18px;

  color: #000;

  font-family: unisans;
}

.rating {
  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 10px;

  margin-top: 40px;
}

.slider-nav .slick-slide {
  opacity: 0;
}

.slider-for .slick-slide {
  margin: 0px;
}

section.testimonial .slick-slide {
  opacity: 1;

  margin: 20px 10px;
}

.slider-for-right .client {
  width: 90%;

  margin: 0 0 0 auto;
}

.test_main ul:before {
  position: absolute;

  content: "";

  width: 50%;

  height: 1px;

  bottom: -10px;

  background: #0000003b;
}

.slider-for-left .client {
  margin: 0 0 0 40px;
}

/*------------------------------------------------- testimonial ------------------------------------------- */

/*------------------------------------------------- Footer ------------------------------------------- */

.footer {
  background: #121617;
}

ul.adrs-links li a {
  color: #ffffffb3;

  padding-bottom: 15px;

  transition: 0.3s;
}

ul.adrs-links li a i {
  width: 30px;

  font-size: 18px;

  font-weight: 300;

  text-align: center;

  font-family: "FontAwesome";
}

ul.adrs-links li {
  line-height: 1.1;

  margin-bottom: 15px;
}

ul.social-links {
  gap: 15px;

  display: flex;

  justify-content: center;
}

.footer h2 {
  font-size: 22px;

  margin-bottom: 32px;

  padding-bottom: 24px;

  line-height: 30px;
}

ul.linkList li a {
  transition: 0.3s;

  color: #ffffffd4;

  text-transform: capitalize;
}

.foot1 {
  margin-top: 37px;
}

.foot1 h3 {
  font-size: 18px;

  line-height: 20px;

  margin: 0px;
}

.foot4 {
  padding: 30px 0% 0px 21px;
}

.copyrite-txt {
  z-index: 1;

  padding: 32px 0;

  margin-top: 65px;

  border-top: 1px solid #bababa36;
}

.foot2 {
  padding-right: 0px;

  margin-top: 32px;

  padding-left: 17px;
}

ul.footer-social li a {
  width: 40px;

  height: 40px;

  font-size: 14px;

  color: #000;

  border-radius: 45px;

  display: flex;

  justify-content: center;

  align-items: center;

  background: #ccff00;
}

.quick-links-ft ul {
  column-count: 1;

  line-height: 38px;
}

.footer-copyright-button {
  position: absolute;

  right: 0;

  top: 0;

  z-index: 99999;
}

.footer-copyright-button a {
  color: #000;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 100px;

  height: 90px;

  background: #ccff00;

  transition: 0.2s;
}

.footer h2:before {
  position: absolute;

  content: "";

  width: 60%;

  height: 1px;

  background: #ffffff2e;

  bottom: 0;

  left: 0;
}

ul.linkList li a:hover {
  color: #ccff00;

  text-decoration: underline;
}

.footer-copyright-button i {
  font-size: 22px;
}

.menuSec ul li.active a {
  border-top: 2px solid #fff;
}

.service-card:hover {
  transform: scale(0.98);
}

.family-card:hover {
  transform: translate(0px, -4px);
}

.family-card:hover .family-wrap {
  background: #000;
}

ul.footer-social li a:hover {
  background: #000;

  color: #fff;
}

ul.adrs-links li a:hover {
  color: #ccff00;
}

.footer-copyright-button a:hover {
  /* background: #000; */
  background:
    radial-gradient(
      circle at 50% 70%,
      rgba(180, 150, 255, 0.55) 0%,
      rgba(120, 80, 255, 0.35) 25%,
      rgba(20, 10, 60, 0.2) 45%,
      rgba(8, 5, 35, 0.95) 70%
    ),
    linear-gradient(180deg, #0b0820 0%, #0a0a3a 40%, #0c0b2f 70%, #120a2a 100%);
  color: #fff;
}

/*------------------------------------------------- Footer ------------------------------------------- */

/* =========================================== Version 1  ==================================== */

.bannerSlider .baner-txt {
  padding-bottom: 220px;
}

img.story-img1 {
  height: 770px;

  object-fit: cover;

  object-position: top;
}

.header-logo img {
  width: 140px;

  height: 140px;

  object-position: 100% 100%;

  object-fit: contain;
}

.service-card p {
  color: #000;

  position: relative;
}

.baner-content .pbtn {
  background: #fff;

  color: #000;
}

/* =========================================== Version 1  ==================================== */

.footer_logo img {
  height: 180px;

  margin-bottom: 10px;
}

/* ================== */

/* ================== */

/* ================== */

img.siteLogoImg {
  height: 180px;

  z-index: 1;

  object-fit: fill;
}

.liWrap {
  gap: 50px;
}

.family-card p {
  color: #000;
}

.baner-content p {
  color: #000;

  font-size: 24px;

  line-height: 30px;

  font-family: "kirmats";
}

.bannerSlider .baner-txt h1.m-0 {
  color: #000;
}

/*banner css start */

.bannerSlider button.slick-prev {
  left: -40px;

  top: 46%;
}

.bannerSlider button.slick-next {
  right: -40px;

  top: 46%;
}

.bannerSlider button:hover:before {
  color: #fff;
}

.slicknav_menu {
  position: relative;

  z-index: 12;
}

@media (max-width: 500px) {
  header {
    position: relative;

    margin-top: 60px;
  }

  .slicknav_nav .siteLogo {
    display: none;
  }

  .liWrap {
    gap: 10px;

    flex-direction: column;

    justify-content: flex-start;

    text-align: left;

    align-items: flex-start !important;
  }
}

/* ============== InnerPages ================= */

section.innerbaner {
  padding: 100px;

  border-bottom: 1px solid #ffffff1c;

  border-top: 1px solid #ffffff1c;
}

.abtWrap {
  width: 90%;

  margin: 0px auto;
}

/* ============== InnerPages ================= */

/* -------------------------------------- Contact Us st ------------------------------- */

.contact1 p,
.contact2 > p {
  margin-bottom: 30px;
}

.contact2 ul {
  margin-top: 40px;
}

.contact1 input,
.contact1 textarea {
  width: 100%;

  margin-bottom: 20px;

  height: 55px;

  padding: 20px 24px;

  background: #fff;

  border: 1px solid #777675;

  color: #000;

  font-size: 14px;

  font-weight: 400;

  border-radius: 45px;
}

.contact1 textarea {
  height: 140px;

  resize: unset;

  border-radius: 18px;
}

.contact2 ul li {
  display: flex;

  align-items: center;

  margin-bottom: 50px;

  gap: 25px;
}

.contact2 ul li h4 {
  margin-bottom: 10px;

  font-size: 24px;

  color: #000;

  transition: 0.2s;

  text-transform: uppercase;

  line-height: 24px;
}

.map iframe {
  width: 100%;
}

.contact2 ul li p {
  width: 100%;

  margin-bottom: 0;

  font-weight: 500;

  color: #000;
}

.contact2 ul li {
  transition: 0.2s;
}

.contact2 .icon i {
  height: 75px;

  width: 75px;

  border-radius: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #ccff00;

  transition: 0.2s;

  color: #000;

  font-size: 28px;
}

.map {
  margin-top: 80px;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
  color: #000;

  font-weight: 600;

  text-transform: uppercase;
}

.contact1 {
  position: relative;

  margin-right: 10px;
}

i.far.fa-phone-alt {
  transform: rotate(98deg);
}

.map iframe {
  box-shadow: 0 0 20px 0 #0000003d;
}

.inner-bg.appointment-sec select {
  width: 100%;

  margin-bottom: 20px;

  height: 60px;

  padding: 20px;

  background: #fff;

  border: 1px solid #777675;

  color: #000;

  border-radius: 10px;
}

.contact2 .icon i.fas.fa-phone-alt {
  transform: rotate(105deg);
}

section.contact_us .siteBtn button {
  width: 100%;

  font-size: 18px;

  line-height: 22px;

  font-weight: 600;

  text-transform: uppercase;

  padding: 14px 24px;

  background: #ccff00;

  border-radius: 45px;

  border: 0px;

  color: #000;

  transition: 0.2s;
}

section.contact_us .siteBtn button:hover {
  transform: scale(0.98);
}

section.contact_us .siteBtn {
  width: 100%;
}

/* -------------------------------------- Contact Us end ------------------------------- */

/* -------------------------------------- Serivces Detail ------------------------------- */

.service_dt_img {
  box-shadow: 0 0 20px 0 #0000001a;

  margin-bottom: 40px;

  padding: 18px;

  background: #ffffff1a;

  border-radius: 20px;

  border: 3px solid #ffffff36;
}

.service_dt_img img {
  height: 600px;

  object-fit: cover;

  border-radius: 10px;
}

.service_dt_cont h5 span {
  display: inline-block;
}

.service_dt_cont h5 {
  font-size: 30px;

  line-height: 40px;

  border-bottom: 1px solid #ffffff33;

  display: inline-block;

  padding: 0px 50px 10px 0px;

  margin-bottom: 24px;
}

/* -------------------------------------- Serivces Detail ------------------------------- */

/*----------------------------------------------------- Pricing Page Start --------------------------------------------------------*/

section.pricing .nav.nav-pills {
  justify-content: center;

  align-items: center;

  padding-bottom: 60px;
}

section.pricing .nav-pills .nav-link {
  color: #ffff;

  font-weight: 600;

  font-size: 18px;

  line-height: 30px;

  border: 1px solid #ccff00;

  border-radius: 0;

  padding: 14px 30px;
}

section.pricing .nav-pills .nav-link.active {
  background: #ccff00;
  border: 1px solid #ccff00;
  color: #000;
}

section.pricing .nav-pills .nav-link:hover {
  background:
    radial-gradient(
      circle at 50% 70%,
      rgba(180, 150, 255, 0.55) 0%,
      rgba(120, 80, 255, 0.35) 25%,
      rgba(20, 10, 60, 0.2) 45%,
      rgba(8, 5, 35, 0.95) 70%
    ),
    linear-gradient(180deg, #0b0820 0%, #0a0a3a 40%, #0c0b2f 70%, #120a2a 100%);
  color: #fff !important;
}

section.pricing .card {
  padding: 50px 30px;

  border-radius: 20px;

  border: 1px solid #ccff00;

  transition: all 1.3s;

  cursor: pointer;

  background: transparent;

  text-align: center;

  position: relative;
}

section.pricing .card .header h4 {
  letter-spacing: 0;

  transition: 0.3s;

  font-weight: 500;

  font-size: 55px;

  line-height: 65px;
}

section.pricing .card .p-price {
  position: relative;

  margin-bottom: 20px;
}

section.pricing .card .p-price h1 {
  position: relative;

  font-size: 24px;

  line-height: 30px;

  transition: 0.2s;
}

section.pricing .card .p-price h1 span.month {
  position: absolute;

  left: 40%;

  font-size: 20px;

  color: #8d8ba7;

  line-height: 20px;

  font-weight: 500;

  text-transform: lowercase;

  top: 24px;

  transition: 0.9s;
}

section.pricing .card .descp {
  margin: 12px 0 30px;
}

section.pricing .card .descp p {
  font-size: 18px;

  line-height: 30px;

  color: #9795b5;

  transition: 0.9s;
}

section.pricing .card ul.m-0 {
  display: flex;

  flex-direction: column;

  gap: 16px;

  width: 90%;

  margin: 0px auto !important;
}

section.pricing .card li.display-f {
  align-items: center;

  display: flex;

  justify-content: center;

  gap: 11px;
}

section.pricing .card li.display-f img {
  display: inline-block;

  width: 22px;

  transition: 0.9s;
}

section.pricing .card li.display-f span.priceing {
  font-size: 15px;

  font-weight: 400;

  transition: 0.9s;
}

section.pricing .card .startedbtn {
  display: inline-block;

  text-align: center;

  margin-top: 34px;
}

section.pricing .card .startedbtn a {
  display: inline-block;

  background: transparent;

  padding: 18px 20px;

  font-weight: 600;

  font-size: 15px;

  transition: 0.9s;

  color: #ffff;

  border: 1px solid #ccff00;

  width: 70%;

  border-radius: 9px;
  position: relative;
  text-transform: uppercase;
}

section.pricing .card:hover .startedbtn a {
  background: #000;
  color: #fff;
}

section.pricing .card .startedbtn a span {
  position: relative;
  z-index: 1;
}
section.pricing .card .startedbtn a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 0;
  border-radius: 9px;
  background:
    radial-gradient(
      circle at 50% 70%,
      rgba(180, 150, 255, 0.55) 0%,
      rgba(120, 80, 255, 0.35) 25%,
      rgba(20, 10, 60, 0.2) 45%,
      rgba(8, 5, 35, 0.95) 70%
    ),
    linear-gradient(180deg, #0b0820 0%, #0a0a3a 40%, #0c0b2f 70%, #120a2a 100%);
  transition: 0.3s;
}

section.pricing .card .startedbtn a:hover::before {
  width: 100%;
}

section.pricing .card:hover {
  background: #ccff00;

  transform: scaleY(1.05);
}

section.pricing .card:hover li.display-f span.priceing {
  color: #000;
}

section.pricing .card:hover .descp p {
  color: #fff;
}

section.pricing .card:hover .p-price h1 {
  color: #000;
}

section.pricing .card:hover .p-price h1 span.month {
  color: #fff;
}

section.pricing .card:hover .header h4 {
  color: #000;
}

section.pricing .card li.display-f i {
  width: 20px;

  height: 20px;

  background: #ccff00;

  border-radius: 45px;

  display: flex;

  justify-content: center;

  align-items: center;

  transition: 0.9s;

  font-size: 13px;

  color: #000;
}

section.pricing .card:hover li.display-f i {
  color: #000;

  background-color: #fff;
}

section.pricing.section {
  position: relative;

  padding-bottom: 100px;
}

section.pricing .card .header {
  display: flex;

  justify-content: center;

  align-items: center;

  gap: 10px;

  flex-direction: column;
}

section.pricing .card .header .treeImg {
  width: 90px;

  height: 90px;

  border-radius: 100px;

  background: #ccff00;

  display: flex;

  justify-content: center;

  align-items: center;

  transition: 0.3s;

  font-size: 30px;

  color: #000;

  margin-bottom: 10px;
}

section.pricing .card:hover .header .treeImg {
  background: #fff;

  box-shadow: 0px 0px 18px 5px #ffffff00;

  color: #000;
}

section.pricing .card:hover .header .treeImg img {
  filter: brightness(0) invert(1);
}

/*----------------------------------------------------- Pricing Page End --------------------------------------------------------*/

.innerTesti .test_main {
  height: 460px;
}

/* ------------------------------------------------------------------- */

/* Services Page start  */

section.servicesPage {
  padding: 50px 0;
}

section.servicesPage .card-img {
  padding: 18px;

  background: #ffffff1a;

  border-radius: 20px;

  border: 3px solid #ffffff36;
}

section.servicesPage .card-img img {
  width: 100%;

  height: 450px;

  object-fit: cover;

  border-radius: 10px;
}

section.servicesPage .card-txt {
  padding: 14px;
}

h2.inner-svs-title {
  font-size: 40px;

  line-height: 50px;
}

section.servicesPage p {
  margin-bottom: 10px;

  color: #ffffffa8;

  font-weight: 400;

  word-spacing: 2px;

  font-size: 16px;

  line-height: 26px;
}

section.servicesPage .row {
  align-items: center;

  padding: 50px 0;
}

.card-txt a.card-link {
  display: inline-block;

  text-transform: uppercase;

  color: #fff;

  transition: 0.2s;

  border-bottom: 1px solid #fff;
}

.card-txt a.card-link:hover {
  letter-spacing: 2px;

  color: #ccff00;
}

/* Services Page End */

/* ------------------------------------------------------------------- */

.service-card-txt a.pbtn {
  position: relative;

  margin: 14px 0 0;
}

.service-card:before {
  position: absolute;

  content: "";

  width: 100%;

  height: 40%;

  bottom: 0;

  background: #fff;

  left: 0;

  border-radius: 0px 0px 20px 20px;
}

img.service_middle_img {
  width: 30%;

  margin: 20px auto 40px;
}

.service_dt_cont h6 {
  font-size: 25px;

  line-height: 40px;

  display: inline-block;

  padding: 0px 50px 10px 0px;

  margin-bottom: 24px;
}

.service_dt_cont {
  position: relative;
}

.memory_img {
  position: absolute;

  width: 130px;

  height: 120px;

  object-fit: contain;

  right: 0;

  top: -20px;
}

section.preserv-sec {
  position: relative;
}

section.preserv-sec:before {
  z-index: -1;

  right: 100%;

  content: "";

  position: absolute;

  width: 100%;

  height: 1000px;

  border-radius: 100%;

  background: #ccff00;

  background: radial-gradient(
    circle,
    rgb(189 237 14 / 51%) 0%,

    rgba(18, 22, 23, 1) 46%
  );

  top: -10%;

  transform: translateX(50%);
}

/* ===================== New varsiong 9 ================ */

img.memories-img1 {
  width: 100px;
}

@font-face {
  font-family: "kirmats";

  src: url("../fonts/Kermitsfont.ttf");
}

.pbtn:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 0;
  border-radius: 3px;
  background:
    radial-gradient(
      circle at 50% 70%,
      rgba(180, 150, 255, 0.55) 0%,
      rgba(120, 80, 255, 0.35) 25%,
      rgba(20, 10, 60, 0.2) 45%,
      rgba(8, 5, 35, 0.95) 70%
    ),
    linear-gradient(180deg, #0b0820 0%, #0a0a3a 40%, #0c0b2f 70%, #120a2a 100%);
  transition: 0.3s;
}

.pbtn span {
  position: relative;
  transition: 0.2s;
}

.pbtn:hover span {
  color: #fff;
}

.pbtn:hover:before {
  width: 100%;
}

.pbtn:hover {
  background: transparent;
}

.neo-green {
  background-color: #ccff00;
  color: #000 !important;
}

.ab-right h3 {
  font-size: 30px;
  line-height: 55px;
}
