@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap");
:root {
  scroll-behavior: inherit;
  --sk-font-1: "Inter", sans-serif;
  --sk-font-2: "Mona Sans", sans-serif;
  --sk-clr-pr-1: #FA9145;
  --sk-clr-sd-1: #8532F9;
  --sk-clr-h-1: #050221;
  --sk-clr-p-1: #454B45;
  --sk-clr-gd-1: linear-gradient(270deg, #863AEB 0%, #FA9145 40.27%, #FA9145 60.99%, #863AEB 100%);
  --sk-clr-gd-2: linear-gradient(94.33deg, #5030E0 0%, rgba(80, 48, 224, 0.84) 39.42%, #E50FF2 100%);
  --sk-cube-1: all .25s cubic-bezier(0.65, 0.05, 0.36, 1);
  --sk-cube-2: cubic-bezier(0.65, 0.05, 0.36, 1);
}

/* 
    root-variable-end
*/
/* 
    global-css-start
*/
body {
  font-family: var(--nm-font-2);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--nm-clr-black-1);
  overflow-x: hidden;
  background-color: #fff;
}

.img, img {
  max-width: 100%;
}

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

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  transition: unset;
}

button {
  border: none;
  outline: none;
}

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

h1 {
  font-size: 55px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

input::placeholder, textarea::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  ::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--sk-clr-pr-1);
    border-radius: 30px;
  }
}
/* 
    global-css-start
*/
/* 
    margin-&-padding_variable-start
*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/* 
    margin-&-padding_variable-end
*/
/* 
    all-common-class-start
*/
@media (min-width: 1600px) {
  .container.nm-container-1 {
    max-width: 1426px;
  }
}
.wa-fix {
  overflow: hidden;
}

.swiper-notification {
  display: none;
}

.wa-img-cover img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.wa-p-relative {
  position: relative;
  z-index: 1;
}

.wa-p-absolute {
  position: absolute;
}

.wa-zindex-1 {
  z-index: 1;
}

.wa-zindex-2 {
  z-index: 2;
}

