@import '../css/bootstrap.min.css';
@import '../css/plugins/nice-select.css';
@import '../css/plugins/select2.min.css';
@import '../css/plugins/swiper.min.css';
@import '../css/plugins/jquery-ui-min.css';
@import '../css/plugins/odometer-min.css';
@import '../css/plugins/animate.css';
@import '../css/plugins/quill.snow.css';
@import '../css/plugins/fontawesome.min.css';
@import 'https://fonts.googleapis.com/css2?family=Lexend:wght@200;300;400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap';
@import 'https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@2.36.0/tabler-icons.min.css';
:root {
  --body-font: 'Lexend', sans-serif;
  --roboto-font: 'Roboto', sans-serif;
  --transition: all 0.5s ease-in-out;
  --transition2: all 0.3s ease-in-out;
  --animate-duration: 1s;
  --animate-delay: 0.5s;
  --p1: 188, 231, 12;
  --p2: 188, 231, 12;
  --p3: 245, 149, 113;
  --p4: 11, 11, 18;
  --p5: 40, 51, 10;
  --p6: 255, 255, 255;
  --p7: 40, 61, 31;
  --p8: 199, 248, 1;
  --p9: 53, 71, 36;
  --s1: 235, 235, 236;
  --s2: 121, 143, 29;
  --gradient-p1: linear-gradient(
    180deg,
    rgba(199, 248, 1, 0.65) 0%,
    rgba(250, 205, 149, 0.65) 100%
  );
  --gradient-p2: linear-gradient(270deg, #c7f801 6.51%, #facd95 63.52%);
  --gradient-p3: linear-gradient(
    180deg,
    rgba(188, 255, 164, 0.4) -2.24%,
    rgba(152, 216, 129, 0.25) 60.6%,
    rgba(90, 190, 54, 0.04) 100%
  );
  --box-shadow-p1: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
.display-one {
  font-size: 80px;
  line-height: 120%;
}
.display-two {
  font-size: 72px;
  line-height: 120%;
}
.display-three {
  font-size: 64px;
  line-height: 120%;
}
.display-four {
  font-size: 56px;
  line-height: 120%;
}
.fs-one,
h1,
h1 > a {
  font-size: 48px;
  line-height: 120%;
}
.fs-two,
h2,
h2 > a {
  font-size: 40px;
  line-height: 120%;
}
.fs-three,
h3,
h3 > a {
  font-size: 32px;
  line-height: 120%;
}
.fs-four,
h4,
h4 > a {
  font-size: 24px;
  line-height: 130%;
}
.fs-five,
h5,
h5 > a {
  font-size: 20px;
  line-height: 130%;
}
.fs-six,
h6,
h6 > a {
  font-size: 16px;
  line-height: 130%;
}
.fs-seven {
  font-size: 14px;
  line-height: 130%;
}
.fs-eight {
  font-size: 12px;
  line-height: 130%;
}
.fs-nine {
  font-size: 10px;
  line-height: 130%;
}
.fs-ten {
  font-size: 18px;
  line-height: 130%;
}
table thead tr th {
  font-size: 16px;
  line-height: 130%;
}
a,
p,
button,
span,
label,
li {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 1399px) {
  .display-zero {
    font-size: 82px;
    font-weight: 120;
  }
}
@media (max-width: 1199px) {
  .display-zero {
    font-size: 72px;
    font-weight: 120;
  }
  h1,
  h1 > a {
    font-size: 40px;
    line-height: 120%;
  }
  h2,
  h2 > a {
    font-size: 32px;
    line-height: 120%;
  }
  .preloader {
    background-size: 30%;
  }
}
.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .display-zero {
    font-size: 72px;
    line-height: 120%;
  }
  .display-one {
    font-size: 72px;
    line-height: 120%;
  }
  .display-two {
    font-size: 64px;
    line-height: 120%;
  }
  .display-three {
    font-size: 56px;
    line-height: 120%;
  }
  .display-four {
    font-size: 48px;
    line-height: 120%;
  }
  .display-five {
    font-size: 40px;
    line-height: 120%;
  }
  .display-six {
    font-size: 32px;
    line-height: 120%;
  }
  .fs-one,
  h1,
  h1 > a {
    font-size: 40px;
    line-height: 120%;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 32px;
    line-height: 120%;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 24px;
    line-height: 130%;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 20px;
    line-height: 130%;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 16px;
    line-height: 130%;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 14px;
    line-height: 130%;
  }
  .fs-seven {
    font-size: 12px;
    line-height: 130%;
  }
  .fs-ten {
    font-size: 16px;
    line-height: 130%;
  }
  table thead tr th {
    font-size: 14px;
    line-height: 130%;
  }
  a,
  p,
  span,
  button,
  label,
  li {
    font-size: 14px;
    line-height: 22px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .banner-section .overlay .sec-img {
    display: none;
  }
  .banner-section .banner-content {
    padding: 80px 0 90px;
  }
}
@media (max-width: 575px) {
  .display-zero {
    font-size: 56px;
    line-height: 120%;
  }
  .display-one {
    font-size: 56px;
    line-height: 67.2px;
  }
  .display-two {
    font-size: 48px;
    line-height: 46.4px;
  }
  .display-three {
    font-size: 42px;
    line-height: 54.6px;
  }
  .display-four {
    font-size: 32px;
    line-height: 38.4px;
  }
  .display-five {
    font-size: 24px;
    line-height: 31.2px;
  }
  .display-six {
    font-size: 32px;
    line-height: 38.4px;
  }
  .pt-120 {
    padding-top: 50px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .display-zero {
    font-size: 38px;
    line-height: 120%;
  }
  .display-one {
    font-size: 38px;
    line-height: 120%;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 130%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}
section,
footer {
  overflow: hidden;
  overflow-x: hidden !important;
}
a,
p,
button,
span,
label,
li {
  margin: 0;
  font-family: var(--body-font);
  font-weight: 400;
}
a {
  text-decoration: none;
  outline: none;
  transition: var(--transition);
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: rgba(var(--p6), 1);
}
h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a,
.display-zero,
.display-one,
.display-two,
.display-three,
.display-four,
.display-five,
.display-six,
.heading {
  font-family: var(--body-font);
  color: rgba(var(--p6), 1);
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 120%;
  display: block;
  transition: var(--transition);
}
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span,
.display-zero span,
.display-one span,
.display-two span,
.display-three span,
.display-four span,
.display-five span,
.display-six span,
.heading span {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.roboto {
  font-family: var(--roboto-font);
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li,
ol li {
  font-size: inherit;
  font-weight: inherit;
}
button {
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 130%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
input,
textarea {
  padding: 12px 20px;
  color: rgba(var(--db), 1);
  width: 100%;
  font-family: var(--body-font);
  outline-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(var(--b1), 0.3);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(var(--db), 0.4);
  font-size: 16px;
}
input::placeholder,
textarea::placeholder {
  color: rgba(var(--db), 0.4);
  font-size: 16px;
}
input:focus,
textarea:focus {
  outline: 1px solid rgba(var(--b1));
  box-shadow: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='checkbox'] {
  width: initial;
  height: initial;
}
select {
  padding: 16px;
  border: none;
  cursor: pointer;
  outline: none;
}
.max-auto {
  max-width: 100%;
}
.max-un {
  max-width: unset;
}
@media (min-width: 1400px) {
  .max-xxl-un {
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  .max-xl-un {
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .max-lg-un {
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .max-md-un {
    max-width: unset;
  }
}
.d-rtl {
  direction: rtl;
}
.collapsing {
  transition: var(--transition);
}
.pt120 {
  padding-top: 120px;
}
.pb120 {
  padding-bottom: 120px;
}
.ml-316 {
  margin-left: 316px;
}
@media (max-width: 991px) {
  .ml-316 {
    margin-left: 12px;
  }
}
.alt-color a,
.alt-color p,
.alt-color span,
.alt-color h1,
.alt-color h2,
.alt-color h3,
.alt-color h4,
.alt-color h5,
.alt-color h6,
.alt-color i,
.alt-color select,
.alt-color button {
  color: rgba(var(--p7), 1);
}
.p1-color {
  color: rgba(var(--p1), 1);
}
.p2-color {
  color: rgba(var(--p2), 1);
}
.p3-color {
  color: rgba(var(--p3), 1);
}
.p4-color {
  color: rgba(var(--p4), 1);
}
.p5-color {
  color: rgba(var(--p5), 1);
}
.p6-color {
  color: rgba(var(--p6), 1);
}
.p7-color {
  color: rgba(var(--p7), 1);
}
.p8-color {
  color: rgba(var(--p8), 1);
}
.s1-color {
  color: rgba(var(--s1), 1);
}
.s2-color {
  color: rgba(var(--s2), 1);
}
.bg1-color {
  background-color: rgba(var(--p6), 0.08);
}
.bg2-color {
  background-color: rgba(var(--p1), 1);
}
.bg3-color {
  background-color: rgba(var(--p6), 1);
}
.bg4-color {
  background-color: rgba(var(--p4), 1);
}
.bg5-color {
  background-color: rgba(var(--p5), 1);
}
.bg6-color {
  background-color: rgba(var(--p6), 1);
}
.bg7-color {
  background-color: rgba(var(--p7), 1);
}
.bg8-color {
  background-color: rgba(var(--p2), 1);
}
.bg9-color {
  background-color: rgba(var(--p9), 1);
}
.br1 {
  border: 1px solid rgba(var(--p8), 1);
}
.br2 {
  border: 1px solid rgba(var(--p6), 0.2);
}
.br3 {
  border: 1px solid rgba(var(--p7), 1);
}
.br4 {
  border: 1px solid rgba(var(--p1), 1);
}
.br5 {
  border: 1px solid rgba(var(--p2), 1);
}
.box-shadow1 {
  box-shadow: var(--box-shadow-p1);
}
.box-shadow5 {
  box-shadow: var(--box-shadow-p2);
}
.rounded-item {
  border-radius: 50%;
}
.rounded-item2 {
  border-radius: 42%;
}
.rounded-20 {
  border-radius: 20px;
}
.box-shadow3 {
  box-shadow: var(--box-shadow-p1);
}

/*/////////// preloader start ///////////*/
#preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
 }
  .preloader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.05) 30%,
      transparent 70%
    );
  }

  @media screen and (max-width: 992px) {
    .preloader-container {
      width: 150px;
      height: 150px;
    }
  }

  /* outside circle */
  .preloader-container::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #00ffd1;
    animation: loader-spin 2s linear infinite;
  }

  /* rotating circle */
  .preloader-container::after {
    content: '';
    position: absolute;
    inset: 10%;
    border-radius: 50%;
    background: conic-gradient(from 90deg, #ffb900, transparent);
    filter: blur(2px);
    animation: loader-spin-reverse 1.5s linear infinite;
  }

  /* center circle */
  .loader__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background: #ffb900;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
    animation: loader-pulse 1s ease-in-out infinite;
  }

  /* Container */
  .loader__orbit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: orbit-rotate 3s linear infinite;
  }

  /* dots */
  .loader__dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #00ffd1;
    border-radius: 50%;
  }

  /* 4 dots */
  .loader__dot:nth-child(1) {
    transform: rotate(0deg) translate(60px);
  }
  .loader__dot:nth-child(2) {
    transform: rotate(90deg) translate(60px);
  }
  .loader__dot:nth-child(3) {
    transform: rotate(180deg) translate(60px);
  }
  .loader__dot:nth-child(4) {
    transform: rotate(270deg) translate(60px);
  }

  /* Animations */

  @keyframes loader-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes loader-spin-reverse {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }

  @keyframes loader-pulse {
    0%,
    100% {
      transform: translate(-50%, -50%) scale(1);
    }
    50% {
      transform: translate(-50%, -50%) scale(1.2);
    }
  }

  @keyframes orbit-rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

/*/////////// preloader ends ///////////*/

.fw_500 {
  font-weight: 500;
}
.text_grdt {
  background: linear-gradient(270deg, #c7f801 6.51%, #facd95 63.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.mx-ch {
  max-width: 60ch;
}
.none_two {
  display: none !important;
}
.fadeInUp {
  animation-duration: var(--animate-duration);
  animation-delay: var(--animate-delay);
}
.cmn-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #283d1f;
  background: #bce70c;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #bce70c;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #0b0b12;
  overflow: hidden;
}
.cmn-btn span,
.cmn-btn i {
  transition: 0.3s linear;
}
@media (max-width: 991px) {
  .cmn-btn {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .cmn-btn {
    font-size: 14px;
  }
}
.cmn-btn:hover {
  transition: 0.3s linear;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-radius: 10px;
  box-shadow: inset 0 -100px 0 0 rgba(0, 0, 0, 0);
}
.cmn-btn:hover span {
  color: #fff;
}
.cmn-btn:active {
  transform: scale(0.9);
  border-radius: 10px;
}
.cmn-btn::before {
  content: '';
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  background-color: rgba(var(--s2), 1);
  z-index: -1;
  color: rgba(var(--p2), 1);
}
.cmn-btn:hover::before,
.cmn-btn:focus::before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
  color: rgba(var(--p2), 1);
}
.cmn-btn.second-alt {
  background-color: #283d1f;
  transition: 0.5s all ease;
  color: #fff;
  border: 1px solid #283d1f;
}
.cmn-btn.second-alt::before,
.cmn-btn.second-alt::after {
  transition: 0.5s all ease;
  background-color: rgb(var(--p1));
}
.cmn-btn.second-alt:hover {
  color: rgba(var(--p4), 1);
  background-color: rgba(0, 0, 0, 0);
}
.cmn-btn.third-alt {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(var(--p2));
  transition: 0.5s linear;
}
.cmn-btn.third-alt i {
  color: rgb(var(--p2));
}
.cmn-btn.third-alt::before,
.cmn-btn.third-alt::after {
  background-color: rgb(var(--p1));
}
.cmn-btn.third-alt:hover,
.cmn-btn.third-alt:focus,
.cmn-btn.third-alt.active {
  color: rgb(var(--p4));
  background-color: rgb(var(--p1));
}
.cmn-btn.third-alt:hover i,
.cmn-btn.third-alt:focus i,
.cmn-btn.third-alt.active i {
  color: rgb(var(--p4));
}
.cmn-btn.fourth-alt {
  background-color: rgba(255, 255, 255, 0.08);
  color: rgb(var(--p1)) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cmn-btn.fourth-alt::before,
.cmn-btn.fourth-alt::after {
  color: rgb(var(--p2));
  background-color: rgb(var(--db));
}
.cmn-btn.fourth-alt:hover,
.cmn-btn.fourth-alt.active {
  color: rgb(var(--p2));
}
.cmn-btn.fourth-alt:hover i,
.cmn-btn.fourth-alt.active i {
  color: rgb(var(--p2));
}
.cmn-btn.fifth-alt {
  background-color: rgba(var(--p4), 1);
  color: rgb(var(--p6)) !important;
  border: 1px solid rgba(var(--bg1), 1);
}
.cmn-btn.fifth-alt i {
  color: rgb(var(--p6));
}
.cmn-btn.fifth-alt::before,
.cmn-btn.fifth-alt::after {
  background-color: rgb(var(--p1));
}
.cmn-btn.fifth-alt:hover,
.cmn-btn.fifth-alt:focus,
.cmn-btn.fifth-alt.active {
  color: rgb(var(--p4)) !important;
  background-color: rgb(var(--p1));
}
.cmn-btn.fifth-alt:hover i,
.cmn-btn.fifth-alt:focus i,
.cmn-btn.fifth-alt.active i {
  color: rgb(var(--p4));
}
.cmn-btn.six-alt {
  background-color: #f3f9fa;
  color: inherit;
}
.cmn-btn.six-alt::before,
.cmn-btn.six-alt::after {
  color: rgb(var(--p2));
  background-color: rgb(var(--db));
}
.cmn-btn.six-alt:hover,
.cmn-btn.six-alt.active {
  color: rgb(var(--p2));
}
.cmn-btn.six-alt:hover i,
.cmn-btn.six-alt.active i {
  color: rgb(var(--p2));
}
.cmn-btn.seven-alt {
  background-color: rgb(var(--bg1));
  transition: 0.5s all ease;
  color: rgba(var(--db), 1) !important;
}
.cmn-btn.seven-alt::before,
.cmn-btn.seven-alt::after {
  transition: 0.5s all ease;
  background-color: rgb(var(--s2));
}
.cmn-btn.seven-alt:hover {
  color: rgba(var(--db), 1);
}
.tabcontents {
  position: relative;
}
.tabitem {
  transform: translateY(100px);
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s all;
}
.tabitem.active {
  position: initial;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}
.cpoint {
  cursor: pointer;
}
.exhvr:hover {
  background-color: rgba(var(--db), 1) !important;
  color: rgba(var(--s2), 1) !important;
}
.file-upload {
  border-radius: 48px;
  border: 1px solid rgba(var(--p1), 1);
}
.file-upload input {
  display: none;
}
.file-upload .file {
  cursor: pointer;
  position: relative;
}
.file-upload .file .file-custom {
  border-radius: 20px;
}
.file-upload .add-file {
  color: rgba(var(--p1), 1);
}
.hvr {
  transition: 0.3s linear;
}
.hvr:hover {
  background-color: #2a235b;
  color: rgba(var(--p2), 1);
}
.btn-popup-animation {
  width: 80px;
  min-width: 80px;
  height: 80px;
  z-index: 0;
  transition: var(--transition);
}
.btn-popup-animation i {
  color: rgb(var(--p2-fixed));
}
.btn-popup-animation:before {
  content: '';
  position: absolute;
  width: 85%;
  height: 85%;
  background-color: rgb(var(--p1));
  border-radius: 50%;
  opacity: 0.6;
  z-index: -1;
  animation: pulse 2s ease-out infinite;
}
.btn-popup-animation:after {
  content: '';
  position: absolute;
  width: 85%;
  height: 85%;
  background-color: rgb(var(--p1));
  border-radius: 50%;
  opacity: 0.6;
  z-index: -1;
  animation: pulse 2s 1s ease-out infinite;
}
@media (max-width: 576px) {
  .btn-popup-animation {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .btn-popup-animation i {
    color: rgb(var(--p2-fixed));
  }
}
@keyframes pulse {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.circle-text {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(var(--s3), 1);
  border: 1px solid rgba(var(--p2), 1);
  position: relative;
}
.circle-text .text {
  animation: rotate 50s linear infinite;
  width: 100%;
  height: 100%;
  position: absolute;
}
.circle-text .text p {
  transform: translate(50%, 5px);
}
.circle-text .text span {
  position: absolute;
  color: rgba(var(--p2), 1);
  font-size: inherit;
  font-weight: 600;
  transform-origin: 0 70px;
}
.circle-text:hover .text {
  animation-play-state: paused;
}
.circle-text.second {
  width: 120px;
  height: 120px;
  background-color: rgba(var(--n2), 1);
  border-color: rgba(0, 0, 0, 0);
}
.circle-text.second .text p {
  transform: translate(50%, 5px);
}
.circle-text.second .text span {
  transform-origin: 0 55px;
}
.circle-text.third {
  width: 880px;
  height: 880px;
  border-color: rgba(0, 0, 0, 0);
}
.circle-text.third .text p {
  transform: translate(50%, 5px);
}
.circle-text.third .text span {
  transform-origin: 0 440px;
}
.v-border {
  background: rgba(var(--p1), 0.2);
  width: 1px;
  height: 25px;
}
.v-line::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 40px;
  background-color: rgb(var(--p7));
}
.v-line.lg::before {
  height: 15px;
}
.v-line.lgx::before {
  height: 110px;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.v-line.lg2::before {
  height: 17px;
  padding: 1px;
  background-color: rgba(var(--s2), 1) !important;
}
.v-line.xl::before {
  background-color: rgb(var(--p7)) !important;
  height: 15px;
}
.v-line.sm::before {
  height: 25px;
}
.v-line.smx::before {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
}
.v-line.dashed::before {
  border-right: 1px dashed rgb(var(--n5));
  background: rgba(0, 0, 0, 0);
}
.cus-border {
  border-color: rgba(var(--p1), 1) !important;
}
.cus-border.second {
  border-color: rgba(var(--p1), 0.1) !important;
}
.cus-border.third {
  border-color: rgb(var(--n5)) !important;
}
.border-bottom-dash {
  border-bottom: 1px dashed rgba(0, 0, 0, 0);
}
.ul-dots li {
  list-style: disc;
}
.ul-decimal li {
  list-style: decimal;
}
.social-area a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid rgba(var(--p1), 0.1);
  border-radius: 50%;
  background: rgb(var(--p1));
  display: block;
  transition: var(--transition);
}
.social-area a i {
  color: rgba(var(--p2-fixed), 1);
}
.social-area a:hover {
  background-color: rgba(0, 0, 0, 0);
}
.social-area a:hover i {
  color: rgba(var(--p1), 1);
}
.social-area.alt a {
  border-color: rgba(var(--p1), 1);
  background: rgba(0, 0, 0, 0);
}
.social-area.alt a:hover {
  background-color: rgba(var(--p1), 1);
}
.social-items a i,
.social-items a span {
  transition: var(--transition);
}
.social-items a:hover i,
.social-items a:hover span {
  color: rgba(var(--p2), 1);
}
.mouse-follower {
  z-index: 10;
}
.mouse-follower span {
  z-index: 10;
  opacity: 1;
  top: -10px;
  left: -10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: fixed;
  transition: 100ms ease-in-out;
  pointer-events: none;
}
.mouse-follower .cursor-outline {
  height: 30px;
  width: 30px;
  border: 1px solid rgba(var(--p1), 1);
}
.mouse-follower .cursor-dot {
  height: 6px;
  width: 6px;
  background: rgba(var(--p1), 1);
}
.mouse-follower.hide-cursor span {
  border-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
span {
  display: inline-block;
}
.table thead th,
.table td,
.table th {
  border: none;
}
.ovf-unset {
  overflow-x: unset !important;
}
iframe {
  border: 0;
  width: 100%;
}
*::-webkit-scrollbar-track {
  background: #fff;
}
*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background: #399f6e;
}
.cus-scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
  position: sticky;
  max-height: 90vh;
  top: 100px;
}
.cus-scrollbar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.cus-scrollbar::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(0, 0, 0, 0);
}
.cus-scrollbar::-webkit-scrollbar-button,
.cus-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
}
.cus-scrollbar:hover::-webkit-scrollbar {
  width: 3px;
}
.cus-scrollbar:hover::-webkit-scrollbar-track {
  background: rgba(255, 211, 198, 0.5);
}
.cus-scrollbar:hover::-webkit-scrollbar-button,
.cus-scrollbar:hover::-webkit-scrollbar-thumb {
  background: rgba(var(--s2), 1);
}
.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cus-nz1 {
  z-index: -1;
}
.cus-z0 {
  z-index: 0;
}
.cus-z1 {
  z-index: 1;
}
.cus-z2 {
  z-index: 2;
}
.scrollToTop {
  position: fixed;
  bottom: 0;
  width: 40px;
  height: 40px;
  right: 30px;
  background-color: rgba(var(--s2), 1);
  padding: 0 12px;
  color: rgba(var(--p2), 1);
  line-height: 120%;
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}
.scrollToTop i {
  transition: 0.3s linear;
}
.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}
.scrollToTop:hover i {
  margin-bottom: 7px;
}
.pre-item {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(var(--p9), 1);
  height: 100%;
  width: 100%;
}
.loaderall {
  position: relative;
  border: 24px solid;
  border-color: #0b0b12 rgba(0, 0, 0, 0) #525d2f rgba(0, 0, 0, 0);
  animation: rotate_000 2s linear infinite;
}
.loaderall:before,
.loaderall:after {
  content: '';
  display: block;
  border: 24px solid rgba(0, 0, 0, 0);
  border-left-color: #283d1f;
  position: absolute;
  left: -24px;
  top: -24px;
  animation: prix 1s infinite ease-in;
  transform-origin: 0% 100%;
}
.loaderall:before {
  border-color: rgba(0, 0, 0, 0) #bce70c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  transform-origin: 100% 0%;
  animation-delay: 0.5s;
}
@keyframes rotate_000 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prix {
  20%,
  80% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-90deg);
  }
}
.singleTab .nav-links {
  cursor: pointer;
}
.singleTab .tabContents {
  position: relative;
}
.singleTab .tabContents .tabItem {
  transform: translateY(100px);
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.8s all;
}
.singleTab .tabContents .tabItem.active {
  position: initial;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}