.wa-bg-default {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.px-mlr-24 {
  margin-left: 24px;
  margin-right: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-mlr-24 {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .px-mlr-24 {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.px-radius-20 {
  border-radius: 20px;
}

@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
  animation-duration: 400ms;
  animation-timing-function: var(--kk-cube-1);
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
  animation-duration: 400ms;
  animation-timing-function: var(--kk-cube-1);
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  animation-duration: 400ms;
  animation-timing-function: var(--kk-cube-1);
}

/* 
    all-common-class-end
*/
.sk-h-1 {
  font-family: var(--sk-font-2);
  line-height: 1.09;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--sk-clr-h-1);
  margin-bottom: 0;
}

.sk-p-1 {
  font-family: var(--sk-font-1);
  line-height: 1.555;
  font-weight: 400;
  color: var(--sk-clr-p-1);
  margin-bottom: 0;
}

.sk-subtitle-4 {
  font-family: var(--sk-font-2);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.3;
  display: inline-flex;
  border: 1px solid var(--sk-clr-sd-1);
  border-radius: 100px;
  background: #fff;
  padding: 6px 15px;
  outline: 6px solid rgba(99, 66, 245, 0.12);
  margin-bottom: 20px;
}
.sk-subtitle-4-text {
  background: var(--sk-clr-gd-2);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nm-sec-title {
  font-family: var(--sk-font-2);
  color: var(--sk-clr-h-1);
  font-weight: 600;
  font-size: 44px;
  line-height: 1.09;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-sec-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-sec-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .nm-sec-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-sec-title {
    font-size: 35px;
  }
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

/* 


*/
/* 
    button-component-start
*/
.nm-menu-btn-1 {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  background: transparent;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  align-content: center;
  justify-content: center;
  gap: 5px;
  transition: var(--sk-cube-1);
  border-radius: 5px;
}
.nm-menu-btn-1 span {
  display: inline-block;
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  background: var(--sk-clr-pr-1);
  border-radius: 50%;
  transition: var(--sk-cube-1);
}
.nm-menu-btn-1:hover span:nth-child(1) {
  transform: translate(-5px, -5px);
}
.nm-menu-btn-1:hover span:nth-child(2) {
  transform: translate(0px, -5px);
}
.nm-menu-btn-1:hover span:nth-child(3) {
  transform: translate(5px, -5px);
}
.nm-menu-btn-1:hover span:nth-child(4) {
  transform: translate(-5px, 0px);
}
.nm-menu-btn-1:hover span:nth-child(6) {
  transform: translate(5px, 0px);
}
.nm-menu-btn-1:hover span:nth-child(7) {
  transform: translate(-5px, 5px);
}
.nm-menu-btn-1:hover span:nth-child(8) {
  transform: translate(0px, 5px);
}
.nm-menu-btn-1:hover span:nth-child(9) {
  transform: translate(5px, 5px);
}

.sk-pr-btn-4 {
  font-family: var(--sk-font-2);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-4 .text {
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-4 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: var(--sk-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.sk-pr-btn-4 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: var(--sk-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.sk-pr-btn-4 .btn-border-2 {
  border-radius: 100px;
  padding: 15px 27px;
  border: 3px solid #021280;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--sk-clr-gd-1);
}
.sk-pr-btn-4 .btn-border-2 .bg-noise {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sk-pr-btn-4 .btn-border {
  padding: 2px;
  border-radius: 100px;
  background: transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: inline-flex;
}
.sk-pr-btn-4 .btn-border::after {
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, var(--sk-clr-pr-1) 0%, rgba(0, 0, 0, 0) 60%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: skBtn3kf 3s ease-in-out infinite;
}
.sk-pr-btn-4:hover {
  color: #fff;
}
.sk-pr-btn-4:hover .btn-border::after {
  animation-play-state: paused;
}
.sk-pr-btn-4:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.sk-pr-btn-4:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}

@keyframes skBtn3kf {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.sk-pr-btn-5 {
  font-family: var(--sk-font-1);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  transition: var(--sk-cube-1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(90deg, rgb(80, 48, 224) 0%, rgba(80, 48, 224, 0.84) 39%, var(--sk-clr-pr-1) 100%);
  box-shadow: 0px 42px 107px rgba(80, 48, 224, 0.34), 0px 24.7206px 32.2574px rgba(80, 48, 224, 0.1867), 0px 10.2677px 13.3981px rgba(80, 48, 224, 0.22), 0px 3.71362px 4.84582px rgba(80, 48, 224, 0.153301), inset 0px 1px 18px 2px #363687, inset 0px 1px 4px 2px #363687;
}
.sk-pr-btn-5 .text {
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-5 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: var(--sk-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.sk-pr-btn-5 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: var(--sk-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.sk-pr-btn-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, rgb(80, 48, 224) 0%, rgba(80, 48, 224, 0.84) 39%, var(--sk-clr-pr-1) 100%);
  padding: 1px;
  z-index: 1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-5 .btn-border {
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  display: inline-flex;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-5 .btn-border::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(99, 66, 245, 0) 0%, rgb(255, 255, 255) 50%, rgba(99, 66, 245, 0) 100%);
  opacity: 0.7;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-5 .bg-noise {
  padding: 16px 24px;
  background-image: url("../img/hero/btn-noise.png");
  border-radius: 10px;
  overflow: hidden;
}
.sk-pr-btn-5:hover {
  color: #fff;
  background: linear-gradient(-90deg, rgb(80, 48, 224) 0%, rgba(80, 48, 224, 0.84) 39%, var(--sk-clr-pr-1) 100%);
}
.sk-pr-btn-5:hover::before {
  background: linear-gradient(-90deg, rgb(80, 48, 224) 0%, rgba(80, 48, 224, 0.84) 39%, var(--sk-clr-pr-1) 100%);
}
.sk-pr-btn-5:hover .btn-border::after {
  animation-play-state: paused;
}
.sk-pr-btn-5:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.sk-pr-btn-5:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}

.sk-pr-btn-1 {
  font-family: var(--sk-font-2);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  background: rgba(2, 2, 36, 0.5);
  border-radius: 200px;
  display: inline-flex;
  align-items: center;
  padding: 18px 26px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  gap: 6px;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-1::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background: linear-gradient(to right, rgb(10, 7, 69) 0%, rgba(23, 22, 64, 0) 54%, rgb(10, 7, 69) 100%);
  z-index: -1;
  border-radius: 200px;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(144deg, rgba(255, 254, 254, 0) 0%, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0) 73%, rgb(187, 156, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  opacity: 87%;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-1 .text {
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-1 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: var(--sk-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.sk-pr-btn-1 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: var(--sk-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.sk-pr-btn-1:hover {
  color: #fff;
  background: var(--sk-clr-pr-1);
}
.sk-pr-btn-1:hover .bg-clr {
  opacity: 0;
}
.sk-pr-btn-1:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.sk-pr-btn-1:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}

/* 
    button-component-end
*/
/* 
  offcanvas-start
*/
.txa-offcanvas-box {
  position: fixed;
  right: 0px;
  top: 0px;
  background: #fff;
  z-index: 9;
  max-width: 320px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  overflow: hidden;
  transform: translateX(105%);
  visibility: hidden;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  padding: 60px 30px;
  box-shadow: -12px 12px 40px 0 rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-offcanvas-box {
    right: 0px;
    top: 0px;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .txa-offcanvas-box {
    right: 0px;
    top: 0px;
    height: 100vh;
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-offcanvas-box {
    right: 0px;
    top: 0px;
    height: 100vh;
    padding: 80px 40px;
  }
}
.txa-offcanvas-box-close {
  display: flex;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  background: #C9F7CA;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .txa-offcanvas-box-close {
    width: 46px;
    height: 46px;
    font-size: 20px;
    right: 10px;
    top: 10px;
  }
}
.txa-offcanvas-box-close:hover {
  background: #000;
  color: #fff;
}
.txa-offcanvas-box-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 50px;
  overflow-y: scroll;
}
.txa-offcanvas-box-container::-webkit-scrollbar {
  display: none;
}
.txa-offcanvas-box:is(.active) {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}
.txa-offcanvas-box:is(.active) .offcanvas-slideup {
  transform: translateY(0%);
  transition-delay: 0.3s;
}

/* 
  header-menu-customization-start
*/
.mobile-main-navigation ul li {
  position: relative;
  padding: 12px 0;
}
.mobile-main-navigation ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.mobile-main-navigation ul li a {
  color: #000;
  font-family: var(--kk-font-4);
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  transition: var(--kk-cube-1);
}
.mobile-main-navigation ul li a:hover {
  color: var(--kk-clr-pr-4);
}
.mobile-main-navigation ul li .dropdown-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 45px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-size: 14px;
  color: #000;
  transition: 400ms ease-in-out;
}
.mobile-main-navigation ul li .dropdown-btn:hover {
  color: var(--kk-clr-pr-4);
}
.mobile-main-navigation ul li .dropdown-btn:is(.active) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-main-navigation ul li .dropdown-menu {
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-radius: 3px;
}
.mobile-main-navigation ul li .dropdown-menu li {
  margin-left: 30px;
  padding: 5px 0;
  margin-bottom: 0;
}
.mobile-main-navigation ul li .dropdown-menu li a {
  font-size: 16px;
}
.mobile-main-navigation ul li .dropdown-menu li .dropdown-btn {
  position: absolute;
  top: 5px;
  width: 22px;
  height: 22px;
  font-size: 12px;
}

/* 
  header-menu-customization-start
*/
/* 
  mobile-menu-css-start
*/
/* 
	preloader-css-start
*/
.sk-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #050221;
  transition: 0.8s;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 2000px;
}
.sk-loader .item-favicon-border {
  width: 94px;
  height: 94px;
  background: var(--sk-clr-black-2);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25), inset 0px -4px 4px rgba(0, 33, 1, 0.3), inset 0px 4px 4px var(--sk-clr-pr-1);
  border-radius: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.sk-loader .item-favicon-border-line-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--sk-clr-pr-1);
  border-radius: 50%;
  animation: skf2item-favicon-border-line-3 3s linear infinite;
}
.sk-loader .item-favicon-border-line-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--sk-clr-pr-1);
  border-radius: 50%;
  animation: skf2item-favicon-border-line-3 3s linear infinite;
  animation-delay: 1s;
}
.sk-loader .item-favicon-border-line-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--sk-clr-pr-1);
  border-radius: 50%;
  animation: skf2item-favicon-border-line-3 3s linear infinite;
  animation-delay: 2s;
}
@keyframes skf2item-favicon-border-line-3 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.sk-loader:is(.loaded) {
  opacity: 0;
}
.sk-loader:is(.loaded) .item-favicon-border {
  transform: scale(1.3);
}

@keyframes skPreloaderKf {
  to {
    transform: rotate(360deg);
  }
}
/* 
	preloader-css-end
*/
/* 

*/
/* 
  header-1-css-start
*/
.wa-sticky-header-2:is(.has-sticky) {
  background: #03095b;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px 0;
  animation: slideInDown 0.7s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.wa-sticky-header-2:is(.has-sticky) .sk-pr-btn-4 .btn-border-2 {
  border: 3px solid #03095b;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
    -ms-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.nm-header-1-area {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 4;
}
.nm-header-1-container {
  max-width: 1822px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.nm-header-1-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.nm-header-1-action-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .nm-header-1-action-link .sk-pr-btn-4 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-header-1-action-link .sk-pr-btn-4 {
    display: inline-flex;
  }
}
.nm-header-1-action-link .sk-pr-btn-4 .btn-border-2 {
  padding: 11px 22px;
  border: 2px solid #021687;
  background: var(--sk-clr-sd-1);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.nm-header-1-menu {
  position: relative;
  z-index: 1;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-header-1-menu {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 0px 45px;
  }
}
.nm-header-1-menu .bg-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-header-1-menu .bg-line {
    display: none;
  }
}
.nm-header-1-menu::after {
  content: "";
  width: 150px;
  height: 1px;
  background: linear-gradient(94.33deg, rgba(80, 48, 224, 0) 0%, #FFFFFF 50.96%, rgba(80, 48, 224, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  animation: skHeader1Line 10s ease-in-out infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-header-1-menu::after {
    display: none;
  }
}
.nm-header-1-menu::before {
  content: "";
  width: 150px;
  height: 1px;
  background: linear-gradient(94.33deg, rgba(80, 48, 224, 0) 0%, #FFFFFF 50.96%, rgba(80, 48, 224, 0) 100%);
  border-radius: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0.8;
  animation: skHeader1Line 10s ease-in-out infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-header-1-menu::before {
    display: none;
  }
}

@keyframes skHeader1Line {
  0% {
    left: 3%;
  }
  50% {
    left: 73%;
  }
  100% {
    left: 3%;
  }
}
.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 45px;
  flex-direction: row;
}
.main-navigation ul li {
  position: relative;
  z-index: 1;
}
.main-navigation ul li::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sk-clr-pr-1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
}
.main-navigation ul li:first-child::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sk-clr-pr-1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -26px;
}
.main-navigation ul li a {
  position: relative;
  z-index: 1;
  font-family: var(--sk-font-1);
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  padding: 12px 0;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1.5;
  transition: var(--sk-cube-1);
  position: relative;
}
.main-navigation ul li a::after {
  content: "";
  background: linear-gradient(-180deg, rgba(80, 48, 224, 0), #fa9145 100%);
  filter: blur(3px);
  transform: matrix(1, 0, 0, -1, 0, 0);
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.main-navigation ul li a::before {
  content: "";
  background: linear-gradient(180.63deg, rgba(80, 48, 224, 0), #fa9145 100%);
  filter: blur(3px);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.main-navigation ul li:hover > a::after {
  opacity: 0.4;
}
.main-navigation ul li:hover > a::before {
  opacity: 0.4;
}
.main-navigation ul li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateZ(0);
}

.wa-sticky-header-2 {
  transition: 0.3s;
}
.wa-sticky-header-2:is(.has-sticky) {
  top: 0;
}

/* 
  header-1-css-end
*/
/* 
  sticky-header-css-start
*/
/* 
  sticky-header-css-end
*/
.nm-hero-area {
  background-color: #050221;
}
.nm-hero-area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 87px;
  background: linear-gradient(180deg, rgba(5, 2, 33, 0) 0%, #050221 100%);
  z-index: 2;
}
.nm-hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  opacity: 60%;
}
.nm-hero-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nm-hero-bg-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
  text-align: center;
}
.nm-hero-content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 160px;
}
.nm-hero-content .hero-title {
  font-size: 56px;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-hero-content .hero-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-hero-content .hero-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-hero-content .hero-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .nm-hero-content .hero-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-content .hero-title {
    font-size: 40px;
  }
}
.nm-hero-content .hero-title span {
  color: var(--sk-clr-pr-1);
}
.nm-hero-content .hero-disc {
  color: #fff;
  opacity: 80%;
}
.nm-hero-content .inner-div {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
}
.nm-hero-ss {
  display: flex;
  align-items: end;
  justify-content: end;
  overflow: hidden;
  margin-top: 55px;
}
.nm-hero-ss-single {
  flex: 0 0 auto;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nm-hero-ss-single {
    width: 40%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nm-hero-ss-single {
    width: 44%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-hero-ss-single {
    width: 48%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-hero-ss-single {
    width: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-hero-ss-single {
    width: 67%;
  }
}
@media (max-width: 767px) {
  .nm-hero-ss-single {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-ss-single {
    width: 81%;
  }
}
.nm-hero-ss-single:nth-child(2) {
  margin-left: -560px;
}
.nm-hero-ss-single:nth-child(3) {
  margin-left: -460px;
}
.nm-hero-ss-single:nth-child(4) {
  margin-left: -470px;
  margin-right: -380px;
  position: relative;
  z-index: 2;
}
.nm-hero-ss-single:nth-child(5) {
  margin-right: -480px;
  position: relative;
  z-index: 1;
}
.nm-hero-marquee {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.nm-hero-marquee-wrap {
  display: flex;
  margin-right: 50px;
  gap: 50px;
}
.nm-hero-marquee-item {
  font-weight: 700;
  letter-spacing: -0.04em;
  font-size: 146px;
  color: #fff;
  flex: 0 0 auto;
  line-height: 1;
  opacity: 15%;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nm-hero-marquee-item {
    font-size: 140px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-hero-marquee-item {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-hero-marquee-item {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-hero-marquee-item {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-hero-marquee-item {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .nm-hero-marquee-item {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-marquee-item {
    font-size: 70px;
  }
}

@keyframes heroDemoSlide {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-60%);
  }
}
@keyframes heroDemoSlide2 {
  0% {
    transform: translateY(-60%);
  }
  100% {
    transform: translateY(0%);
  }
}
.hero-x-features-bg::after {
  content: "";
  width: 100%;
  height: 140%;
  background-color: #F1F3F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* 
    core-features-start
*/
.nm-core-features-area {
  background-color: var(--sk-clr-sd-1);
  padding: 28px 0;
}
.nm-core-features-wrap {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nm-core-features-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.01em;
}

/* 
    core-features-end
*/
/* 
    core-features-start
*/
.nm-core-features-2-area {
  border-radius: 12px;
  margin-left: 24px;
  margin-right: 24px;
  background-color: #4B0CA2;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 16px;
  padding: 44px 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-core-features-2-area {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-core-features-2-area {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .nm-core-features-2-area {
    grid-template-columns: 1fr;
  }
}
.nm-core-features-2-area .hr-line {
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 24%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-core-features-2-area .hr-line {
    display: none;
  }
}
.nm-core-features-2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: luminosity;
}
.nm-core-features-2-single {
  padding: 25px 30px;
  border-radius: 16px;
  transition: var(--kk-cube-1);
}
.nm-core-features-2-single .title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 22px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-core-features-2-single .title {
    font-size: 22px;
  }
}
.nm-core-features-2-single .icon {
  margin-bottom: 50px;
}
.nm-core-features-2-single .disc {
  color: #fff;
  opacity: 80%;
}
.nm-core-features-2-single:hover .icon {
  animation: headShake 1s;
}

/* 
    core-features-end
*/
/* 
    demo-start
*/
.nm-demo-area {
  background-color: #050221;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.nm-demo-bg-glow-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  z-index: -3;
}
.nm-demo-bg-glow-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 57%;
  z-index: -3;
}
.nm-demo-bg-clr-1 {
  text-align: center;
  position: absolute;
  top: 0;
  z-index: -2;
}
.nm-demo-bg-clr-2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: -2;
}
.nm-demo-bg-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -3;
}
.nm-demo-counter {
  text-align: center;
  font-weight: 700;
  font-size: 180px;
  line-height: 1;
  letter-spacing: -0.02em;
  background: url(../img/demo/text-bg.jpg);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-demo-counter {
    font-size: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-demo-counter {
    font-size: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-demo-counter {
    font-size: 160px;
  }
}
@media (max-width: 767px) {
  .nm-demo-counter {
    font-size: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-demo-counter {
    font-size: 140px;
  }
}
.nm-demo-sec-title {
  text-align: center;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.nm-demo-features {
  display: flex;
  justify-content: center;
  gap: 20px 40px;
  flex-wrap: wrap;
  margin-top: 37px;
}
.nm-demo-features-single {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.nm-demo-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .nm-demo-wrap {
    grid-template-columns: 1fr;
  }
}
.nm-demo-single {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  border-radius: 18px;
  padding: 16px 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.nm-demo-single .bg-glow-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.nm-demo-single .bg-glow-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.nm-demo-single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 18px;
  padding: 3px;
  background: #fff;
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 12%;
  transition: var(--sk-cube-1);
}
.nm-demo-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 18px;
  padding: 8px;
  background: linear-gradient(135.96deg, #FF4052 0%, rgba(18, 1, 1, 0) 36.36%, rgba(18, 1, 1, 0) 65.67%, #DD00F2 101.73%);
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  transition: var(--sk-cube-1);
  opacity: 0;
}
.nm-demo-single-img-wrap {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
}
.nm-demo-single-img-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(5, 2, 33, 0.24);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: var(--sk-cube-1);
  opacity: 0;
}
.nm-demo-single-img-wrap .hover-glow-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.nm-demo-single-img-wrap .hover-glow-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.nm-demo-single-img-wrap .btn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  flex-wrap: wrap;
  transition: var(--sk-cube-1);
  opacity: 0;
}
.nm-demo-single-img-wrap .btn-wrap .sk-pr-btn-5:nth-child(2) {
  background: var(--sk-clr-sd-1);
}
.nm-demo-single-img-wrap .btn-wrap .sk-pr-btn-5:nth-child(2)::before {
  background: var(--sk-clr-sd-1);
}
.nm-demo-single-img {
  border-radius: 16px;
  height: 750px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-demo-single-img {
    height: 620px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-demo-single-img {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-demo-single-img {
    height: 365px;
  }
}
@media (max-width: 767px) {
  .nm-demo-single-img {
    height: 336px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-demo-single-img {
    height: 580px;
  }
}
.nm-demo-single-img video {
  width: 100%;
}
.nm-demo-single .btn-wrap {
  display: flex;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 767px) {
  .nm-demo-single .btn-wrap {
    flex-wrap: wrap;
  }
}
.nm-demo-single .demo-name {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.nm-demo-single:hover .nm-demo-single-img-wrap::after {
  opacity: 1;
}
.nm-demo-single:hover .nm-demo-single-img-wrap .btn-wrap {
  opacity: 1;
}
.nm-demo-single:hover .nm-demo-single-img-wrap .hover-glow-1, .nm-demo-single:hover .nm-demo-single-img-wrap .hover-glow-2 {
  opacity: 1;
}
.nm-demo-single:hover::before {
  opacity: 0;
}
.nm-demo-single:hover::after {
  opacity: 1;
}
.nm-demo-single:is(.has-coming)::after {
  display: none;
}
.nm-demo-single:is(.has-coming)::before {
  display: none;
}
.nm-demo-single:is(.has-coming) .nm-demo-single-img-wrap::after {
  display: none;
}

/* 
    demo-end
*/
/* 
    elementor-start
*/
.nm-elementor-sec-title .nm-sec-title {
  margin-bottom: 33px;
}
.nm-elementor-sec-title .sk-pr-btn-4 .btn-border-2 {
  border: 3px solid #fceafc;
}
.nm-elementor-list {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.nm-elementor-list li {
  display: flex;
  align-items: baseline;
  gap: 6px;
  background: #FFFFFF;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 180px;
  padding: 10px;
  padding-right: 20px;
}
.nm-elementor-wrap {
  text-align: center;
  border: 1px dashed rgba(81, 81, 93, 0.32);
  border-radius: 20px;
  padding: 35px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
}
.nm-elementor-img {
  display: inline-block;
}
.nm-elementor-img .main-img {
  max-width: 775px;
  overflow: hidden;
  height: 585px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .nm-elementor-img .main-img {
    height: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-elementor-img .main-img {
    height: 505px;
  }
}
.nm-elementor-img .main-img video {
  width: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-elementor-img {
    margin-left: 0;
    margin-right: 0px;
    transform: scale(84%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-elementor-img {
    margin-left: 0;
    margin-right: 0px;
    transform: scale(74%);
  }
}
.nm-elementor-img-1 {
  width: 27%;
  filter: drop-shadow(-10.606px 10.606px 35.354px rgba(0, 0, 0, 0.25));
  position: absolute;
  top: 90px;
  left: -160px;
}
.nm-elementor-img-2 {
  width: 38%;
  position: absolute;
  top: -10%;
  left: -19%;
  filter: drop-shadow(-13.5758px 13.5758px 45.2525px rgba(0, 0, 0, 0.25));
}
.nm-elementor-img-3 {
  width: 26%;
  position: absolute;
  bottom: -15%;
  left: 65%;
  filter: drop-shadow(-13.576px 13.576px 45.253px rgba(0, 0, 0, 0.25));
  z-index: 1;
}
.nm-elementor-img-4 {
  width: 28%;
  position: absolute;
  bottom: -19%;
  left: 76%;
  filter: drop-shadow(-10.606px 10.606px 35.354px rgba(0, 0, 0, 0.25));
  z-index: 2;
}
.nm-elementor-img-5 {
  width: 27%;
  position: absolute;
  top: -8%;
  right: -16%;
  filter: drop-shadow(-18.667px 18.667px 62.222px rgba(0, 0, 0, 0.25));
}
.nm-elementor-img-6 {
  width: 26%;
  position: absolute;
  top: 68%;
  right: -160px;
  filter: drop-shadow(-10.606px 10.606px 35.354px rgba(0, 0, 0, 0.25));
}

/* 
    elementor-end
*/
/* 
    advance-1-start
*/
.nm-advance-bg-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
}
.nm-advance-wrap {
  gap: 16px;
  display: grid;
  grid-template-columns: 0.334fr 0.194fr 0.472fr;
  align-items: start;
}
@media (min-width: 1800px) {
  .nm-advance-wrap {
    margin: 0 -244px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nm-advance-wrap {
    grid-template-columns: 1fr 0.7fr 1fr;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-advance-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-advance-wrap {
    grid-template-columns: 1fr;
  }
}
.nm-advance-wrap-2 {
  gap: 16px;
  display: grid;
  grid-template-columns: 1fr 2.04fr 1fr;
  align-items: start;
}
@media (min-width: 1800px) {
  .nm-advance-wrap-2 {
    margin: 0 -244px;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nm-advance-wrap-2 {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-advance-wrap-2 {
    margin-top: 16px;
    grid-template-columns: 1fr 1.5fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-advance-wrap-2 {
    margin-top: 16px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-advance-wrap-2 {
    margin-top: 16px;
    grid-template-columns: 1fr;
  }
}
.nm-advance-box {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.nm-advance-box .box-title {
  font-size: 28px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-advance-box .box-title {
    font-size: 22px;
  }
}
.nm-advance-box:is(.has-demo) {
  background-color: #F1F5FD;
  padding: 40px 45px;
  height: 468px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-advance-box:is(.has-demo) {
    padding: 40px 25px;
  }
}
.nm-advance-box:is(.has-demo) .content-wrap {
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  .nm-advance-box:is(.has-demo) .content-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-advance-box:is(.has-demo) .content-wrap {
    flex-wrap: nowrap;
  }
}
.nm-advance-box:is(.has-demo) .main-img {
  position: absolute;
  bottom: -42px;
  left: -50px;
  width: 106%;
  z-Index: 2;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.nm-advance-box:is(.has-demo) .main-img img {
  transform: scaleX(0.4);
  opacity: 0;
  transform-origin: left;
  transition: 1s;
}
.nm-advance-box:is(.has-demo) .main-img:is(.active) img {
  transform: scaleX(1);
  opacity: 1;
}
.nm-advance-box:is(.has-demo) .favicon-elm {
  position: absolute;
  left: 0;
  bottom: 170px;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-advance-box:is(.has-demo) .favicon-elm {
    display: none;
  }
}
.nm-advance-box:is(.has-per) {
  padding: 35px 40px;
  padding-top: 50px;
  background: linear-gradient(172.4deg, #FF9774 16.12%, #DF7CB5 47.4%, #7C48EB 73.84%, #663CF6 94.11%);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-advance-box:is(.has-per) {
    padding: 40px 25px;
    padding-top: 50px;
  }
}
.nm-advance-box:is(.has-per) .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  text-align: center;
}
.nm-advance-box:is(.has-per) .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.nm-advance-box:is(.has-per) .main-img {
  text-align: center;
  margin-bottom: 31px;
}
.nm-advance-box:is(.has-per) .box-title, .nm-advance-box:is(.has-per) .box-disc {
  color: #fff;
}
.nm-advance-box:is(.has-per) .box-disc {
  opacity: 80%;
}
.nm-advance-box:is(.has-import) {
  padding: 35px 45px;
  height: 468px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-advance-box:is(.has-import) {
    padding: 40px 25px;
  }
}
.nm-advance-box:is(.has-import) .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nm-advance-box:is(.has-import) .favicon-elm {
  position: absolute;
  right: -90px;
  bottom: -110px;
  z-index: 3;
}
.nm-advance-box:is(.has-import) .box-title {
  color: #fff;
  font-size: 36px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-advance-box:is(.has-import) .box-title {
    font-size: 24px;
  }
}
.nm-advance-box:is(.has-import) .box-disc {
  opacity: 80%;
  color: #fff;
}
.nm-advance-box:is(.has-import) .main-img-single {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -48px;
  z-index: -1;
}
.nm-advance-box:is(.has-import) .main-img-single img {
  width: 100%;
  min-width: max-content;
  animation: box3kf1 10s linear infinite;
}
.nm-advance-box:is(.has-import) .main-img-single-2 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -288px;
  z-index: -1;
}
.nm-advance-box:is(.has-import) .main-img-single-2 img {
  width: 100%;
  min-width: max-content;
  animation: box3kf2 10s linear infinite reverse both;
}
.nm-advance-box:is(.has-import) .arrow-elm {
  position: absolute;
  bottom: 150px;
  right: 130px;
  z-index: 3;
}
.nm-advance-box:is(.has-import) .arrow-elm img {
  animation: swing 10s ease-in-out infinite;
  transform-origin: left bottom;
}
.nm-advance-box-3-svg {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 2;
}
.nm-advance-box:is(.has-support) {
  padding: 35px 45px;
  height: 540px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-advance-box:is(.has-support) {
    padding: 40px 25px;
  }
}
.nm-advance-box:is(.has-support) .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.nm-advance-box:is(.has-support) .box-disc {
  max-width: 352px;
  display: inline-block;
}
.nm-advance-box:is(.has-counter) {
  padding: 35px 45px;
  height: 540px;
}
.nm-advance-box:is(.has-counter) .content-wrap {
  display: flex;
  flex-direction: column;
  margin-top: -10px;
}
.nm-advance-box:is(.has-counter) .page-counter {
  font-weight: 800;
  font-size: 120px;
  line-height: 1;
  background: linear-gradient(180deg, #422DFF 0%, rgba(66, 45, 255, 0) 73.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.nm-advance-box:is(.has-counter) .box-title {
  font-size: 36px;
  max-width: 402px;
  margin-top: -30px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-advance-box:is(.has-counter) .box-title {
    font-size: 24px;
  }
}
.nm-advance-box:is(.has-counter) .main-img {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 76%;
}
.nm-advance-box:is(.has-animation) {
  padding: 35px 45px;
  height: 540px;
  display: flex;
  align-items: end;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-advance-box:is(.has-animation) {
    padding: 40px 25px;
  }
}
.nm-advance-box:is(.has-animation) .content-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}
.nm-advance-box:is(.has-animation) .ss-img {
  position: absolute;
  top: 50px;
  left: -80px;
  width: 84%;
}
.nm-advance-box:is(.has-animation) .a-img {
  position: absolute;
  top: 43px;
  right: -30px;
  width: 76%;
  z-index: 1;
}

@keyframes box3kf1 {
  0% {
    transform: translate(-65.7202px, 30.9271px);
  }
  50% {
    transform: translate(-170px, 80px);
  }
  100% {
    transform: translate(-65.7202px, 30.9271px);
  }
}
@keyframes box3kf2 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(270px, -130px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
/* 
    advance-1-end
*/
/* 
    inner-page-start
*/
.px-inner-page-area {
  background-color: #F5F5F6;
}
.px-inner-page-counter {
  font-weight: 700;
  font-size: 200px;
  letter-spacing: 0.02em;
  line-height: 1;
  background: linear-gradient(180deg, #FA9145 0%, #F5F5F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: -75px;
}
@media (max-width: 767px) {
  .px-inner-page-counter {
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-inner-page-counter {
    font-size: 140px;
  }
}
.px-inner-page-wrap {
  display: flex;
  gap: 40px;
  margin-right: 40px;
}
.px-inner-page-ss {
  flex: 0 0 auto;
  height: 290px;
  width: 520px;
  outline: 10px solid #fff;
  border-radius: 16px;
}

/* 
    inner-page-end
*/
/* 
    header-footer-start
*/
.nm-header-footer-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.nm-header-footer-wrap {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1.39fr;
  align-items: center;
  margin-right: -70px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-header-footer-wrap {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-header-footer-wrap {
    grid-template-columns: 1fr;
    margin-right: 0px;
  }
}
.nm-header-footer-content .nm-sec-title {
  margin-bottom: 26px;
}
.nm-header-footer-content .disc {
  margin-bottom: 42px;
}
.nm-header-footer-content .sk-pr-btn-4 .btn-border-2 {
  border: 3px solid #ffffff;
}
.nm-header-footer-right {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.nm-header-footer-img-1 {
  display: inline-block;
  filter: drop-shadow(12px 14px 28px rgba(0, 0, 0, 0.32));
  overflow: hidden;
  border-radius: 10px;
  margin-left: 40px;
}
.nm-header-footer-img-2 {
  display: inline-block;
  filter: drop-shadow(12px 14px 28px rgba(0, 0, 0, 0.32));
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  margin-left: auto;
  margin-right: 70px;
  margin-top: -110px;
}
.nm-header-footer-img-3 {
  display: inline-block;
  filter: drop-shadow(12px 14px 28px rgba(0, 0, 0, 0.32));
  overflow: hidden;
  border-radius: 10px;
  margin-left: 74px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
.nm-header-footer-img-4 {
  display: inline-block;
  filter: drop-shadow(12px 14px 28px rgba(0, 0, 0, 0.32));
  overflow: hidden;
  border-radius: 10px;
  margin-left: auto;
  margin-top: -120px;
  position: relative;
  z-index: 2;
}
.nm-header-footer-img-5 {
  display: inline-block;
  filter: drop-shadow(12px 14px 28px rgba(0, 0, 0, 0.32));
  overflow: hidden;
  border-radius: 10px;
  margin-top: -130px;
  position: relative;
  z-index: 2;
}
.nm-header-footer-img-wow {
  width: 53%;
  position: absolute;
  top: 15%;
  left: -10%;
  z-index: 2;
}

/* 
    header-footer-end
*/
/* 
    responsive-start
*/
.nm-responsive-area {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-responsive-area {
    padding: 100px 0;
  }
}
.nm-responsive-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-responsive-wrap {
    grid-template-columns: 1fr;
  }
}
.nm-responsive-content .sk-subtitle-4 {
  background: #050121;
}
.nm-responsive-content .nm-sec-title {
  margin-bottom: 28px;
  color: #fff;
}
.nm-responsive-content .sec-disc {
  color: #fff;
  margin-bottom: 185px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-responsive-content .sec-disc {
    margin-bottom: 50px;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nm-responsive-img img {
    min-width: max-content;
    margin-left: -240px;
  }
}
.nm-responsive-content-devices {
  display: flex;
  gap: 30px;
  align-items: start;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-responsive-content-devices {
    flex-wrap: wrap;
  }
}
.nm-responsive-content-devices .single-devices {
  text-align: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.nm-responsive-content-devices .single-devices .logo {
  margin-bottom: 25px;
}
.nm-responsive-content-devices .single-devices .title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.nm-responsive-content-devices .single-devices .disc {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  opacity: 80%;
  font-weight: 300;
  margin-top: 10px;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nm-responsive-content-devices .single-devices:not(:last-child) {
    padding-right: 30px;
  }
  .nm-responsive-content-devices .single-devices:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #131313 100%);
    opacity: 0.4;
  }
}

/* 
    responsive-end
*/
/* 
    ecommerce-start
*/
.nm-ecommerce-area {
  background: linear-gradient(180deg, #ECE8FF 0%, #FFFFFF 100%);
  border-radius: 20px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 190px;
  padding-bottom: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-ecommerce-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.nm-ecommerce-img {
  width: 59%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-ecommerce-img {
    top: 74%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-ecommerce-img {
    width: 100%;
    position: unset;
    transform: unset;
  }
}
.nm-ecommerce-content {
  max-width: 660px;
}
.nm-ecommerce-content .sec-disc {
  margin-top: 25px;
  opacity: 80%;
}
.nm-ecommerce-content .sk-pr-btn-4 .btn-border-2 {
  border: 3px solid #fcfbff;
}
.nm-ecommerce-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 27px;
}
.nm-ecommerce-list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #000;
}
.nm-ecommerce-list li i {
  color: var(--sk-clr-sd-1);
}

/* 
    ecommerce-end
*/
/* 
    features-start
*/
.nm-features-area {
  background-color: #050221;
  border-radius: 20px;
  padding-top: 310px;
  padding-bottom: 128px;
  margin-top: -200px;
}
.nm-features-sec-title .sk-subtitle-4 {
  background: #050221;
}
.nm-features-sec-title .nm-sec-title {
  color: #fff;
}
.nm-features-wrap {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-features-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .nm-features-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-features-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.nm-features-card {
  background-color: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0px 0px 12px rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 45px 40px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-features-card {
    padding: 45px 20px;
  }
}
.nm-features-card .bg-glow-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.nm-features-card .bg-glow-2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.nm-features-card .item-icon {
  position: relative;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 36px;
}
.nm-features-card .item-icon::after {
  content: "";
  width: 130%;
  height: 130%;
  background: linear-gradient(to right, #ff344a 0%, #020224 36%, #020224 65%, #bd56c9 100%);
  position: absolute;
  top: -10px;
  left: -10px;
  animation: wa-rotated 4s ease-in-out infinite;
}
.nm-features-card .item-icon-elm {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background-color: #120101;
  border-radius: 10px;
  color: #fff;
  font-size: 28px;
  position: relative;
  z-index: 1;
}
.nm-features-card .item-icon-elm::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--sk-clr-gd-4);
  filter: blur(7px);
  z-index: -1;
}
.nm-features-card .hr-line {
  height: 1px;
  width: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #0F0C2A 100%);
  margin-bottom: 32px;
}
.nm-features-card .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
}
.nm-features-card .disc {
  color: #fff;
  opacity: 80%;
}
.nm-features-card:hover .bg-glow-2, .nm-features-card:hover .bg-glow-1 {
  opacity: 1;
}

@keyframes wa-rotated {
  to {
    transform: rotate(360deg);
  }
}
/* 
    features-end
*/
/* 
    cta-start
*/
.nm-cta-area {
  padding-top: 235px;
  padding-bottom: 240px;
  margin-left: 24px;
  margin-right: 24px;
  border-radius: 16px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-cta-area {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-cta-area {
    padding-top: 205px;
    padding-bottom: 200px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-cta-area {
    padding-top: 150px;
    padding-bottom: 150px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.nm-cta-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, rgb(9, 28, 49) 19%, rgba(0, 90, 255, 0) 100%);
  z-index: -1;
}
.nm-cta-content {
  max-width: 640px;
}
.nm-cta-content .title {
  color: #fff;
}

/* 
    cta-end
*/
.px-testimonial-area {
  background: rgba(248, 249, 252, 0.6);
}
.px-testimonial-sec-title {
  margin-top: -70px;
}
.px-testimonial-wrap {
  gap: 20px;
  display: flex;
  height: 870px;
  padding: 0 20px;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
.px-testimonial-wrap::after {
  content: "";
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, #fbfbfd 10.5%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.px-testimonial-wrap::before {
  content: "";
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, #fbfbfd 10.5%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.px-testimonial-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.px-testimonial-content:is(.t-content-4) {
  justify-content: flex-end;
  animation: slideup 20s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-testimonial-content:is(.t-content-4) {
    display: none;
  }
}
.px-testimonial-content:is(.t-content-3) {
  justify-content: flex-start;
  animation: slidedown 20s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-testimonial-content:is(.t-content-3) {
    display: none;
  }
}
.px-testimonial-content:is(.t-content-2) {
  animation: slideup 20s linear infinite;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .px-testimonial-content:is(.t-content-2) {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-testimonial-content:is(.t-content-2) {
    display: flex;
  }
}
.px-testimonial-content:is(.t-content-1) {
  animation: slidedown 20s linear infinite;
  justify-content: flex-start;
}
.px-testimonial-item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 7, 26, 0.08);
  padding: 25px 22px;
  margin-bottom: 15px;
}
.px-testimonial-item .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.px-testimonial-item .header .icon {
  flex: 0 0 auto;
}
.px-testimonial-item .header .name {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  line-height: 1;
}
.px-testimonial-item .header .name span {
  display: inline-block;
  font-weight: 400;
  color: #4D515F;
}
.px-testimonial-item .text {
  font-family: var(--sk-font-1);
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  color: #00071A;
  margin-bottom: 15px;
}
.px-testimonial-item .ratting-wrap i {
  font-size: 16px;
  color: #FFB820;
}

@keyframes slideup {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes slidedown {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.sk-testimonial-4-top {
  max-width: 286px;
  height: 254px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  mask-image: url("../img/testimonial/t4-mask-img.png");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.sk-testimonial-4-top .heart-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.sk-testimonial-4-top .favicon-elm {
  width: 104px;
  height: 104px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(46, 0, 255, 0.08);
  position: absolute;
  z-index: 1;
  backdrop-filter: blur(8px);
  border-radius: 50%;
  overflow: hidden;
  margin-top: -40px;
}
.sk-testimonial-4-top .favicon-elm-inner {
  width: 80px;
  height: 80px;
  background: linear-gradient(94.33deg, #5030E0 0%, rgba(80, 48, 224, 0.84) 39.42%, #E50FF2 100%);
  box-shadow: inset 0px 0px 10px #FFFFFF;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.sk-testimonial-4-top .marquee_right_active {
  margin-top: -40px;
}
.sk-testimonial-4-author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sk-testimonial-4-author .single-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex: 0 0 auto;
  border: 1px solid #fff;
}

/* 
    footer-start
*/
.footer-ani {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.footer-ani-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 27px;
}
.footer-ani .ani-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-ani .ani-glow {
    display: none;
  }
}
.footer-ani .ani-glow img {
  min-width: max-content;
}
.footer-ani-favicon {
  width: 152px;
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: -160px;
}
.footer-ani-favicon-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 0px 60px #ddbaff;
}

.px-footer-area {
  padding-bottom: 20px;
}
.px-footer-content {
  text-align: center;
  max-width: 1002px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 128px;
  margin-top: -108px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-footer-content {
    margin-top: 40px;
  }
}
.px-footer-content .title {
  color: #fff;
  line-height: 1.1;
  font-size: 80px;
  margin-bottom: 20px;
}
.px-footer-content .title .has-flex {
  display: inline-flex;
  gap: 180px;
  justify-content: space-between;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-footer-content .title .has-flex {
    display: inline-block;
  }
}
.px-footer-content .title .has-clr {
  color: var(--sk-clr-pr-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-footer-content .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-footer-content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-footer-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-footer-content .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .px-footer-content .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-footer-content .title {
    font-size: 35px;
  }
}
.px-footer-content .disc {
  font-size: 22px;
  color: #fff;
  opacity: 80%;
  font-weight: 400;
  margin-bottom: 45px;
}
.px-footer-content .sk-pr-btn-4 .btn-border-2 {
  border: 3px solid #080c39;
}
.px-footer-dvr-line {
  width: 100%;
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #060606 100%);
  opacity: 0.48;
  margin-bottom: 20px;
}
.px-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-footer-bottom {
    justify-content: center;
  }
}
.px-footer-bottom .design, .px-footer-bottom .copyright-text {
  color: #fff;
}
.px-footer-bottom .design i, .px-footer-bottom .copyright-text i {
  color: #EF5350;
}
.px-footer-bottom .design a, .px-footer-bottom .copyright-text a {
  color: var(--sk-clr-pr-1);
  transition: var(--sk-cube-1);
}
.px-footer-bottom .design a:hover, .px-footer-bottom .copyright-text a:hover {
  color: #fff;
}
.px-footer-bottom-social {
  display: flex;
  gap: 12px;
}
.px-footer-bottom-social .link-elm {
  background: #050221;
  box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 0.53);
  width: 44px;
  height: 44px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: var(--sk-cube-1);
}
.px-footer-bottom-social .link-elm:hover {
  color: var(--sk-clr-pr-1);
  box-shadow: inset 0px -1px 1px var(--sk-clr-pr-1);
}

/* 
    footer-end
*/

/*# sourceMappingURL=main.css.map */