.singleTab.pros-cros .nav-item {
  border-radius: unset;
  background: rgba(12, 169, 64, 0.7);
  font-weight: 700;
  color: rgba(var(--p2));
}
.singleTab.pros-cros .nav-item .active {
  background: rgba(var(--p1));
}
.singleTab.pros-cros .nav-item button {
  color: rgb(var(--p2-fixed));
  transition: var(--transition);
}
.search-area::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.search-area .search-box {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1199px) {
  .search-area .search-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .search-area .search-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .search-area .search-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pagination li a {
  color: rgba(var(--n2), 1);
}
.pagination .page-item .page-link {
  outline: none;
  bottom: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  z-index: 999;
}
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link.active,
.pagination .page-item .page-link:focus {
  background-color: rgba(var(--p1), 1);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.breadcrumb-area .breadcrumb {
  row-gap: 8px;
}
.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb span {
  color: rgba(var(--db), 1);
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .breadcrumb-area .breadcrumb a,
  .breadcrumb-area .breadcrumb span {
    font-size: 16px;
  }
}
.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item {
  position: relative;
}
.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: 'chevron_right';
  font-family: 'Material Symbols Outlined';
  z-index: 1;
  position: absolute;
  left: 0;
  font-size: 24px;
  color: rgba(var(--db), 1);
}
.breadcrumb-area .breadcrumb .active span {
  color: rgba(var(--p1), 1);
}
.nice-select {
  background-color: rgba(0, 0, 0, 0);
  border: rgba(0, 0, 0, 0);
  float: initial;
  overflow: initial;
  height: initial;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 150%;
  width: 100%;
}
.nice-select:focus,
.nice-select:hover {
  border-color: rgba(0, 0, 0, 0);
}
.nice-select::after {
  height: 10px;
  width: 10px;
  right: 15px;
  top: initial;
  border-color: rgba(var(--n2), 0.6);
}
.nice-select .list {
  width: initial;
  box-shadow: none;
  overflow: initial;
  width: 100%;
  top: 100%;
  padding: 0;
  box-shadow: var(--shadow-sm);
  max-height: 60vh;
  overflow-x: auto;
}
.nice-select .option {
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  line-height: 150%;
  padding: 4px 5px;
  min-height: initial;
  font-weight: 500;
}
.nice-select .option:hover,
.nice-select .option:focus,
.nice-select .option.selected.focus {
  background-color: rgba(0, 0, 0, 0);
}
.nice-select .current {
  font-weight: 500;
}
.checkbox-single {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-single .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  border: 1px solid #e1e0e7;
}
.checkbox-single .checkmark::after {
  content: '';
}
.checkbox-single input:checked ~ .checkmark::after {
  content: 'done';
  position: absolute;
  font-family: 'Material Symbols Outlined';
  color: rgb(var(--s2));
}
.checkbox-single input:checked ~ .checkmark:after {
  display: block;
}
.input[type='checkbox'],
input[type='radio'] {
  accent-color: #ec604f !important;
}
.switch-wrapper .active {
  color: rgba(var(--p1), 1);
}
.switch-wrapper .switch {
  width: 50px;
  height: 26px;
}
.switch-wrapper .switch .slider {
  cursor: pointer;
  border-radius: 34px;
  transition: var(--transition);
  background: rgba(var(--p1), 1);
}
.switch-wrapper .switch .slider::before {
  position: absolute;
  content: '';
  height: 22px;
  width: 22px;
  border-radius: 50%;
  transform: translateX(3px);
  background-color: rgba(var(--p2-fixed), 1);
  transition: var(--transition);
}
.switch-wrapper .switch input:checked + .slider::before {
  transform: translateX(25px);
}
.single-radio {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
}
.single-radio:hover input ~ .checkmark {
  background-color: rgba(0, 0, 0, 0);
}
.single-radio .checkmark {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid rgba(var(--p1), 1);
  border-radius: 50%;
}
.single-radio .checkmark::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
}
.single-radio input:checked ~ .checkmark {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(var(--p2), 1);
}
.single-radio input:checked ~ .checkmark::after {
  display: block;
  background: rgba(var(--p2), 1);
}
.slide-button {
  outline: none;
  bottom: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
}
.slide-button.ara-prev {
  transform: rotate(180deg);
}
.slider-pagination {
  width: initial;
}
.slider-pagination span {
  letter-spacing: 10px;
  color: rgba(var(--s2), 1);
}
.input-area {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(var(--b1));
}
.input-area:focus-within {
  border: 1px solid solid;
  outline: 1px solid rgba(var(--b1));
  border-color: rgba(0, 0, 0, 0);
}
.input-area input,
.input-area textarea {
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
}
.input-area input::-moz-placeholder,
.input-area textarea::-moz-placeholder {
  color: rgba(var(--db));
  font-weight: 500;
}
.input-area input::placeholder,
.input-area textarea::placeholder {
  color: rgba(var(--db));
  font-weight: 500;
}
.input-area .nice-select {
  padding-right: 40px !important;
}
.input-area .nice-select::-moz-placeholder {
  color: rgba(var(--db), 1);
}
.input-area .nice-select::placeholder {
  color: rgba(var(--db), 1);
}
.input-area .nice-select:focus,
.input-area .nice-select:hover {
  border: none;
  outline: none;
  color: rgba(var(--db), 1);
}
.input-area .nice-select .current {
  color: rgba(var(--db), 1);
  font-size: 16px;
  border: none;
  outline: none;
}
.input-area .nice-select .list {
  border: 1px solid rgba(var(--n6), 0.2);
  bottom: initial;
  padding: 8px 16px;
  background: rgb(var(--bg1));
  color: rgba(var(--db), 1);
}
.input-area .nice-select::after {
  display: block;
  right: 24px;
}
.input-area.second {
  border-radius: 48px;
  border: 1px solid rgba(var(--b1));
}
.input-area.second input {
  font-size: 16px;
}
.leftright-animation {
  animation: previewShapeX 4s linear infinite;
}
.leftright-animation2 {
  animation: previewShapeX 7s linear infinite;
}
@keyframes previewShapeX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes progress-animate {
  0% {
    width: 0;
  }
}
.rotated_bigsmall {
  animation: bigSmall 7s linear infinite;
}
@keyframes bigSmall {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
.rotated_bigsmall2 {
  animation: bigSmall2 20s linear infinite;
}
@keyframes bigSmall2 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes previewShapeRounded {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(15px);
  }
  100% {
    transform: translate(0);
  }
}
.rotated_animat {
  animation: rotated_animat 4s linear infinite;
}
.rotated_animattwo {
  animation: rotated-animattwo 40s linear infinite;
}
@keyframes rotated-animattwo {
  100% {
    transform: rotate(1turn);
  }
}
@keyframes rotated_animat {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn1st {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn2nd {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    -webkit-clip-path: polygon(
      50% 50%,
      0 0,
      100% 0,
      100% 100%,
      100% 100%,
      100% 100%
    );
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@media (max-width: 1399px) {
  .none_two {
    display: inherit !important;
  }
}
.navHero .navber-content {
  padding: 0.8rem 0;
}
.navHero .navber-content .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navHero .navber-content .container .navber-brand {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navHero .navber-content .container .navber-brand img {
  width: 60px;
}
.navHero .navber-content .container .navber-brand .barnd-text {
  padding-left: 0.3rem;
  font-size: 30px;
}
.navHero .navber-content .container .navber-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navHero .navber-content .container .navber-nav #closes-navber i {
  display: none;
  position: absolute;
  top: 2.5rem;
  right: 9rem;
  font-size: 30px;
  cursor: pointer;
  color: #181818;
}
.navHero .navber-content .container .navber-nav #closes-navber i:hover {
  transform: rotate(90deg);
}
.navHero .navber-content .container .navber-nav .navber-item {
  list-style: none;
}
.navHero .navber-content .container .navber-nav .navber-item .navber-link {
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding-right: 2rem;
}
.navHero .navber-content .container .navber-nav .btn-areax {
  display: none;
  margin-top: 22px;
}
.navHero .navber-content .container .navber-nav .btn-areax .btnx {
  background-color: #ffb900;
  border-radius: 50px;
  color: #fff;
  padding: 0.6rem 3rem;
}
.navHero .navber-content .container .navber-nav .btn-areax .btnx:hover {
  background-color: #f89805;
  transition: 0.5s;
}
.navHero .navber-content .container .btn-area {
  text-align: center;
}
.navHero .navber-content .container .btn-area .btn {
  background-color: #ffb900;
  border-radius: 50px;
  border: none;
  outline: none;
  color: #000;
  padding: 0.6rem 3rem;
}
.navHero .navber-content .container .btn-area .btn:hover {
  background-color: #f89805;
  transition: 0.5s;
}
.navHero .navber-content .container .icons {
  width: 40px;
  height: auto;
  font-size: 25px;
  display: none;
}
.navHero .navber-content .container .icons #menu-btn {
  color: #fff;
}
.navHero .hero {
  padding: 10rem 0;
}
.navHero .hero .hero-section h1 {
  text-align: center;
  padding: 0 4rem;
}
.navHero .hero .hero-section h1 .hero-title {
  color: #ffb900;
}
.navHero .hero .hero-section h1 .hero-title:hover {
  text-decoration: underline;
}
.navHero .hero .hero-section .hero-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  text-align: center;
  margin-top: 1rem;
}
.navHero .hero .hero-section .hero-button a {
  padding: 0.7rem 3rem;
  background-color: #ffb900;
  border-radius: 50px;
  text-align: center;
  color: #000;
  margin-left: 1rem;
}
.navHero .hero .hero-section .hero-button a:hover {
  background-color: #f89805;
  transition: 0.5s;
}
.demo-section {
  background-color: #000d1d;
  padding: 40px 0;
  text-align: center;
  color: #fff;
}
.demo-section .demo-area .test {
  padding-bottom: 10px;
}
.demo-section .demo-area .test .counters {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffb900;
  padding: 1rem 0;
}
.demo-section .demo-area .test .counters .odometer {
  font-size: 100px;
}
.demo-section .demo-area .test .counters .tops {
  font-size: 80px;
  margin-top: 0.5rem;
}
.demo-section .demo-area .test h2 {
  color: #fff;
  padding-bottom: 3rem;
}
.demo-section .demo-area .card-area .row {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.demo-section .demo-area .card-area .row .col-lg-8 {
  padding-bottom: 1rem;
}
.demo-section .demo-area .card-area .row .col-lg-8 .card {
  border-radius: 10px;
  transition: 1s;
  height: 500px;
}
.demo-section .demo-area .card-area .row .col-lg-8 .card:hover {
  transform: scale(1.03);
  transition: 1s;
}
.demo-section .demo-area .card-area .row .col-lg-8 .card img {
  height: 500px;
  border-radius: 10px;
}
.demo-section .demo-area .card-area .row .col-lg-8 .buttonx {
  padding-top: 3rem;
}
.demo-section .demo-area .card-area .row .col-lg-8 .buttonx a {
  padding: 0.8rem 3rem;
  background-color: #ffb900;
  color: #000;
  border-radius: 50px;
}
.demo-section .demo-area .card-area .row .col-lg-8 .buttonx a:hover {
  background-color: #f89805;
  transition: 0.5s;
}
.window {
  margin: auto;
  cursor: n-resize;
}
.window img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 10px;
  height: 270px;
  transition: 10s all ease;
}
.window img:hover {
  -o-object-position: bottom;
  object-position: bottom;
}
.inner-section {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    url(../images/inner/dark-style-ninja-naruto.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
.inner-section .inner-area .inner-text {
  padding-bottom: 2rem;
}
.inner-section .inner-area .inner-text h2 {
  text-align: center;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.inner-section .inner-area .inner-text p {
  text-align: center;
  padding-left: 18rem;
  padding-right: 18rem;
  padding-bottom: 1rem;
  color: #fff;
}
.inner-section .inner-area .inner-card .row .card-img {
  padding-bottom: 1rem;
  border-radius: 10px;
}
.inner-section .inner-area .inner-card .row .card-img .card {
  border-radius: 10px;
}
.inner-section .inner-area .inner-card .row .card-img .abou {
  padding-top: 6px;
  text-align: center;
  margin-top: 24px;
}
.inner-section .inner-area .inner-card .row .card-img .abou a {
  color: #000;
  background-color: #ffb900;
  border-radius: 50px;
  padding: 0.8rem 3rem;
}
.inner-section .inner-area .inner-card .row .card-img .abou a:hover {
  background-color: #f89805;
  transition: 0.5s;
}
.features {
  background-color: #000d1d;
  padding: 40px 0;
}
.features .features-text {
  padding-bottom: 3rem;
}
.features .features-text h2 {
  text-align: center;
  color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.features .features-text p {
  text-align: center;
  padding-left: 20rem;
  padding-right: 20rem;
  padding-bottom: 1rem;
  color: #fff;
}
.features .row {
  padding-bottom: 20px;
}
.features .row .card-areas {
  height: 100%;
  background-color: #001E1E;
  border-radius: 20px;
  text-align: center;
  padding: 22px 10px;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  will-change: transform;
  border: 2px solid transparent;
  cursor: pointer;
}

/* Glowing border & smooth hover effect */
.features .row .card-areas::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
  animation: glowing 6s ease infinite;
}

.features .row .card-areas:hover::before {
  opacity: 1;
}

@keyframes glowing {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.features .row .card-areas:hover {
  transform: perspective(1000px) rotateY(15deg) scale(1.06);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Icon / Image area */
.features .row .card-areas .imgs-area {
  background-color: #ffb900;
  display: inline-block;
  padding: 24px;
  border-radius: 100%;
  transform: translateY(60px);
  transition: transform 0.4s ease;
}

/* Smooth lift on hover */
.features .row .card-areas:hover .imgs-area {
  transform: translateY(0);
}

/* Centered image with pulse on hover */
.features .row .card-areas .imgs-area img {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Add smooth pulse + rotation only to the image */
.features .row .card-areas:hover .imgs-area img {
  transform: scale(1.08) rotateZ(-3deg);
  animation: imgPulse 1.2s infinite;
}

@keyframes imgPulse {
  0%, 100% {
    transform: scale(1.08) rotateZ(-3deg);
  }
  50% {
    transform: scale(1.12) rotateZ(-3deg);
  }
}

/* Text area */
.features .row .card-areas h4 {
  color: #FFB900;
  margin-top: 1rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease 0.1s;
}
.features .row .card-areas:hover h4 {
  opacity: 1;
  transform: translateY(0);
}

.features .row .card-areas p {
  padding-top: 0.5rem;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease 0.2s;
}
.features .row .card-areas:hover p {
  opacity: 1;
  transform: translateY(0);
}

.footer-header {
  padding: 6rem 2rem;
}
.footer-header .text-area .icon-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-header .text-area .icon-area img {
  width: 80px;
}
.footer-header .text-area .icon-area h3 {
  padding-left: 4px;
}
.footer-header .text-area .text {
  text-align: center;
}
.footer-header .text-area .text h1 .textIcom {
  color: #ffb900;
}
.footer-header .text-area .text h1 .textIcom:hover {
  text-decoration: underline;
}
.footer-header .text-area .text p {
  color: #fff;
  padding-top: 1rem;
}
.footer-header .text-area .buttons {
  text-align: center;
  padding-top: 2rem;
}
.footer-header .text-area .buttons .btn {
  background-color: #ffb900;
  padding: 0.8rem 3rem;
  border-radius: 50px;
  border: none;
  outline: none;
  color: #000;
  font-weight: 700;
}
.footer-header .text-area .buttons .btn:hover {
  background-color: #f89805;
  transition: 0.5s;
}
.footers {
  padding: 1rem 0rem;
  background-color: #ffb900;
}
.footers .footers-area .row .footer-text {
  display: flex;
  align-items: center;
  color: #000;
  padding-top: 0.5rem;
}
.footers .footers-area .row .footer-text a {
  color: #0505f0;
  padding-left: 4px;
}
.footers .footers-area .row .footer-text a:hover {
  text-decoration: underline;
}
.footers .footers-area .row .footer-icon {
  text-align: end;
}
.footers .footers-area .row .footer-icon .face {
  width: 35px;
  -o-object-fit: cover;
  object-fit: cover;
  text-align: center;
}
.footers .footers-area .row .footer-icon a {
  color: #000;
}
.footers .footers-area .row .footer-icon a i {
  font-size: 20px;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 50px;
  margin-left: 4px;
  transition: 0.5s;
}
.footers .footers-area .row .footer-icon a i:hover {
  background-color: #000;
  color: #f89805;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .navHero .hero {
    padding: 4rem 0;
  }
}
@media (max-width: 991px) {
  .navHero .navber-content .container .navber-brand {
    font-size: 25px;
  }
  .navHero .navber-content .container .navber-brand img {
    width: 35px;
    height: 35px;
  }
  .navHero .navber-content .container .navber-brand .barnd-text {
    font-size: 24px;
  }
  .navHero .navber-content .container .navber-nav {
    position: fixed;
    top: 0;
    right: -105%;
    width: 20rem;
    background: #fff;
    height: 100%;
    display: flex;
    flex-flow: column;
    z-index: 1200;
  }
  .navHero .navber-content .container .navber-nav #closes-navber i {
    display: block;
    color: navy;
  }
  .navHero .navber-content .container .navber-nav.active {
    box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
    right: 0;
  }
  .navHero .navber-content .container .navber-nav .navber-item {
    background-color: navy;
    padding: 0.5rem 4rem;
    border-radius: 50px;
    margin-top: 1rem;
  }
  .navHero .navber-content .container .navber-nav .navber-item:hover {
    background-color: #0505f0;
    transition: 0.5s;
  }
  .navHero .navber-content .container .navber-nav .navber-item .navber-link {
    font-size: 16px;
    padding-right: 0;
  }
  .navHero .navber-content .container .navber-nav .btn-areax {
    display: block;
  }
  .navHero .navber-content .container .btn-area {
    display: none;
  }
  .navHero .navber-content .container .icons {
    display: block;
  }
  .navHero .navber-content .container .icons {
    margin-top: 0.6rem;
    font-size: 30px;
  }
  .navHero .hero {
    padding: 3rem 0;
  }
  .navHero .hero .hero-section h1 {
    font-size: 32px;
    padding: 0;
  }
  .navHero .hero .hero-section h1 .hero-title {
    font-size: 32px;
  }
  .demo-section .demo-area .test .counters .odometer {
    font-size: 70px;
  }
  .demo-section .demo-area .test .counters .tops {
    font-size: 60px;
    margin-top: 0.5rem;
  }
  .demo-section .demo-area .test h2 {
    color: #676c7b;
    padding-bottom: 3rem;
    font-size: 32px;
  }
  .inner-section .inner-area .inner-text h2 {
    font-size: 32px;
  }
  .inner-section .inner-area .inner-text p {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .features .container .features-text h2 {
    font-size: 32px;
  }
  .features .container .features-text p {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .footer-header .text-area .text h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .navHero .navber-brand {
    font-size: 25px;
  }
  .navHero .navber-brand img {
    width: 35px;
    height: 35px;
  }
  .navHero .navber-brand .barnd-text {
    font-size: 20px;
  }
  .navHero .hero {
    padding: 3rem 0;
  }
  .navHero .hero .hero-section h1 {
    font-size: 28px;
    padding: 0;
  }
  .navHero .hero .hero-section h1 .hero-title {
    font-size: 28px;
  }
  .demo-section .demo-area .test .counters .odometer {
    font-size: 50px;
  }
  .demo-section .demo-area .test .counters .tops {
    font-size: 40px;
    margin-top: 0.5rem;
  }
  .demo-section .demo-area .test h2 {
    color: #676c7b;
    padding-bottom: 2rem;
    font-size: 28px;
  }
  .inner-section .inner-area .inner-text h2 {
    font-size: 28px;
  }
  .features .container .features-text h2 {
    font-size: 28px;
  }
  .footer-header {
    padding: 3rem 0;
  }
  .footer-header .text-area .text {
    margin-top: 1rem;
  }
  .footer-header .text-area .text h1 {
    font-size: 20px;
  }
  .footers .footers-area .row .footer-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
  }
  .footers .footers-area .row .footer-icon {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .navHero .hero {
    padding: 2rem 0;
  }
  .navHero .hero .hero-section h1 {
    padding: 4px;
    font-size: 20px;
    padding: 0;
  }
  .navHero .hero .hero-section h1 .hero-title {
    font-size: 20px;
  }
  .navHero .hero .hero-section .hero-button {
    display: flex;
    padding: 0;
  }
  .navHero .hero .hero-section .hero-button .btt {
    padding: 0.6rem 1rem;
  }
  .demo-section .demo-area .test .counters {
    padding: 0 0;
  }
  .demo-section .demo-area .test .counters .odometer {
    font-size: 30px;
  }
  .demo-section .demo-area .test .counters .tops {
    font-size: 20px;
    margin-top: 0.5rem;
  }
  .demo-section .demo-area .test h2 {
    color: #676c7b;
    padding-bottom: 2rem;
    font-size: 20px;
  }
  .inner-section .inner-area .inner-text h2 {
    font-size: 20px;
  }
  .inner-section .inner-area .inner-text p {
    padding-left: 0;
    padding-right: 0;
  }
  .features .container .features-text h2 {
    font-size: 20px;
  }
  .features .container .features-text p {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-header {
    padding: 8px 0;
  }
  .footer-header .text-area .text {
    margin-top: 0.5rem;
  }
  .footer-header .text-area .text h2 {
    font-size: 20px;
  }
  .footer-header .text-area .buttons {
    padding-top: 0.5rem;
  }
  .footer-header .text-area .buttons .btn {
    padding: 0.6rem 1.5rem;
    font-size: 14px;
  }
} /*# sourceMappingURL=style.min.css.map */
