/*
    01. common
*/

:root {
  scroll-behavior: inherit;
  --nm-font-1: "Space Grotesk", sans-serif;
  --nm-font-2: "Inter", sans-serif;
  --nm-clr-pr-1: #d6f345;
  --nm-clr-pr-2: #005aff;
  --nm-clr-pr-3: #DC3DF1;
  --nm-clr-sd-1: #dddd;
  --nm-clr-sd-3: #3558FE;
  --nm-clr-h-1: #090b28;
  --nm-clr-p-1: #b5b5b5;
  --nm-clr-black-1: #171619;
  --nm-clr-black-2: #111111;
  --nm-clr-black-3: #282828;
  --nm-clr-black-4: #1a1a1a;
  --nm-clr-gd-1: linear-gradient( 62deg, rgb(9,229,255) 0%, rgb(8,35,242) 100%);
  --nm-clr-gd-3: linear-gradient( 130deg, rgb(220,62,240) 21%, rgb(53,88,254) 58%, rgb(75,175,255) 100%);
  --nm-cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
}

body {
  font-family: var(--nm-font-2);
  font-size: 18px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 28px;
  color: var(--nm-clr-p-1);
  overflow-x: hidden;
  font-optical-sizing: auto;
  background-color: var(--nm-clr-black-2);
}

.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;
  line-height: inherit;
  transition: inherit;
}

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;
}

::-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, textarea {
  outline: 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) {
  ::-webkit-scrollbar {
    width: 7px;
    background: #fff;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 6px;
  }
}
.swiper-notification {
  display: none;
}

/*
    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;
}

.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;
}

/*
    margin-&-padding_variable-end
*/
/*
    global-css-end
*/
/*
    02. utility
*/
.wa-fix {
  overflow: hidden;
}

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

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

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

.flaticon {
  display: inline-block;
  line-height: 0.65;
}

.wa-z-index-3 {
  position: relative;
  z-index: 3;
}

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

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

.wa-origin-left {
  transform-origin: left;
}

.wa-origin-right {
  transform-origin: right;
}

.wa-fw-400 {
  font-weight: 400;
}

.wa-fw-500 {
  font-weight: 500;
}

.wa-fw-600 {
  font-weight: 600;
}

.wa-fw-700 {
  font-weight: 700;
}

.wa-fw-800 {
  font-weight: 800;
}

.wa-fw-900 {
  font-weight: 900;
}

.wa-ml-auto {
  margin-left: auto;
}

.wa-mr-auto {
  margin-right: auto;
}

.wa-line-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.wa-line-limit:is(.has-line-1) {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.wa-line-limit:is(.has-line-2) {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.wa-line-limit:is(.has-line-3) {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.wa-line-limit:is(.has-line-4) {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.wa-line-limit:is(.has-line-5) {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.wa-line-limit:is(.has-line-6) {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.wa-line-limit:is(.has-line-7) {
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.wa-line-limit:is(.has-line-8) {
  -webkit-line-clamp: 8;
  line-clamp: 8;
}
.wa-line-limit:is(.has-line-9) {
  -webkit-line-clamp: 9;
  line-clamp: 9;
}
.wa-line-limit:is(.has-line-10) {
  -webkit-line-clamp: 10;
  line-clamp: 10;
}

.wa-will-change {
  will-change: transform, opacity;
}

.wa-no-ani-tf {
  transform: none !important;
}

/*
    components
*/
/*
    custom-container-start
*/
@media (min-width: 1400px) {
  .container.nm-container-1 {
    max-width: 1290px;
  }
  .container.nm-container-2 {
    max-width: 1304px;
  }
}
/*
    custom-container-end
*/
/*
    03. typography
*/
/*
    typography-start
*/
.nm-h-1 {
  font-family: var(--nm-font-2);
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.nm-h-2 {
  font-family: var(--nm-font-1);
  line-height: 1.176;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.025em;
  margin-bottom: 0;
}

.nm-p-1 {
  font-family: var(--nm-font-2);
  font-size: 18px;
  line-height: 1.666;
  font-weight: 400;
  color: var(--nm-clr-p-1);
  margin-bottom: 0;
}
.nm-p-1 b {
  color: #fff;
}

.nm-subtitle-1 {
  font-family: var(--nm-font-2);
  color: #838383;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  gap: 13px;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 20px;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.nm-subtitle-1 .dot {
  width: 11px;
  height: 11px;
  background: var(--nm-clr-pr-1);
  border-radius: 50%;
  flex: 0 0 auto;
  box-shadow: 0px 3px 5.52px 0.48px rgba(214, 243, 69, 0.46);
  animation: subtitleDot1kf 2s linear infinite;
}

@keyframes subtitleDot1kf {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.nm-subtitle-2 {
  font-family: var(--nm-font-2);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .nm-subtitle-2 {
    width: 100%;
  }
}
.nm-subtitle-2 .icon {
  line-height: 0.9;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgb(255, 255, 255) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nm-subtitle-2 .icon:is(.has-h3-gd-text) {
  background: var(--nm-clr-gd-3);
  background-clip: text;
}
.nm-subtitle-2 .text {
  flex: 0 0 auto;
}
.nm-subtitle-2 .line {
  max-width: 175px;
  height: 2px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 87%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
  flex: 0 0 auto;
  width: 100%;
  transform-origin: left;
}
@media (max-width: 767px) {
  .nm-subtitle-2 .line {
    max-width: 100%;
    flex: unset;
  }
}

.nm-sec-title-1 {
  font-family: var(--nm-font-2);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-sec-title-1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-sec-title-1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-sec-title-1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .nm-sec-title-1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-sec-title-1 {
    font-size: 40px;
  }
}

.nm-sec-title-2 {
  font-family: var(--nm-font-1);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  font-size: 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-sec-title-2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-sec-title-2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-sec-title-2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .nm-sec-title-2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-sec-title-2 {
    font-size: 40px;
  }
}

.wa_bg_position div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(104, 104, 104, 0.5) 50%);
  padding-bottom: 7px;
}
.wa_bg_position div:not(:first-child) {
  margin-top: -7px;
}

/*
    typography-end
*/
/*
    04. mouse-cursor
*/
.wa-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}
.wa-cursor::before {
  background: var(--nm-clr-pr-1);
}
.wa-cursor:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--nm-clr-pr-1);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.wa-cursor-text {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: white;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.wa-cursor:is(.-normal) {
  mix-blend-mode: normal;
}
.wa-cursor:is(.-normal)::before {
  background: currentColor;
}
.wa-cursor:is(.-text) {
  mix-blend-mode: normal;
}
.wa-cursor:is(.-text)::before {
  background: currentColor;
}
.wa-cursor:is(.-inverse) {
  color: white;
}
.wa-cursor:is(.-visible)::before {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.wa-cursor:is(.-visible):is(.-active):before {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wa-cursor:is(.-pointer)::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: transparent;
}
.wa-cursor:is(.-text):before {
  background: #000;
  opacity: 0.8;
  backdrop-filter: blur(10);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.wa-cursor:is(.-text) .wa-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wa-cursor:is(.-text):is(.-active)::before {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wa-cursor:is(.-opaque)::before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.wa-cursor:is(.-opaque):is(.-active)::before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.wa-cursor:is(.-lg)::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.wa-cursor:is(.-hidden)::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

@supports (mix-blend-mode: exclusion) {
  .wa-cursor.-exclusion, .wa-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}
@supports (mix-blend-mode: exclusion) {
  .wa-cursor.-exclusion:before, .wa-cursor.-opaque:before {
    background: white;
  }
}
/*
    05. button
*/
/*
    button-start
*/
.nm-offcanvas-btn-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 28px;
  color: var(--nm-clr-black-1);
  background: var(--nm-clr-pr-1);
}

.nm-pr-btn-1 {
  font-family: var(--nm-font-2);
  background: var(--nm-clr-pr-1);
  font-weight: 600;
  border-radius: 100px;
  padding: 6px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding-right: 30px;
  color: var(--nm-clr-black-1);
  font-size: 20px;
  overflow: hidden;
  transition: 0.2s;
}
.nm-pr-btn-1 .icon {
  flex: 0 0 auto;
  width: 53px;
  height: 53px;
  background: var(--nm-clr-black-1);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.nm-pr-btn-1 .icon i {
  transition: all 0.5s var(--nm-cube-1);
}
.nm-pr-btn-1 .icon i:nth-child(1) {
  position: absolute;
  transform: translateX(-50px);
}
.nm-pr-btn-1 .icon i:nth-child(2) {
  position: relative;
}
.nm-pr-btn-1 .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--nm-clr-black-1);
  transition: all 0.5s var(--nm-cube-1);
}
.nm-pr-btn-1 .text::after {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  transition: all 0.5s var(--nm-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.nm-pr-btn-1 .text::before {
  top: 0;
  left: 0;
  display: block;
  transition: all 0.5s var(--nm-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.nm-pr-btn-1:hover .icon i:nth-child(1) {
  transform: translateX(0px);
}
.nm-pr-btn-1:hover .icon i:nth-child(2) {
  transform: translateX(50px);
}
.nm-pr-btn-1:hover .text::after {
  transform: translateY(0%);
}
.nm-pr-btn-1:hover .text::before {
  transform: translateY(-100%);
}
.nm-pr-btn-1:is(.has-v2) {
  background: var(--nm-clr-black-3);
  font-size: 16px;
}
.nm-pr-btn-1:is(.has-v2) .icon {
  width: 42px;
  height: 42px;
  background: var(--nm-clr-pr-1);
  color: var(--nm-clr-black-1);
  font-size: 16px;
}
.nm-pr-btn-1:is(.has-v2) .text {
  color: #fff;
}
.nm-pr-btn-1:is(.has-v2):hover {
  background: var(--nm-clr-pr-1);
}
.nm-pr-btn-1:is(.has-v2):hover .text {
  color: #000;
}
.nm-pr-btn-1:is(.has-v2):hover .icon {
  background: #000;
  color: var(--nm-clr-pr-1);
}

.nm-pr-btn-2 {
  font-family: var(--nm-font-2);
  font-weight: 700;
  font-size: 16px;
  color: #141414;
  background: #fffbf5;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 2px;
  padding-right: 16px;
  transition: all 0.6s var(--nm-cube-1);
}
.nm-pr-btn-2 .icon {
  width: 42px;
  height: 46px;
  background: linear-gradient(-90deg, rgb(20, 20, 20) 0%, rgb(67, 67, 67) 100%);
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s var(--nm-cube-1);
}
.nm-pr-btn-2 .icon i {
  transition: all 0.6s var(--nm-cube-1);
}
.nm-pr-btn-2 .icon i:nth-child(1) {
  position: absolute;
  transform: translateX(-50px);
}
.nm-pr-btn-2 .icon i:nth-child(2) {
  position: relative;
}
.nm-pr-btn-2 .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.nm-pr-btn-2 .text::after {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  transition: all 0.6s var(--nm-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.nm-pr-btn-2 .text::before {
  top: 0;
  left: 0;
  display: block;
  transition: all 0.6s var(--nm-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.nm-pr-btn-2:hover {
  background: #000;
  color: #fff;
}
.nm-pr-btn-2:hover .text::after {
  transform: translateY(0%);
}
.nm-pr-btn-2:hover .text::before {
  transform: translateY(-100%);
}
.nm-pr-btn-2:hover .icon {
  background: #fff;
  color: #000;
}
.nm-pr-btn-2:hover .icon i:nth-child(1) {
  transform: translateX(0px);
}
.nm-pr-btn-2:hover .icon i:nth-child(2) {
  transform: translateX(50px);
}
.nm-pr-btn-2:is(.has-v3) .icon {
  background: var(--nm-clr-gd-3);
  position: relative;
  z-index: 1;
}
.nm-pr-btn-2:is(.has-v3) .icon::after {
  content: "";
  background: var(--nm-clr-gd-3);
  background-size: 500% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s var(--nm-cube-1);
  animation: prBtn3kf 3s linear infinite;
}
.nm-pr-btn-2:is(.has-v3):hover {
  background: #fff;
  color: #000;
}
.nm-pr-btn-2:is(.has-v3):hover .icon {
  color: #fff;
}
.nm-pr-btn-2:is(.has-v3):hover .icon::after {
  opacity: 1;
}

@keyframes prBtn3kf {
  0% {
    background-position-x: 0%;
  }
  50% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: 0%;
  }
}
.nm-hero-1-plybtn {
  flex: 0 0 auto;
  width: 115px;
  height: 115px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.nm-hero-1-plybtn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(4px);
  z-index: -1;
  border-radius: 50%;
  transform: scale(0.7);
  transition: all 0.5s var(--nm-cube-1);
}
.nm-hero-1-plybtn .bg-elm {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: 50%;
}
.nm-hero-1-plybtn .bg-elm video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nm-hero-1-plybtn:hover {
  color: var(--nm-clr-black-1);
}
.nm-hero-1-plybtn:hover::after {
  background: var(--nm-clr-pr-1);
  transform: scale(0.5);
}

.nm-slider-btn-1 {
  overflow: hidden;
  width: 66px;
  height: 66px;
  background: #1f1f1f;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 25px;
  cursor: pointer;
  transition: all 0.6s var(--nm-cube-1);
  flex: 0 0 auto;
}
.nm-slider-btn-1 .icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nm-slider-btn-1 .icon i {
  transition: all 0.6s var(--nm-cube-1);
}
.nm-slider-btn-1 .icon i:nth-child(1) {
  position: absolute;
  transform: translateX(-50px);
}
.nm-slider-btn-1 .icon i:nth-child(2) {
  position: relative;
}
.nm-slider-btn-1:hover {
  background: #fff;
  color: #000;
}
.nm-slider-btn-1:hover .icon i:nth-child(1) {
  transform: translateX(0);
}
.nm-slider-btn-1:hover .icon i:nth-child(2) {
  transform: translateX(50px);
}
.nm-slider-btn-1:is(.has-left) .icon i {
  transition: all 0.6s var(--nm-cube-1);
}
.nm-slider-btn-1:is(.has-left) .icon i:nth-child(1) {
  transform: translateX(50px);
}
.nm-slider-btn-1:is(.has-left):hover .icon i:nth-child(1) {
  transform: translateX(0%);
}
.nm-slider-btn-1:is(.has-left):hover .icon i:nth-child(2) {
  transform: translateX(-50px);
}

/*
    button-end
*/
/*
    06. offcanvas
*/
/*
    offcanvas-start
*/
.wa-offcanvas-area {
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9;
  max-width: 450px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  opacity: 1;
  padding: 50px 50px;
  transition: 0.5s ease-in-out;
  transform: translateX(105%);
  visibility: hidden;
  opacity: 0;
}
.wa-offcanvas-area:is(.active) {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.wa-offcanvas-area::-webkit-scrollbar {
  display: none;
}
.wa-offcanvas-close {
  display: flex;
  flex: 0 0 auto;
  width: 25px;
  background: transparent;
  height: 25px;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.wa-offcanvas-close span {
  transition: 300ms;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
}
.wa-offcanvas-close span:nth-child(1) {
  transform: rotate(45deg);
}
.wa-offcanvas-close span:nth-child(2) {
  transform: rotate(-45deg);
}
.wa-offcanvas-close:hover span {
  transform: rotate(0);
}
.wa-offcanvas-top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.wa-offcanvas-top-logo {
  flex: 0 0 auto;
  max-width: 150px;
  width: 100%;
}
.wa-offcanvas-social-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-social-flex {
  gap: 10px;
}
.wa-offcanvas-social-link {
  display: flex;
  width: 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 40px;
  color: #000;
  font-size: 18px;
  transition: 400ms;
  justify-content: center;
  align-items: center;
}
.wa-offcanvas-social-link:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.wa-offcanvas-gallery {
  margin-bottom: 50px;
}
.wa-offcanvas-gallery-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.wa-offcanvas-gallery-item {
  height: 200px;
}
.wa-offcanvas-gallery-item img {
  transition: 0.3s;
}
.wa-offcanvas-gallery-item:hover img {
  transform: scale(102%);
}

.wa-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
  transform: scaleX(0);
  transform-origin: right;
  transition: opacity 0.5s;
  opacity: 0;
}
.wa-overly:is(.active) {
  transform: scaleX(1);
  transition: opacity 0.5s;
  opacity: 1;
}

/*
    header-menu-customization-start
*/
.mobile-main-navigation ul li {
  position: relative;
  padding: 0px 0;
}
.mobile-main-navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-main-navigation ul li a {
  font-family: var(--nm-font-1);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  line-height: 1;
  transition: 300ms;
  padding: 20px 0;
}
.mobile-main-navigation ul li .dropdown-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: end;
  background: transparent;
  font-size: 18px;
  color: #000;
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn i {
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn:is(.active) i {
  transform: rotate(90deg);
}
.mobile-main-navigation ul li:hover > a {
  color: var(--nm-clr-pr-1);
}
.mobile-main-navigation ul li:hover > .dropdown-btn {
  color: var(--nm-clr-pr-1);
}
.mobile-main-navigation ul li .dropdown-menu {
  border-radius: 0;
  background-color: transparent;
  border: none;
  margin-left: 30px;
  padding: 0;
}
.mobile-main-navigation ul li .dropdown-menu li {
  padding: 0px 0;
}
.mobile-main-navigation ul li .dropdown-menu li a {
  font-size: 16px;
}
.mobile-main-navigation ul li .dropdown-menu li .dropdown-btn {
  height: 55px;
  font-size: 16px;
}

/*
    header-menu-customization-start
*/
/*
    offcanvas-end
*/
/*
    form-1-start
*/
.bs-form-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 25px;
}
@media (max-width: 767px) {
  .bs-form-1 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-form-1 {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-form-1-item {
  position: relative;
  z-index: 1;
}
.bs-form-1-item::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bs-clr-pr-1);
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.5s;
}
.bs-form-1-item-label {
  font-family: var(--bs-font-1);
  text-transform: capitalize;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-form-1-item-label {
    font-size: 20px;
  }
}
.bs-form-1-item-input {
  border: none;
  border-bottom: 2px solid rgb(0, 0, 0);
  background-color: transparent;
  height: 47px;
  font-family: var(--bs-font-1);
  font-size: 16px;
  width: 100%;
  padding: 0 15px;
  color: var(--lw-clr-h-1);
  outline: none;
  font-weight: 500;
}
.bs-form-1-item-input:is(textarea) {
  height: 150px;
  padding-top: 15px;
  margin-bottom: -8px;
}
.bs-form-1-item-checkbox {
  display: flex;
  gap: 18px;
  cursor: pointer;
}
.bs-form-1-item-checkbox input {
  cursor: pointer;
  flex: 0 0 auto;
  width: 28px;
}
.bs-form-1-item-checkbox label {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.bs-form-1-item:last-child {
  margin-top: -18px;
}
.bs-form-1-item:is(.has-full-width) {
  grid-column: 1/-1;
}
.bs-form-1-item:is(.has-no-after)::after {
  display: none;
}
.bs-form-1-item:focus-within .bs-form-1-item-label {
  color: var(--bs-clr-pr-1);
}
.bs-form-1-item:focus-within::after {
  transform: scaleX(1);
}

/*
    form-1-end
*/
/*
    08. search
*/
/*
    search-box-css-start
*/
.wa-search-box {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  align-items: center;
  transition: 500ms;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.wa-search-box-close {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 40px;
  top: 35px;
  line-height: 1;
}
@media (max-width: 767px) {
  .wa-search-box-close {
    right: 20px;
    top: 15px;
  }
}
.wa-search-box-close i {
  font-weight: 400;
  line-height: 1;
}
.wa-search-box-close:hover {
  background: #000;
  color: #fff;
}
.wa-search-box.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.wa-search-box.active .wa-search-form::after {
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.wa-search-container {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wa-search-title {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 18px;
}
.wa-search-form {
  position: relative;
  z-index: 1;
}
.wa-search-form-input {
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #888888;
  font-weight: 300;
  padding: 3px 10px;
  background: transparent;
}
.wa-search-form::after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  background-color: #6D6D6D;
  transition: all 0.5s ease-in-out;
  transform: scaleX(0);
  transition-delay: 0s;
}
.wa-search-tag {
  gap: 8px;
  justify-content: center;
}
.wa-search-tag-title {
  font-size: 16px;
  font-weight: 400;
  color: #5D5D5D;
  margin-bottom: 12px;
}
.wa-search-tag-item {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  border: 1px solid #DFE1E5;
  line-height: 1;
  padding: 9px 17px;
  transition: all 0.2s ease-in-out;
}
.wa-search-tag-item:hover {
  background: #000;
  color: #fff;
}

/*
    search-box-css-end
*/
/*
    09. preloader
*/
/*
	preloader-css-start
*/
.nm-preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: var(--nm-clr-black-2);
  transition: 0.5s;
}
.nm-preloader-logo {
  text-align: center;
  margin-bottom: 15px;
}
.nm-preloader-text {
  font-family: var(--nm-font-1);
  font-weight: 900;
  font-size: 60px;
  background-image: linear-gradient(90deg, var(--nm-clr-pr-1) 0%, rgb(255, 255, 255) 50%, var(--nm-clr-pr-1) 100%);
  background-repeat: no-repeat;
  background-size: 600% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.4s;
  line-height: 1;
  animation: nmPreloaderKf 4s linear infinite;
}
.nm-preloader:is(.preloaded) {
  opacity: 0;
  transform: scale(102%);
  transition-delay: 0.5s;
}
.nm-preloader:is(.preloaded) .nm-preloader-text {
  transform: translateY(-100%);
}

@keyframes nmPreloaderKf {
  0% {
    background-position-x: 0;
  }
  50% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: 0;
  }
}
.nm-home-3 .nm-preloader .nm-preloader-text {
  background: var(--nm-clr-gd-3);
  background-clip: text;
  background-size: 600% 100%;
}

/*
	preloader-css-end
*/
/*
    11. wow-plus
*/
/*
    wow-plus-start
*/
@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: 600ms;
  animation-timing-function: var(--nm-cube-1);
}

@keyframes slideInUp2 {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp2 {
  -webkit-animation-name: slideInUp2;
  animation-name: slideInUp2;
  animation-duration: 500ms;
  animation-timing-function: var(--nm-cube-1);
}

@keyframes waRotateX {
  0% {
    transform: rotateX(-90deg) translateZ(20px);
  }
  100% {
    transform: rotateX(0deg) translateZ(0px);
  }
}
.waRotateX {
  -webkit-animation-name: waRotateX;
  animation-name: waRotateX;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.48, 0.63, 0.62, 1.58);
}

@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: 800ms;
  animation-timing-function: var(--nm-cube-1);
}

.wa-pp-2000 {
  perspective: 2000px;
  transform-style: preserve-3d;
}

@keyframes slideRightUp2 {
  0% {
    transform: rotateY(-26deg) rotateZ(-3deg) translate3d(0px, 23px, 15px);
    opacity: 0;
    transform-origin: right top;
  }
  100% {
    transform: rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px);
    opacity: 1;
    transform-origin: right top;
  }
}
.slideRightUp2 {
  -webkit-animation-name: slideRightUp2;
  animation-name: slideRightUp2;
  animation-duration: 0.8s;
  animation-timing-function: var(--tn-cube-1);
}

@-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;
}

@keyframes waRotation360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes waRotation360minus {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes blink {
  90% {
    transform: none;
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(15px) scaleY(0);
  }
  100% {
    animation-timing-function: ease-out;
  }
}
/*
    wow-plus-end
*/
/*
    12. element
*/
/*
    elements-start
*/
.kk-social-1 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.kk-social-1 .link-elm {
  color: #fff;
  font-size: 16px;
  transition: var(--kk-cube-1);
}
.kk-social-1 .link-elm:hover {
  transform: translateX(3px);
}

.nm-bg-shadow {
  width: 100px;
  height: 100px;
  background: var(--nm-clr-pr-1);
  filter: blur(60px);
  animation: nm-Firefly-ani-after 2s linear infinite;
}

/*
    elements-end
*/
/*
    13. back-to-top
*/
/*
    start-back-to-top
*/
.wa-back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: -12.5%;
  z-index: 4;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(214, 243, 69, 0.4);
  box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(214, 243, 69, 0.23);
  background-color: #2d2d2d;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wa-back-to-top {
    right: 3%;
  }
}
.wa-back-to-top:hover {
  transform: scale(0.9);
  box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(214, 243, 69, 0);
}
.wa-back-to-top:is(.active) {
  bottom: 2.5%;
}

/*
    start-back-to-end
*/
.cd-title {
  position: relative;
  text-align: center;
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

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

  xrotate-1

  -------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* --------------------------------

  xtype

  -------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* --------------------------------

  xrotate-2

  -------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
  opacity: 0;
}

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* --------------------------------

  xloading-bar

  -------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--color-primary);
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}

.cd-headline.loading-bar b {
  top: 0.2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

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

  xslide

  -------------------------------- */
.cd-headline.slide span {
  display: inline-block;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* --------------------------------

  xclip

  -------------------------------- */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

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

  xzoom

  -------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.zoom b {
  opacity: 0;
}

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* --------------------------------

  xrotate-3

  -------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-3 b {
  opacity: 0;
}

.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* --------------------------------

  xscale

  -------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* --------------------------------

  xpush

  -------------------------------- */
.cd-headline.push b {
  opacity: 0;
}

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/*
    layout
*/
/*
    15. header
*/
/*
    header-1-start
*/
.nm-header-1-area {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.nm-header-1-container {
  max-width: 1410px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.nm-header-1-wrap {
  background: var(--nm-clr-black-1);
  box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(214, 243, 69, 0.23);
  border-radius: 50px;
  border: 1px solid rgba(214, 243, 69, 0.4);
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@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-wrap {
    padding: 10px 20px;
  }
}
.nm-header-1-logo {
  max-width: 175px;
}
.nm-header-1-action-link {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .nm-header-1-action-link .nm-pr-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-header-1-action-link .nm-pr-btn-1 {
    display: inline-flex;
  }
}

.nm-main-navigation .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.nm-main-navigation .navbar-nav li a {
  position: relative;
  z-index: 1;
  font-family: var(--nm-font-1);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  padding: 35px 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all 0.6s var(--nm-cube-1);
}
.nm-main-navigation .navbar-nav li a i {
  color: var(--nm-clr-pr-1);
}
.nm-main-navigation .navbar-nav li:hover > a {
  color: var(--nm-clr-pr-1);
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li {
  animation: fadeInDown 0.2s linear backwards;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(1) {
  animation-delay: 70ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(2) {
  animation-delay: 140ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(3) {
  animation-delay: 210ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(4) {
  animation-delay: 280ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(5) {
  animation-delay: 350ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(6) {
  animation-delay: 420ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(7) {
  animation-delay: 490ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(8) {
  animation-delay: 560ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(9) {
  animation-delay: 630ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(10) {
  animation-delay: 700ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(11) {
  animation-delay: 770ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(12) {
  animation-delay: 840ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(13) {
  animation-delay: 910ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(14) {
  animation-delay: 980ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(15) {
  animation-delay: 1050ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(16) {
  animation-delay: 1120ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(17) {
  animation-delay: 1190ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(18) {
  animation-delay: 1260ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(19) {
  animation-delay: 1330ms;
}
.nm-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(20) {
  animation-delay: 1400ms;
}
.nm-main-navigation .navbar-nav li .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 100;
  margin: 0px;
  padding: 15px 0px;
  height: auto;
  min-width: 200px;
  display: block;
  box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(214, 243, 69, 0.23);
  border: 1px solid rgba(214, 243, 69, 0.4);
  border-radius: 8px;
  position: absolute;
  background: var(--nm-clr-black-1);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.6s var(--nm-cube-1);
}
.nm-main-navigation .navbar-nav li .dropdown-menu li {
  display: block;
  margin: 0;
}
.nm-main-navigation .navbar-nav li .dropdown-menu li a {
  width: 100%;
  display: block;
  padding: 9px 20px;
  padding-left: 30px;
}
.nm-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a {
  padding-right: 13px;
}
.nm-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a::before {
  display: block;
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  font-size: 11px;
  right: 20px;
  top: 51%;
  transform: translateY(-50%);
  opacity: 42%;
}
.nm-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  transform: translateX(5px);
}
.nm-main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
}

/*
    header-1-end
*/
/*
    header-2-start
*/
.nm-header-2-area {
  position: absolute;
  top: 750px;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media (max-width: 767px) {
  .nm-header-2-area {
    top: 530px;
  }
}
.nm-header-2-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 22px;
  background-color: rgba(146, 146, 146, 0.23);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-header-2-wrap {
    padding: 10px 22px;
  }
}
.nm-header-2-action-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .nm-header-2-action-link .nm-pr-btn-2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-header-2-action-link .nm-pr-btn-2 {
    display: inline-flex;
  }
}

.nm-main-navigation:is(.has-header-2) .navbar-nav li a {
  font-size: 24px;
  padding: 41px 0;
}
.nm-main-navigation:is(.has-header-2) .navbar-nav li a i {
  color: inherit;
  font-size: 16px;
}
.nm-main-navigation:is(.has-header-2) .navbar-nav li:hover > a {
  color: #fff;
}
.nm-main-navigation:is(.has-header-2) .navbar-nav li .dropdown-menu {
  top: unset;
  bottom: 100%;
  transform-origin: bottom;
  background-color: #585858;
  backdrop-filter: unset;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(0, 0, 0, 0.23);
}
.nm-main-navigation:is(.has-header-2) .navbar-nav li .dropdown-menu li a {
  font-size: 16px;
}
.nm-main-navigation:is(.has-header-2) .navbar-nav li .dropdown-menu li .dropdown-menu {
  top: unset;
  bottom: 0%;
}

/*
    header-2-end
*/
/*
    header-3-start
*/
.nm-header-3-area {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.nm-header-3-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 65px;
}
@media 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-header-3-wrap {
    padding: 0 0px;
  }
}
.nm-header-3-action-link {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nm-header-3-action-link .nm-offcanvas-btn-1 {
  background: var(--nm-clr-gd-3);
  color: #fff;
}
@media (max-width: 767px) {
  .nm-header-3-action-link .nm-pr-btn-2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-header-3-action-link .nm-pr-btn-2 {
    display: inline-flex;
  }
}

.nm-main-navigation:is(.has-header-3) {
  padding: 0 40px;
  position: relative;
  margin-top: -37px;
}
.nm-main-navigation:is(.has-header-3) .bg-line-clr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-size: 300% 100%;
  border-radius: 10px;
  background-image: var(--nm-clr-gd-3);
  animation: rotateGradient 3s linear infinite;
}
.nm-main-navigation:is(.has-header-3) .navbar-nav {
  gap: 50px;
}
.nm-main-navigation:is(.has-header-3) .navbar-nav li a {
  font-size: 16px;
  padding: 41px 0;
  font-weight: 600;
  padding: 18px 0;
}
.nm-main-navigation:is(.has-header-3) .navbar-nav li a i {
  color: inherit;
  font-size: 12px;
}
.nm-main-navigation:is(.has-header-3) .navbar-nav li:hover > a {
  color: var(--nm-clr-pr-3);
}
.nm-main-navigation:is(.has-header-3) .navbar-nav li .dropdown-menu {
  box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(220, 62, 240, 0.15);
  border: 1px solid rgba(220, 62, 240, 0.2);
}

@keyframes rotateGradient {
  0% {
    background-position-x: 0%;
  }
  50% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: 0%;
  }
}
/*
    header-3-end
*/
/*
    sticky-header-css-start
*/
.wa_sticky_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 400ms ease-in-out;
  z-index: 8;
}
.wa_sticky_header:is(.wa_sticky) {
  transform: translateY(-190%);
}
.wa_sticky_header:is(.wa_sticky):is(.wa_sticky_show) {
  transform: translateY(0%);
}
.wa_sticky_header:is(.nm-header-1-area) {
  top: 55px;
}
.wa_sticky_header:is(.nm-header-1-area):is(.wa_sticky_show) {
  top: 10px;
}
.wa_sticky_header:is(.kk-header-2-area) {
  top: 40px;
}
.wa_sticky_header:is(.kk-header-2-area):is(.wa_sticky_show) {
  top: 10px;
}

/*
    sticky-header-css-end
*/
/*
    hero-1-start
*/
.nm-hero-1-area {
  background-color: #000;
}
.nm-hero-1-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.nm-hero-1-bg-img img {
  animation: hero1-bg-img 20s linear infinite;
}
.nm-hero-1-main-img {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: end;
  height: 100%;
  transform: translateY(100%);
  transition: all 0.8s var(--nm-cube-1);
}
@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-hero-1-main-img {
    align-items: end;
  }
}
.nm-hero-1-main-img img {
  margin-right: 14vw;
}
.nm-hero-1-main-img img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: color;
  z-index: 1;
  opacity: 0;
}
@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-hero-1-main-img img:nth-child(2) {
    top: unset;
    bottom: 0;
  }
}
@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) {
  .nm-hero-1-main-img img {
    width: 46%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-hero-1-main-img img {
    width: 62%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .nm-hero-1-main-img img {
    width: 80%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-1-main-img img {
    width: 62%;
    margin-right: 0;
  }
}
.nm-hero-1-bg-icon {
  color: var(--nm-clr-pr-1);
  font-size: 70px;
  position: absolute;
  right: 15%;
  top: 38%;
  z-index: -1;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s var(--nm-cube-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-hero-1-bg-icon {
    display: none;
  }
}
.nm-hero-1-bg-icon i {
  animation: waRotation360 10s linear infinite;
}
.nm-hero-1-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.nm-hero-1-content {
  padding-top: 180px;
  padding-bottom: 260px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-hero-1-content {
    padding-bottom: 470px;
  }
}
@media (max-width: 767px) {
  .nm-hero-1-content {
    padding-bottom: 510px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-1-content {
    padding-bottom: 470px;
  }
}
.nm-hero-1-title {
  font-family: var(--nm-font-1);
  font-size: 180px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nm-hero-1-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nm-hero-1-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-hero-1-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-hero-1-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-hero-1-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .nm-hero-1-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-1-title {
    font-size: 70px;
    line-height: 1.3;
  }
}
.nm-hero-1-title.has-title-1 {
  margin-left: 95px;
}
@media (max-width: 767px) {
  .nm-hero-1-title.has-title-1 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-1-title.has-title-1 {
    margin-left: 95px;
  }
}
.nm-hero-1-title span {
  transform: translateY(100%);
  transition: all 0.8s var(--nm-cube-1);
}
.nm-hero-1-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: var(--nm-clr-pr-1);
  margin-left: 195px;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .nm-hero-1-subtitle {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-1-subtitle {
    margin-left: 195px;
  }
}
.nm-hero-1-subtitle span {
  transform: translateY(100%);
  transition: all 0.8s var(--nm-cube-1);
}
.nm-hero-1-disc {
  max-width: 520px;
  font-size: 22px;
  color: #e3e3e3;
  transform: translateY(100%);
  transition: all 0.8s var(--nm-cube-1);
}
.nm-hero-1-btn {
  margin-left: 40px;
  transform: translateY(160%);
  transition: all 0.8s var(--nm-cube-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-hero-1-btn {
    margin-left: 0;
  }
}
.nm-hero-1-content-2 {
  position: absolute;
  bottom: 95px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.nm-hero-1-content-2-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
@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-hero-1-content-2-wrap {
    flex-direction: column;
    align-items: start;
  }
}
.nm-hero-1-content-2-wrap .plybtn-wrap {
  transform: translateY(100%);
  transition: all 0.8s var(--nm-cube-1);
}
.nm-hero-1-social-position {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-hero-1-social-position {
    transform: translateY(-50%) scale(0.7);
  }
}
@media (max-width: 767px) {
  .nm-hero-1-social-position {
    display: none;
  }
}
.nm-hero-1-social-position::after {
  content: "";
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 60px solid var(--nm-clr-pr-1);
  position: absolute;
  top: 50%;
  right: -180px;
  transform: translateY(-50%);
  z-index: -1;
}
.nm-hero-1-social-border {
  width: 430px;
  height: 430px;
  border: 3px solid #7c7c7c;
  border-radius: 50%;
  position: absolute;
  right: -210px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  animation: nm-hero-1-social-border 10s linear infinite;
}
.nm-hero-1-social-border::after {
  content: "";
  width: 22px;
  height: 22px;
  background: var(--nm-clr-pr-1);
  border-radius: 50%;
  box-shadow: 0px 3px 5.52px 0.48px rgba(214, 243, 69, 0.46);
  position: absolute;
  left: -11px;
  top: 47%;
}
.nm-hero-1-social-border::before {
  content: "";
  width: 22px;
  height: 22px;
  background: var(--nm-clr-pr-1);
  border-radius: 50%;
  box-shadow: 0px 3px 5.52px 0.48px rgba(214, 243, 69, 0.46);
  position: absolute;
  right: -11px;
  top: 47%;
}
.nm-hero-1-social-link {
  display: flex;
  flex-direction: column;
  gap: 37px;
  margin-right: 10px;
  transform: rotate(179deg);
  transition: 1.5s var(--nm-cube-1);
}
.nm-hero-1-social-link .link-elm {
  color: #000;
  font-size: 35px;
}
.nm-hero-1-social-link .link-elm i {
  transition: all 0.5s var(--nm-cube-1);
}
.nm-hero-1-social-link .link-elm:hover i {
  transform: scale(0.7);
}
.nm-hero-1-social-link .link-elm:nth-child(2) {
  transform: translate(-85px, -20px);
}
.nm-hero-1-social-link .link-elm:nth-child(3) {
  transform: translate(-120px, 0px);
}
.nm-hero-1-social-link .link-elm:nth-child(4) {
  transform: translate(-89px, 20px);
}
.nm-hero-1-social-link:is(.active) {
  transform: rotate(0deg);
  transition-delay: 1s;
}

.nm-hero-1-area:is(.active) .nm-hero-1-title span {
  transform: translateY(0);
  transition-delay: 0.5s;
}
.nm-hero-1-area:is(.active) .nm-hero-1-title.has-title-2 span {
  transition-delay: 0.7s;
}
.nm-hero-1-area:is(.active) .nm-hero-1-subtitle span {
  transform: translateY(0);
  transition-delay: 0.6s;
}
.nm-hero-1-area:is(.active) .nm-hero-1-disc {
  transform: translateY(0);
  transition-delay: 1.2s;
}
.nm-hero-1-area:is(.active) .nm-hero-1-main-img {
  transform: translateY(0);
  transition-delay: 1s;
}
.nm-hero-1-area:is(.active) .nm-hero-1-content-2-wrap .plybtn-wrap {
  transform: translateY(0);
  transition-delay: 1.3s;
}
.nm-hero-1-area:is(.active) .nm-hero-1-content-2-wrap .nm-hero-1-btn {
  transform: translateY(0);
  transition-delay: 1.4s;
}
.nm-hero-1-area:is(.active) .nm-hero-1-bg-icon {
  transform: translateY(0);
  transition-delay: 1.1s;
  opacity: 1;
}

@keyframes nm-hero-1-social-border {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes nm-hero-1-img-filter {
  0% {
    filter: sepia(1) hue-rotate(0deg) saturate(300%);
  }
  5% {
    filter: sepia(1) hue-rotate(10deg) saturate(300%);
  }
  10% {
    filter: sepia(1) hue-rotate(20deg) saturate(300%);
  }
  15% {
    filter: sepia(1) hue-rotate(30deg) saturate(300%);
  }
  20% {
    filter: sepia(1) hue-rotate(40deg) saturate(300%);
  }
  25% {
    filter: sepia(1) hue-rotate(50deg) saturate(300%);
  }
  30% {
    filter: sepia(1) hue-rotate(60deg) saturate(300%);
  }
  35% {
    filter: sepia(1) hue-rotate(70deg) saturate(300%);
  }
  40% {
    filter: sepia(1) hue-rotate(80deg) saturate(300%);
  }
  45% {
    filter: sepia(1) hue-rotate(90deg) saturate(300%);
  }
  50% {
    filter: sepia(1) hue-rotate(100deg) saturate(300%);
  }
  55% {
    filter: sepia(1) hue-rotate(110deg) saturate(300%);
  }
  60% {
    filter: sepia(1) hue-rotate(120deg) saturate(300%);
  }
  65% {
    filter: sepia(1) hue-rotate(130deg) saturate(300%);
  }
  70% {
    filter: sepia(1) hue-rotate(140deg) saturate(300%);
  }
  75% {
    filter: sepia(1) hue-rotate(150deg) saturate(300%);
  }
  80% {
    filter: sepia(1) hue-rotate(160deg) saturate(300%);
  }
  85% {
    filter: sepia(1) hue-rotate(170deg) saturate(300%);
  }
  90% {
    filter: sepia(1) hue-rotate(180deg) saturate(300%);
  }
  95% {
    filter: sepia(1) hue-rotate(190deg) saturate(300%);
  }
  100% {
    filter: sepia(1) hue-rotate(200deg) saturate(300%);
  }
}
.nm-hero-1-area canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.nm-hero-1-area:hover .nm-hero-1-main-img img:nth-child(2) {
  opacity: 1;
  animation: nm-hero-1-img-filter 3s linear infinite;
}

@keyframes hero1-bg-img {
  0% {
    transform-origin: 100% 50%;
    transform: scaleX(1.1);
  }
  50% {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  100% {
    transform-origin: 100% 50%;
    transform: scaleX(1.1);
  }
}
/*
    hero-1-end
*/
/*
    hero-2-start
*/
.nm-hero-2-area {
  background-color: #f3f3f3;
  position: relative;
}
.nm-hero-2-area::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  position: absolute;
  opacity: 0.9;
}
.nm-hero-2-wrap {
  height: 955px;
}
@media (max-width: 767px) {
  .nm-hero-2-wrap {
    height: 655px;
  }
}
.nm-hero-2-bg-shadow-1 {
  width: 200px;
  height: 200px;
  position: absolute;
  right: -100px;
  top: 0;
  background: #909daf;
  border-radius: 50%;
  filter: blur(71px);
  opacity: 0.8;
  z-index: -5;
}
.nm-hero-2-bg-shadow-2 {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0px;
  bottom: 0;
  background: #909daf;
  border-radius: 50%;
  filter: blur(71px);
  opacity: 0.8;
  z-index: -5;
}
.nm-hero-2-bg-line {
  width: 1px;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.05;
  z-index: -4;
}
.nm-hero-2-bg-line.has-line-1 {
  top: 0;
  left: 11%;
}
.nm-hero-2-bg-line.has-line-2 {
  top: 0;
  left: 27.5%;
}
.nm-hero-2-bg-line.has-line-3 {
  top: 0;
  right: 27%;
}
.nm-hero-2-bg-line.has-line-4 {
  top: 0;
  right: 11%;
}
.nm-hero-2-big-title {
  font-size: 715px;
  color: #d1d1d1;
  letter-spacing: -0.06em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
  line-height: 1;
  width: 100%;
  text-align: center;
  opacity: 0.7;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nm-hero-2-big-title {
    font-size: 600px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nm-hero-2-big-title {
    font-size: 500px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-hero-2-big-title {
    font-size: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-hero-2-big-title {
    font-size: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-hero-2-big-title {
    font-size: 300px;
  }
}
@media (max-width: 767px) {
  .nm-hero-2-big-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-2-big-title {
    font-size: 220px;
  }
}
.nm-hero-2-big-title span {
  transform: translateY(100%);
  transition: all 1s var(--nm-cube-1);
}
.nm-hero-2-bg-icon {
  font-size: 100px;
  line-height: 1;
  color: #353434;
  position: absolute;
  top: 4%;
  left: 25%;
  z-index: -2;
  transition: all 1s var(--nm-cube-1);
  transform: translateY(100%);
  opacity: 0;
}
.nm-hero-2-bg-icon i {
  animation: waRotation360 15s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-hero-2-bg-icon {
    top: 1%;
    left: 1%;
  }
}
.nm-hero-2-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  text-align: center;
  transition: all 1s var(--nm-cube-1);
  transform: translateY(100%);
  opacity: 0;
}
.nm-hero-2-bg-img img {
  margin-top: -50px;
}
@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-hero-2-bg-img {
    display: none;
  }
}
.nm-hero-2-img {
  width: 275px;
  height: 160px;
  border: 4px solid #fff;
  border-radius: 30px;
  box-shadow: -1.717px 8.835px 18px 0px rgba(0, 0, 0, 0.39);
  position: absolute;
  top: 190px;
  right: 12%;
  z-index: 1;
  transform: translateY(100%);
  transition: all 1s var(--nm-cube-1);
  opacity: 0;
}
@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-hero-2-img {
    top: 10%;
    right: 2%;
  }
}
.nm-hero-2-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nm-hero-2-content {
  position: absolute;
  top: 120px;
  left: 10%;
  z-index: 2;
}
@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) {
  .nm-hero-2-content {
    left: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-hero-2-content {
    left: 2%;
    top: 190px;
  }
}
.nm-hero-2-content .disc {
  font-size: 22px;
  font-weight: 600;
  color: #292929;
  line-height: 1.636;
  max-width: 220px;
  letter-spacing: -0.05em;
}
.nm-hero-2-content .disc span {
  transform: translateY(100%);
  transition: all 1s var(--nm-cube-1);
}
.nm-hero-2-content .btn-wrap {
  margin-top: 35px;
  transform: translateY(100%);
  transition: all 1s var(--nm-cube-1);
}
.nm-hero-2-writing-text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 17px 62px;
  transition: all 1s var(--nm-cube-1);
  opacity: 0;
}
@media (max-width: 767px) {
  .nm-hero-2-writing-text {
    padding: 17px 20px;
  }
}
.nm-hero-2-writing-text .title-1 {
  font-size: 30px;
  font-weight: 500;
  color: #f5f5f5;
}
@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-hero-2-writing-text .title-1 {
    font-size: 22px;
  }
}
.nm-hero-2-writing-text .title-1 b {
  font-weight: inherit;
}
.nm-hero-2-marquee {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: -3;
  padding-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .nm-hero-2-marquee {
    top: 70%;
  }
}
.nm-hero-2-marquee-2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
  padding-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .nm-hero-2-marquee-2 {
    top: 70%;
  }
}
.nm-hero-2-marquee-2 .nm-hero-2-marquee-text {
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
}
.nm-hero-2-marquee-active {
  transform: translateY(100%);
  transition: all 1s var(--nm-cube-1);
}
.nm-hero-2-marquee-wrap {
  display: flex;
  gap: 50px;
  margin-right: 50px;
}
.nm-hero-2-marquee-text {
  font-family: var(--nm-font-1);
  color: #141414;
  font-size: 272px;
  flex: 0 0 auto;
  font-weight: 700;
  letter-spacing: -0.075em;
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nm-hero-2-marquee-text {
    font-size: 260px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nm-hero-2-marquee-text {
    font-size: 240px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-hero-2-marquee-text {
    font-size: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-hero-2-marquee-text {
    font-size: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-hero-2-marquee-text {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .nm-hero-2-marquee-text {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-2-marquee-text {
    font-size: 100px;
  }
}

.nm-hero-2-area:is(.active) .nm-hero-2-big-title span {
  transform: translateY(0);
  transition-delay: 0.5s;
}
.nm-hero-2-area:is(.active) .nm-hero-2-bg-img {
  transform: translateY(0%);
  transition-delay: 0.8s;
  opacity: 1;
}
.nm-hero-2-area:is(.active) .nm-hero-2-content .disc span {
  transform: translateY(0%);
  transition-delay: 0.9s;
}
.nm-hero-2-area:is(.active) .nm-hero-2-content .btn-wrap {
  transform: translateY(0%);
  transition-delay: 1s;
}
.nm-hero-2-area:is(.active) .nm-hero-2-bg-icon {
  transform: translateY(0%);
  opacity: 1;
  transition-delay: 1.1s;
}
.nm-hero-2-area:is(.active) .nm-hero-2-writing-text {
  top: 10%;
  opacity: 1;
  transition-delay: 1.2s;
}
.nm-hero-2-area:is(.active) .nm-hero-2-img {
  transform: translateY(0%);
  opacity: 1;
  transition-delay: 1.2s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-hero-2-area:is(.active) .nm-hero-2-img {
    display: none;
  }
}
.nm-hero-2-area:is(.active) .nm-hero-2-marquee-active {
  transform: translateY(0);
  transition-delay: 1.3s;
}
.nm-hero-2-area:not(:hover) img {
  transition: 0.5s;
}

/*
    hero-2-end
*/
/*
    hero-3-start
*/
.nm-hero-3-area {
  background-color: rgba(0, 0, 0, 0.92);
  padding-top: 185px;
  padding-bottom: 270px;
}
@media (max-width: 767px) {
  .nm-hero-3-area {
    padding-bottom: 180px;
  }
}
.nm-hero-3-area .home-2-bg-noise {
  z-index: -1;
}
.nm-hero-3-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  opacity: 12%;
}
.nm-hero-3-bg-img img {
  transform-origin: 50% 100%;
  transform: rotateX(30deg) translate3d(0px, 104px, 118px) scaleZ(1.83);
  opacity: 0;
  transition: all 1.3s var(--nm-cube-1);
}
.nm-hero-3-bg-noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.nm-hero-3-bg-shape {
  width: 14%;
  position: absolute;
  bottom: 35%;
  left: -4%;
  z-index: -2;
}
@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-hero-3-bg-shape {
    display: none;
  }
}
.nm-hero-3-bg-texture {
  position: absolute;
  top: 5%;
  left: 0;
  z-index: -2;
  opacity: 0.3;
  width: 100%;
  text-align: center;
}
.nm-hero-3-bg-clr-masking {
  mask-image: url("../img/hero/h3-masking-shape-2.png");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  width: 810px;
  height: 700px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.nm-hero-3-bg-clr {
  width: 170%;
  height: 170%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  animation: h3clrKf 10s linear infinite;
  background: var(--nm-clr-gd-3);
  box-shadow: 0 0 60px rgba(220, 62, 240, 0.25), 0 0 100px rgba(53, 88, 254, 0.15), 0 0 150px rgba(75, 175, 255, 0.1);
}
.nm-hero-3-content {
  margin-left: 55px;
  max-width: 910px;
  perspective: 2000px;
  transform-style: preserve-3d;
}
@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-hero-3-content {
    margin-left: 0px;
  }
}
.nm-hero-3-content .inner-div {
  display: flex;
  align-items: center;
  gap: 30px 50px;
  flex-wrap: wrap;
  margin-top: 35px;
  transform: rotateX(20deg) translate3d(85px, 304px, 418px) scaleZ(1.83);
  transition: all 0.8s var(--nm-cube-1);
  opacity: 0;
}
.nm-hero-3-content .nm-pr-btn-2.has-v3 {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.nm-hero-3-content .nm-pr-btn-2.has-v3:hover {
  background: #fff;
  color: #000;
}
.nm-hero-3-title {
  font-size: 90px;
  line-height: 1.111;
  margin-top: 38px;
  transform: rotateX(20deg) translate3d(85px, 304px, 418px) scaleZ(1.83);
  transition: all 0.8s var(--nm-cube-1);
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-hero-3-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-hero-3-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-hero-3-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .nm-hero-3-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-3-title {
    font-size: 50px;
  }
}
.nm-hero-3-title .cd-words-wrapper {
  transition: unset !important;
}
.nm-hero-3-title .cd-words-wrapper b {
  background: var(--nm-clr-gd-3);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nm-hero-3-title .cd-words-wrapper::after {
  background: var(--nm-clr-pr-3) !important;
}
.nm-hero-3-disc {
  color: #cecece;
  font-size: 20px;
  margin-top: 32px;
  max-width: 722px;
  transform: rotateX(20deg) translate3d(85px, 304px, 418px) scaleZ(1.83);
  transition: all 0.8s var(--nm-cube-1);
  opacity: 0;
}
.nm-hero-3-partner {
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 42px;
  transform: rotateX(20deg) translate3d(85px, 304px, 418px) scaleZ(1.83);
  transition: all 0.8s var(--nm-cube-1);
  opacity: 0;
}
.nm-hero-3-partner .title {
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.025em;
  margin-bottom: 6px;
}
.nm-hero-3-partner .leaf-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.nm-hero-3-partner .leaf-icon img {
  animation: h3partnerLeaf 3s linear infinite;
}
.nm-hero-3-partner .leaf-icon.has-2 {
  left: unset;
  right: 0;
}
.nm-hero-3-partner .leaf-icon.has-2 img {
  animation-delay: 1.5s;
}
.nm-hero-3-partner-logo {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 6px;
}
.nm-hero-3-partner-logo .single-logo {
  width: 64px;
}
.nm-hero-3-author {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 320px;
}
.nm-hero-3-author .nm-choose-1-author {
  flex: 0 0 auto;
}
.nm-hero-3-author .nm-choose-1-author .author-img {
  width: 54px;
  height: 54px;
}
.nm-hero-3-author .nm-choose-1-author .author-img:not(:first-child) {
  margin-left: -10px;
}
.nm-hero-3-author .author-disc {
  font-size: 14px;
}

.nm-hero-3-area:is(.active) .nm-hero-3-bg-img img {
  transform: rotateX(0deg) translate3d(0px, 0px, 0px) scaleZ(1);
  opacity: 1;
  transition-delay: 0.5s;
}
.nm-hero-3-area:is(.active) .nm-hero-3-partner {
  transform: rotateX(0deg) translate3d(0px, 0px, 0px) scaleZ(1);
  opacity: 1;
  transition-delay: 0.7s;
}
.nm-hero-3-area:is(.active) .nm-hero-3-title {
  transform: rotateX(0deg) translate3d(0px, 0px, 0px) scaleZ(1);
  opacity: 1;
  transition-delay: 0.9s;
}
.nm-hero-3-area:is(.active) .nm-hero-3-disc {
  transform: rotateX(0deg) translate3d(0px, 0px, 0px) scaleZ(1);
  opacity: 1;
  transition-delay: 1.1s;
}
.nm-hero-3-area:is(.active) .nm-hero-3-content .inner-div {
  transform: rotateX(0deg) translate3d(0px, 0px, 0px) scaleZ(1);
  opacity: 1;
  transition-delay: 1.3s;
}

@keyframes h3partnerLeaf {
  0% {
    transform-origin: 50% 100%;
    transform: skewX(-5deg);
  }
  50% {
    transform-origin: 50% 100%;
    transform: skewX(5deg);
  }
  100% {
    transform-origin: 50% 100%;
    transform: skewX(-5deg);
  }
}
@keyframes h3clrKf {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  20% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  70% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*
    hero-3-end
*/
/*
    hero-4-start
*/
.nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee {
  top: 80%;
  opacity: 0;
  transition: all 0.8s var(--nm-cube-1);
}
@media (max-width: 767px) {
  .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee {
    display: block;
  }
}
.nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-wrap {
  justify-content: center;
  margin-right: 0;
  gap: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-text {
    font-size: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-text {
    font-size: 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-text {
    font-size: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-text {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-text {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-text {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-text {
    font-size: 80px;
  }
}
.nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-2 {
  mix-blend-mode: difference;
  top: 80%;
  opacity: 0;
  transition: all 0.8s var(--nm-cube-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-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-2 {
    display: none;
  }
}
.nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-2 .nm-hero-2-marquee-wrap {
  background: url("../img/hero/text-img-2.png");
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 50% 44%;
  background-repeat: no-repeat;
  justify-content: center;
}
.nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-2 .nm-hero-2-marquee-text {
  -webkit-text-stroke: unset;
  -webkit-text-fill-color: unset;
}
.nm-hero-2-area:is(.has-hero-4):is(.active) .nm-hero-2-marquee {
  top: 50%;
  transition-delay: 1.3s;
  opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-2-area:is(.has-hero-4):is(.active) .nm-hero-2-marquee {
    top: 70%;
  }
}
.nm-hero-2-area:is(.has-hero-4):is(.active) .nm-hero-2-marquee-2 {
  top: 50%;
  transition-delay: 1.3s;
  opacity: 1;
}

/*
    hero-4-end
*/
/*
    partner-1-start
*/
.nm-partner-1-area {
  background-size: 100% 100%;
  padding: 50px 0;
}
.nm-partner-1-border {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
  width: 70%;
  height: 1px;
  opacity: 0.2;
}
.nm-partner-1-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .nm-partner-1-wrap {
    flex-wrap: wrap;
  }
}
.nm-partner-1-title {
  font-size: 16px;
  max-width: 171px;
  color: #cacaca;
  flex: 0 0 auto;
}
.nm-partner-1-title span {
  width: 100%;
  display: inline;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--nm-clr-pr-1) 1px);
}
.nm-partner-1-logo-wrap {
  display: flex;
  align-items: center;
  gap: 75px;
  margin-right: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-partner-1-logo-wrap {
    gap: 35px;
    margin-right: 35px;
  }
}
.nm-partner-1-logo-mask {
  mask-image: url("../img/partner/p1-mask-shape.png");
  -webkit-mask-image: url("../img/partner/p1-mask-shape.png");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.nm-partner-1-logo {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  align-items: center;
  overflow: hidden;
}
.nm-partner-1-logo img {
  transition: all 0.6s var(--nm-cube-1);
}
.nm-partner-1-logo img:nth-child(1) {
  position: relative;
}
.nm-partner-1-logo img:nth-child(2) {
  position: absolute;
  transform: translateY(102%);
  filter: brightness(0) saturate(100%) invert(89%) sepia(33%) saturate(1188%) hue-rotate(26deg) brightness(98%) contrast(89%);
}
.nm-partner-1-logo img:nth-child(3) {
  position: absolute;
  transform: translateY(300%);
}
.nm-partner-1-logo:hover img:nth-child(1) {
  transform: translateY(-300%);
}
.nm-partner-1-logo:hover img:nth-child(2) {
  transform: translateY(-100%);
}
.nm-partner-1-logo:hover img:nth-child(3) {
  transform: translateY(0%);
}

/*
    partner-1-end
*/
/*
    about-1-start
*/
.nm-Firefly-ani {
  display: inline-block;
  width: 290px;
  height: 660px;
  padding: 50px 20px;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .nm-Firefly-ani {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-Firefly-ani {
    display: inline-block;
  }
}
.nm-Firefly-ani::after {
  content: "";
  width: 100px;
  height: 100px;
  background: var(--nm-clr-pr-1);
  position: absolute;
  top: -30px;
  left: -30px;
  filter: blur(60px);
  animation: nm-Firefly-ani-after 2s linear infinite;
}
.nm-Firefly-ani:is(.has-right-side) {
  left: unset;
  right: 0px;
  transform: scaleX(-1);
}

@keyframes nm-Firefly-ani-after {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 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-about-1-area {
    padding-bottom: 100px;
  }
}
.nm-about-1-area .nm-about-1-line:is(.has-v2) {
  bottom: -9px;
}
.nm-about-1-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  text-align: center;
}
.nm-about-1-line-border {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
  width: 90%;
  height: 1px;
  opacity: 0.15;
  margin-left: auto;
  margin-right: auto;
}
.nm-about-1-line-plus {
  display: block;
  color: var(--nm-clr-pr-1);
  font-family: var(--nm-font-2);
  line-height: 1;
  font-size: 20px;
  margin-top: -12px;
}
.nm-about-1-line:is(.has-v2) {
  top: unset;
  bottom: 0;
}
.nm-about-1-wrap {
  display: grid;
  grid-template-columns: 1.32fr 1fr;
  gap: 60px;
}
@media (max-width: 767px) {
  .nm-about-1-wrap {
    grid-template-columns: 1fr;
  }
}
.nm-about-1-sec-title .sec-disc {
  margin-top: 30px;
}
.nm-about-1-sec-title .sec-disc-2 {
  margin-top: 26px;
  max-width: 580px;
}
.nm-about-1-author {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nm-about-1-author-img {
  display: flex;
  align-items: center;
}
.nm-about-1-author-img .main-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.nm-about-1-author-img .img-shape-3 {
  width: 80px;
  height: 80px;
  background: #535e64;
  border-radius: 50%;
  clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
  flex: 0 0 auto;
  margin-right: -49px;
  transform: translateX(31px);
  transition: all 0.6s var(--nm-cube-1);
  opacity: 0;
}
.nm-about-1-author-img .img-shape-2 {
  width: 70px;
  height: 70px;
  background: #535e64;
  border-radius: 50%;
  clip-path: polygon(0 0, 30% 0, 30% 100%, 0% 100%);
  flex: 0 0 auto;
  margin-right: -50px;
  transform: translateX(52px);
  transition: all 0.6s var(--nm-cube-1);
  opacity: 0;
}
.nm-about-1-author-img .img-shape-1 {
  width: 62px;
  height: 62px;
  background: #535e64;
  border-radius: 50%;
  clip-path: polygon(0 0, 24% 0, 24% 100%, 0% 100%);
  flex: 0 0 auto;
  margin-right: -48px;
  transform: translateX(66px);
  transition: all 0.6s var(--nm-cube-1);
  opacity: 0;
}
.nm-about-1-author-img:is(.active) .img-shape-1, .nm-about-1-author-img:is(.active) .img-shape-2, .nm-about-1-author-img:is(.active) .img-shape-3 {
  transform: translateX(0);
  opacity: 1;
}
.nm-about-1-author-img:is(.active) .img-shape-1 {
  transition-delay: 0.6s;
}
.nm-about-1-author-img:is(.active) .img-shape-2 {
  transition-delay: 0.5s;
}
.nm-about-1-author-img:is(.active) .img-shape-2 {
  transition-delay: 0.4s;
}
.nm-about-1-author-content .author-name {
  font-size: 22px;
}
.nm-about-1-author-content .author-dg {
  font-size: 14px;
  margin-top: -4px;
}
.nm-about-1-author-content .author-social {
  display: flex;
  color: var(--nm-clr-p-1);
  gap: 10px;
  font-size: 16px;
  margin-top: -3px;
}
.nm-about-1-author-content .author-social .link-elm {
  transition: all 0.5s var(--nm-cube-1);
}
.nm-about-1-author-content .author-social .link-elm:hover {
  color: var(--nm-clr-pr-1);
}
.nm-about-1-left {
  padding-bottom: 80px;
  min-height: 1180px;
}
@media (max-width: 767px) {
  .nm-about-1-left {
    min-height: auto;
  }
}
.nm-about-1-left-bg-shape {
  width: 62%;
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: -1;
}
.nm-about-1-left .inner-div {
  display: flex;
  align-items: center;
  gap: 33px;
  flex-wrap: wrap;
}
.nm-about-1-left .inner-div-line {
  width: 1px;
  height: 60px;
  background: var(--nm-clr-p-1);
  opacity: 0.5;
}
.nm-about-1-left .inner-div .nm-pr-btn-1 {
  background: var(--nm-clr-pr-1);
  outline: 4px solid rgba(255, 255, 255, 0.2);
}
.nm-about-1-left .inner-div .nm-pr-btn-1 .text {
  color: #000;
}
.nm-about-1-left-content {
  position: sticky;
  top: 80px;
}
.nm-about-1-card-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 80px;
  align-self: start;
}
.nm-about-1-card-wrap .a1_card_trigger_elm {
  position: sticky;
  top: 100px;
}
.nm-about-1-card-wrap .a1_card_trigger_elm:nth-child(2) {
  top: 190px;
}
.nm-about-1-card {
  background: linear-gradient(180deg, rgb(45, 45, 45) 0%, rgb(0, 0, 0) 100%);
  text-align: center;
  padding: 30px 40px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-about-1-card {
    padding: 30px 20px;
  }
}
.nm-about-1-card::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: var(--nm-clr-pr-1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scaleY(0);
  transition: all 0.5s var(--nm-cube-1);
  transform-origin: bottom;
}
.nm-about-1-card .icon {
  font-size: 44px;
  color: var(--nm-clr-pr-1);
  transition: all 0.5s var(--nm-cube-1);
}
.nm-about-1-card .title {
  font-size: 30px;
  margin-top: 13px;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-about-1-card .title a {
  transition: unset;
}
.nm-about-1-card .title:hover {
  transform: translateX(3px);
}
@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-about-1-card .title {
    font-size: 24px;
  }
}
.nm-about-1-card .disc {
  font-size: 17px;
  color: #9e9e9e;
  margin-top: 7px;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-about-1-card:hover::after {
  transform: scaleY(1);
}
.nm-about-1-card:hover .icon, .nm-about-1-card:hover .title, .nm-about-1-card:hover .disc {
  color: #000;
}

/*
    about-1-end
*/
/*
    about-2-start
*/
.home-2-bg-noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  opacity: 0.06;
}

.home-2-bg-clr {
  background-color: #0e0e0e;
}

.nm-about-2-area {
  border-radius: 60px 60px 0 0;
  margin-top: -55px;
}
@media (max-width: 767px) {
  .nm-about-2-area {
    margin-top: 0px;
  }
}
.nm-about-2-bg-shape-2 {
  width: 81%;
  position: absolute;
  left: 60%;
  bottom: 7%;
  transform: translateX(-50%);
  z-index: -2;
  opacity: 0.6;
}
.nm-about-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 50px;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-about-2-wrap {
    grid-template-columns: 1fr;
  }
}
.nm-about-2-img {
  box-shadow: -1.717px 8.835px 46px 0px rgba(0, 0, 0, 0.77);
  border-radius: 40px;
  border-style: solid;
  border-width: 4px;
  border-color: rgb(64, 63, 63);
  height: 730px;
}
@media (max-width: 767px) {
  .nm-about-2-img {
    height: 530px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-about-2-img {
    height: 630px;
  }
}
.nm-about-2-img::after {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}
.nm-about-2-img-logo {
  position: absolute;
  right: 34px;
  top: 34px;
  border-radius: 20px;
  color: #000;
  z-index: 1;
  overflow: hidden;
  width: 90px;
  height: 90px;
  animation: a2FLogoKf 2s linear infinite;
}
.nm-about-2-img-marquee {
  position: absolute;
  bottom: 35px;
  width: 100%;
  z-index: 1;
}
.nm-about-2-testimonial {
  display: flex;
  gap: 25px;
  margin-right: 25px;
}
.nm-about-2-testimonial-single {
  background: #f3f3f3;
  border-radius: 20px;
  padding: 18px 26px;
  max-width: 305px;
  width: 100%;
  flex: 0 0 auto;
}
.nm-about-2-testimonial-single .author-x-rating {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.nm-about-2-testimonial-single .author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nm-about-2-testimonial-single .author-img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  flex: 0 0 auto;
}
.nm-about-2-testimonial-single .author-name {
  font-size: 16px;
  color: #141414;
}
.nm-about-2-testimonial-single .rating-icon {
  display: flex;
  gap: 0px;
  font-size: 12px;
}
.nm-about-2-testimonial-single .comment {
  color: #353535;
  line-height: 24px;
  font-size: 16px;
  margin-top: 7px;
}
.nm-about-2-disc {
  color: #cecece;
  background: #0E0E0E;
  border-radius: 30px;
  padding: 34px 30px;
  font-size: 17px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.nm-about-2-right-inner-div {
  color: #cecece;
  background: #0E0E0E;
  border-radius: 30px;
  padding: 37px 30px;
  font-size: 17px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
  margin-top: -3px;
  display: flex;
  gap: 40px;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-about-2-right-inner-div {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .nm-about-2-right-inner-div {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.nm-about-2-right-inner-div::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.3;
}
.nm-about-2-right-inner-div .bg-shadow {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -14px;
  left: 0;
  background: linear-gradient(270deg, rgb(153, 153, 153) 2%, rgb(255, 255, 255) 100%);
  z-index: -2;
  border-radius: 40px;
}
.nm-about-2-right-inner-div .inner-div-line {
  width: 1px;
  height: 80px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-about-2-right-inner-div .inner-div-line {
    display: none;
  }
}
@media (max-width: 767px) {
  .nm-about-2-right-inner-div .inner-div-line {
    display: none;
  }
}
.nm-about-2-right-inner-div .nm-about-1-author {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.nm-about-2-skill {
  width: 100%;
}
.nm-about-2-skill-single {
  margin-top: 12px;
}
.nm-about-2-skill-single .title {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #cecece;
  gap: 10px;
}
.nm-about-2-skill-single .progress-line {
  background: #383838;
  height: 4px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  margin-top: 8px;
}
.nm-about-2-skill-single .progress-line-fill {
  height: 100%;
  background: linear-gradient(90deg, rgb(87, 87, 87) 2%, rgb(255, 255, 255) 100%);
  border-radius: 2px;
  transition: 3s;
  transform-origin: left;
  transform: scaleX(0);
}
.nm-about-2-skill-single .progress-line-fill:is(.active) {
  transform: scaleX(1);
}
.nm-about-2-partner-title {
  color: #cacaca;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
}
.nm-about-2-bg-shape-1 {
  width: 11%;
  position: absolute;
  right: -70px;
  bottom: 20%;
  z-index: -2;
  mix-blend-mode: plus-lighter;
}

@keyframes a2FLogoKf {
  0% {
    outline: 10px solid rgba(0, 0, 0, 0.1);
  }
  50% {
    outline: 10px solid rgba(0, 0, 0, 0.3);
  }
  100% {
    outline: 10px solid rgba(0, 0, 0, 0.1);
  }
}
/*
    about-2-end
*/
/*
    about-3-start
*/
.nm-about-2-right-inner-div:is(.has-about-3) .bg-shadow {
  background: var(--nm-clr-gd-3);
  background-size: 200% 100%;
  animation: a3rightShadow 4s linear infinite;
}

@keyframes a3rightShadow {
  0% {
    background-position-x: 0%;
  }
  50% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: 0%;
  }
}
/*
    about-3-end
*/
/*
    services-1-start
*/
.nm-services-1-container {
  max-width: 1870px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.nm-services-1-sec-title {
  display: flex;
  padding: 0 50px;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@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-services-1-sec-title {
    gap: 30px;
    flex-wrap: wrap;
    padding: 0 0px;
  }
}
.nm-services-1-sec-title .nm-subtitle-1 {
  flex: 0 0 auto;
}
.nm-services-1-sec-title .sec-disc {
  max-width: 490px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-services-1-sec-title .sec-disc {
    max-width: 300px;
  }
}
.nm-services-1-sec-title .nm-sec-title-1 {
  max-width: 650px;
}
.nm-services-1-wrap {
  display: grid;
  grid-template-columns: 1fr 2.1fr;
  gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-services-1-wrap {
    grid-template-columns: 1fr 1.3fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-services-1-wrap {
    grid-template-columns: 1fr;
  }
}
.nm-services-1-tabs-btn-scrollbar {
  height: 640px;
  overflow: hidden;
}
.nm-services-1-tabs-btn-scrollbar .mCSB_container {
  margin-right: 0;
  margin-left: 20px;
}
.nm-services-1-tabs-btn-scrollbar .mCSB_scrollTools {
  opacity: 1;
  right: unset;
  left: 0;
  width: 3px;
  background: #2a2a2a;
}
.nm-services-1-tabs-btn-scrollbar .mCSB_dragger_bar {
  background: var(--nm-clr-pr-1) !important;
  width: 3px !important;
}
.nm-services-1-tabs-btn .nav-link {
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  padding: 38px 44px;
  width: 100%;
  text-align: left;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-services-1-tabs-btn .nav-link:hover {
  background: #050505;
  color: #fff;
}
.nm-services-1-tabs-btn .nav-link:is(.active) {
  background: #050505;
  color: #fff;
}
@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-services-1-tabs-btn .nav-link {
    font-size: 22px;
    padding: 38px 20px;
  }
}
.nm-services-1-tabs-pane-single {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  perspective: 2000px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-services-1-tabs-pane-single {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .nm-services-1-tabs-pane-single {
    grid-template-columns: 1fr;
  }
}
.nm-services-1-tabs-pane-single .item-img {
  height: 640px;
  border-radius: 20px;
  filter: grayscale(1);
  transform-origin: 0% 50%;
  transform: translateX(-100%);
  transition: all 0.5s var(--nm-cube-1);
  position: relative;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 767px) {
  .nm-services-1-tabs-pane-single .item-img {
    height: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-services-1-tabs-pane-single .item-img {
    height: 450px;
  }
}
.nm-services-1-tabs-pane-single .content-wrap {
  background: #050505;
  border-radius: 20px;
  padding: 60px 45px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s var(--nm-cube-1);
  transform-origin: 0% 50%;
  transform: rotateY(90deg);
  position: relative;
  z-index: 2;
}
@media 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-services-1-tabs-pane-single .content-wrap {
    padding: 60px 25px;
  }
}
.nm-services-1-tabs-pane-single .item-icon {
  font-size: 80px;
  color: var(--nm-clr-p-1);
}
.nm-services-1-tabs-pane-single .disc {
  margin-top: 32px;
}
.nm-services-1-tabs-pane-single .features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 33px;
  margin-bottom: 40px;
}
.nm-services-1-tabs-pane-single .features-list li {
  font-size: 16px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.nm-services-1-tabs-pane-single .item-btn {
  margin-top: auto;
}
.nm-services-1-tabs-pane .tab-pane:is(.show) .nm-services-1-tabs-pane-single .item-img {
  transform: translateX(0);
  transition-delay: 0.2s;
  opacity: 1;
}
.nm-services-1-tabs-pane .tab-pane:is(.show) .nm-services-1-tabs-pane-single .content-wrap {
  transform: rotateY(0deg);
}

/*
    services-1-end
*/
/*
    services-2-start
*/
.nm-services-2-bg-shape-1 {
  width: 27%;
  position: absolute;
  right: -10%;
  bottom: 10%;
  z-index: -2;
}
.nm-services-2-bg-shape-1 img {
  animation: waRotation360minus 40s linear infinite;
}
.nm-services-2-bg-shape-2 {
  width: 28%;
  position: absolute;
  top: 0%;
  left: -10%;
  z-index: -2;
  mix-blend-mode: plus-lighter;
}
.nm-services-2-bg-shape-3 {
  position: absolute;
  top: 15%;
  z-index: -2;
  left: 2%;
  width: 12%;
  mix-blend-mode: plus-lighter;
}
.nm-services-2-sec-title {
  max-width: 800px;
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-services-2-sec-title {
    margin-left: 0px;
  }
}
.nm-services-2-wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.nm-services-2-card {
  border-radius: 20px;
  background-color: #0e0e0e;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.nm-services-2-card:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .nm-services-2-card {
    grid-template-columns: 1fr;
  }
}
.nm-services-2-card .card-img {
  border-radius: 15px;
  height: 100%;
}
@media (max-width: 767px) {
  .nm-services-2-card .card-img {
    height: 300px;
  }
}
.nm-services-2-card .card-title {
  font-size: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-services-2-card .card-title {
    font-size: 26px;
  }
}
.nm-services-2-card .card-title i {
  font-size: 16px;
  transform: translateY(-10px);
}
.nm-services-2-card .card-disc {
  font-size: 16px;
  color: #a2a2a2;
  margin-top: 14px;
}
.nm-services-2-card .card-content {
  display: flex;
  flex-direction: column;
  padding: 22px 0;
  padding-left: 30px;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-services-2-card .card-content {
    padding: 22px 0;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .nm-services-2-card .card-content {
    padding: 30px 20px;
  }
}
.nm-services-2-card .card-features {
  margin-top: 18px;
}
.nm-services-2-card .card-features li {
  font-weight: 700;
  letter-spacing: -0.025em;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.nm-services-2-card .card-features li:not(:last-child) {
  margin-bottom: 15px;
}
.nm-services-2-card .card-features li i {
  background: linear-gradient(0deg, rgb(100, 100, 100) 0%, rgb(255, 255, 255) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nm-services-2-card .btn-wrap {
  margin-top: 52px;
}
@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) {
  .nm-services-2-card:nth-child(1) {
    transform: rotate(-3deg);
  }
  .nm-services-2-card:nth-child(2) {
    transform: rotate(2deg);
    margin-top: -530px;
  }
  .nm-services-2-card:nth-child(3) {
    transform: rotate(-3deg);
    margin-top: -520px;
  }
}

/*
    services-2-end
*/
/*
    choose-1-start
*/
.nm-choose-1-area {
  background: #000000;
}
.nm-choose-1-area .nm-about-1-line:is(.has-v2) {
  bottom: -10px;
}
.nm-choose-1-sec-title {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-choose-1-sec-title {
    flex-wrap: wrap;
  }
}
.nm-choose-1-sec-title .left {
  max-width: 540px;
}
.nm-choose-1-sec-title .sec-disc {
  max-width: 600px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-choose-1-sec-title .sec-disc {
    max-width: 300px;
  }
}
.nm-choose-1-container {
  max-width: 1735px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.nm-choose-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-choose-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .nm-choose-1-wrap {
    grid-template-columns: 1fr;
  }
}
.nm-choose-1-item {
  align-items: start;
}
@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-choose-1-item:is(.has-2-clm) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.nm-choose-1-handshake {
  background-color: var(--nm-clr-black-2);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 105px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 845px;
  background-size: 100% 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-choose-1-handshake {
    height: 645px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-choose-1-handshake {
    height: 645px;
  }
}
@media (max-width: 767px) {
  .nm-choose-1-handshake {
    height: 585px;
  }
}
.nm-choose-1-handshake::after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  top: -40px;
  left: -30px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(50px);
  opacity: 0.5;
  z-index: -1;
}
.nm-choose-1-handshake .handshake-video {
  margin-bottom: 50px;
  width: 100%;
}
.nm-choose-1-handshake .handshake-video video {
  width: 100%;
  object-fit: cover;
}
.nm-choose-1-handshake .content {
  padding: 0 50px;
}
@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-choose-1-handshake .content {
    padding: 0 30px;
  }
}
.nm-choose-1-handshake .title {
  font-size: 65px;
  line-height: 1.1;
}
@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) {
  .nm-choose-1-handshake .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-choose-1-handshake .title {
    font-size: 25px;
  }
}
.nm-choose-1-handshake .disc {
  font-weight: 500;
  margin-top: 32px;
}
.nm-choose-1-fast {
  border-radius: 20px;
  display: flex;
  align-items: end;
  padding: 25px;
  height: 845px;
  transition: background 1s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-choose-1-fast {
    height: 645px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-choose-1-fast {
    height: 645px;
  }
}
@media (max-width: 767px) {
  .nm-choose-1-fast {
    height: 585px;
  }
}
.nm-choose-1-fast .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
}
.nm-choose-1-fast .bg-img img {
  transition: all 0.5s var(--nm-cube-1);
}
.nm-choose-1-fast .content-wrap {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 36px 25px;
  backdrop-filter: blur(13px);
}
@media 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-choose-1-fast .content-wrap {
    padding: 36px 15px;
  }
}
.nm-choose-1-fast .icon {
  font-size: 100px;
  color: #fff;
}
@media 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-choose-1-fast .icon {
    font-size: 50px;
  }
}
.nm-choose-1-fast .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}
@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) {
  .nm-choose-1-fast .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-choose-1-fast .title {
    font-size: 25px;
  }
}
.nm-choose-1-fast:hover .bg-img img {
  transform: scale(103%);
}
.nm-choose-1-experience {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 105px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 845px;
}
.nm-choose-1-experience .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
}
.nm-choose-1-experience .bg-img img {
  transition: all 0.5s var(--nm-cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-choose-1-experience {
    height: 645px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-choose-1-experience {
    height: 645px;
  }
}
@media (max-width: 767px) {
  .nm-choose-1-experience {
    height: 585px;
  }
}
.nm-choose-1-experience .content-wrap {
  padding: 0 50px;
}
@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-choose-1-experience .content-wrap {
    padding: 0 30px;
  }
}
.nm-choose-1-experience .title {
  font-size: 65px;
  line-height: 1.1;
}
@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) {
  .nm-choose-1-experience .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-choose-1-experience .title {
    font-size: 25px;
  }
}
.nm-choose-1-experience .disc {
  font-weight: 500;
  margin-top: 32px;
}
.nm-choose-1-experience:hover .bg-img img {
  transform: scale(103%);
}
.nm-choose-1-author {
  display: inline-flex;
  flex-wrap: wrap;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.nm-choose-1-author .author-img {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  border: 2px solid #fff;
  transform: rotateY(84deg);
  transition: all 0.5s var(--nm-cube-1);
}
.nm-choose-1-author .author-img:not(:first-child) {
  margin-left: -30px;
}
.nm-choose-1-author:is(.active) .author-img {
  transform: rotateY(0deg);
}
.nm-choose-1-author:is(.active) .author-img:nth-child(1) {
  transition-delay: 0.1s;
}
.nm-choose-1-author:is(.active) .author-img:nth-child(2) {
  transition-delay: 0.2s;
}
.nm-choose-1-author:is(.active) .author-img:nth-child(3) {
  transition-delay: 0.3s;
}
.nm-choose-1-author:is(.active) .author-img:nth-child(4) {
  transition-delay: 0.4s;
}
.nm-choose-1-author:is(.active) .author-img:nth-child(5) {
  transition-delay: 0.5s;
}
.nm-choose-1-testimonial {
  background-color: var(--nm-clr-black-2);
  border-radius: 20px;
  padding: 92px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  background-position: 11%;
}
.nm-choose-1-testimonial::after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  top: -40px;
  left: -30px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(50px);
  opacity: 0.3;
  z-index: -1;
}
.nm-choose-1-testimonial::before {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -40px;
  right: -30px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(50px);
  opacity: 0.3;
  z-index: -1;
}
.nm-choose-1-testimonial .content-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
}
@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-choose-1-testimonial .content-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.nm-choose-1-testimonial .content-wrap-line {
  width: 1px;
  height: 90px;
  background: #fff;
  opacity: 0.2;
}
.nm-choose-1-rating .rating-icon {
  display: inline-flex;
  gap: 5px;
  font-size: 25px;
  color: var(--nm-clr-pr-1);
}
.nm-choose-1-rating .rating-text {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  margin-top: 23px;
}
.nm-choose-1-turnaround {
  background-color: var(--nm-clr-black-2);
  border-radius: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 35px;
  overflow: hidden;
  height: 290px;
  background-position: left bottom;
  background-size: 70% 83%;
  background-repeat: no-repeat;
}
.nm-choose-1-turnaround::after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  right: -40px;
  top: -30px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(50px);
  opacity: 0.3;
  z-index: -1;
}
.nm-choose-1-turnaround .title {
  font-size: 40px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
@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-choose-1-turnaround .title {
    font-size: 22px;
  }
}
.nm-choose-1-turnaround .title i {
  color: var(--nm-clr-pr-1);
  font-size: 50px;
}
@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-choose-1-turnaround .title i {
    font-size: 26px;
  }
}
.nm-choose-1-turnaround .item-video video {
  width: 100%;
}

/*
    choose-1-end
*/
/*
    choose-2-start
*/
.nm-choose-2-bg-shape-2 {
  width: 31%;
  position: absolute;
  right: -15%;
  top: 18%;
  z-index: -2;
  mix-blend-mode: plus-lighter;
}
.nm-choose-2-bg-shape-1 {
  width: 11%;
  position: absolute;
  left: -5%;
  top: 48%;
  z-index: -2;
  mix-blend-mode: plus-lighter;
}
.nm-choose-2-sec-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.nm-choose-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1.045fr 1fr;
  gap: 80px;
  margin-left: -75px;
  margin-right: -75px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-choose-2-wrap {
    gap: 50px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-choose-2-wrap {
    gap: 50px;
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-choose-2-wrap {
    gap: 50px;
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: 1fr;
  }
}
.nm-choose-2-card {
  background: linear-gradient(134deg, rgb(14, 14, 14) 0%, rgb(46, 46, 46) 100%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  padding: 25px 30px;
  box-shadow: -4.961px 25.522px 40px 0px rgba(0, 0, 0, 0.47);
  max-width: 325px;
  transition: all 0.5s var(--nm-cube-1);
}
@media 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-choose-2-card {
    padding: 25px 20px;
  }
}
.nm-choose-2-card:not(:last-child) {
  margin-bottom: 65px;
}
.nm-choose-2-card .number {
  font-size: 48px;
  color: #424142;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: -17px;
  top: -26px;
  z-index: -1;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-choose-2-card .icon-x-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nm-choose-2-card .icon {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(110deg, rgb(20, 20, 20) 0%, rgb(67, 67, 67) 100%);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.nm-choose-2-card .icon i {
  background: linear-gradient(0deg, rgb(100, 100, 100) 0%, rgb(255, 255, 255) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nm-choose-2-card .title {
  font-size: 22px;
}
.nm-choose-2-card .disc {
  color: #a2a2a2;
  margin-top: 20px;
  font-size: 16px;
}
.nm-choose-2-card:hover {
  outline: 3px solid #fff;
}
.nm-choose-2-card:hover .number {
  right: -60px;
  color: #fff;
}
.nm-choose-2-card:hover .icon i {
  animation: headShake 1s;
}
.nm-choose-2-left .nm-choose-2-card:nth-child(odd) {
  margin-left: 75px;
}
@media (max-width: 767px) {
  .nm-choose-2-left .nm-choose-2-card:nth-child(odd) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-choose-2-left .nm-choose-2-card:nth-child(odd) {
    margin-left: 75px;
  }
}
.nm-choose-2-right .nm-choose-2-card:nth-child(even) {
  margin-left: 75px;
}
@media (max-width: 767px) {
  .nm-choose-2-right .nm-choose-2-card:nth-child(even) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-choose-2-right .nm-choose-2-card:nth-child(even) {
    margin-left: 75px;
  }
}
.nm-choose-2-right .nm-choose-2-card .number {
  right: unset;
  left: -25px;
}
.nm-choose-2-right .nm-choose-2-card:hover .number {
  left: -70px;
}
.nm-choose-2-img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  mask-image: url("../img/choose/c2-mask-img.png");
  mask-size: 100% 100%;
  height: 700px;
}
@media (max-width: 767px) {
  .nm-choose-2-img-wrap {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-choose-2-img-wrap {
    height: 700px;
  }
}
.nm-choose-2-img-wrap .right {
  display: flex;
  flex-direction: column;
  height: 700px;
  justify-content: end;
}
@media (max-width: 767px) {
  .nm-choose-2-img-wrap .right {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-choose-2-img-wrap .right {
    height: 700px;
  }
}
.nm-choose-2-img-single {
  height: 300px;
  border-radius: 10px;
  margin-bottom: 15px;
}

@keyframes scrollVertical {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
/*
    choose-2-end
*/
/*
    choose-3-start
*/
.has-choose-3:is(.nm-choose-2-card) {
  position: relative;
}
.has-choose-3:is(.nm-choose-2-card)::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--nm-clr-gd-3);
  position: absolute;
  top: 1px;
  left: 0;
  z-index: -1;
  border-radius: 20px;
  transform: scaleX(102%) scaleY(104%);
  background-size: 200% 100%;
  animation: a3rightShadow 1s linear infinite;
  opacity: 0;
  transition: all 0.4s var(--nm-cube-1);
}
.has-choose-3:is(.nm-choose-2-card):hover {
  outline: none;
}
.has-choose-3:is(.nm-choose-2-card):hover::after {
  opacity: 1;
}

/*
    choose-3-end
*/
/*
    portfolio-1-start
*/
.nm-portfolio-1-top {
  background-size: unset;
}
.nm-portfolio-1-top .nm-about-1-line:is(.has-v2) {
  top: unset;
  bottom: -10px;
}
.nm-portfolio-1-top-wrap {
  max-width: 610px;
}
.nm-portfolio-1-top-features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media (max-width: 767px) {
  .nm-portfolio-1-top-features {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-portfolio-1-top-features {
    grid-template-columns: 1fr 1fr;
  }
}
.nm-portfolio-1-top-features-single {
  text-align: center;
  background: linear-gradient(180deg, rgb(45, 45, 45) 0%, rgb(6, 6, 6) 100%);
  border-radius: 20px;
  padding: 25px 20px;
  position: relative;
  z-index: 1;
}
.nm-portfolio-1-top-features-single::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: var(--nm-clr-pr-1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scaleY(0);
  transition: all 0.5s var(--nm-cube-1);
  transform-origin: bottom;
}
.nm-portfolio-1-top-features-single .title {
  font-size: 40px;
  font-weight: 700;
  color: #838383;
  line-height: 1;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-portfolio-1-top-features-single .disc {
  margin-top: 12px;
  line-height: 1.3;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-portfolio-1-top-features-single:hover::after {
  transform: scaleY(1);
}
.nm-portfolio-1-top-features-single:hover .title, .nm-portfolio-1-top-features-single:hover .disc {
  color: #000;
}
.nm-portfolio-1-sec-title .sec-disc {
  margin-top: 27px;
}
.nm-portfolio-1-sec-title-2 {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 767px) {
  .nm-portfolio-1-sec-title-2 {
    flex-wrap: wrap;
  }
}
.nm-portfolio-1-sec-title-2 .left {
  width: 100%;
}
.nm-portfolio-1-sec-title-2 .sec-disc {
  max-width: 560px;
}
.nm-portfolio-1-item-wrap {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin-left: -100px;
  margin-right: -100px;
}
@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) {
  .nm-portfolio-1-item-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-portfolio-1-item-wrap {
    margin-left: 0px;
    margin-right: 0px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .nm-portfolio-1-item-wrap {
    grid-template-columns: 1fr;
    margin-left: 0px;
    margin-right: 0px;
    gap: 30px;
  }
}
.nm-portfolio-1-card {
  height: 420px;
  border-radius: 20px;
}
.nm-portfolio-1-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0%;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-portfolio-1-card .card-categories {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 1;
}
.nm-portfolio-1-card .card-categories p {
  display: flex;
  align-items: center;
  gap: 5px;
}
.nm-portfolio-1-card .card-categories .link-elm {
  background: #323232;
  border-radius: 100px;
  font-size: 15px;
  padding: 5px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s var(--nm-cube-1);
}
.nm-portfolio-1-card .card-categories .link-elm:hover {
  color: var(--nm-clr-pr-1);
}
.nm-portfolio-1-card .card-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  background: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  border-radius: 50%;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-portfolio-1-card .card-btn i {
  animation: blink 2.4s infinite;
  transform-origin: 50% 50%;
}
.nm-portfolio-1-card .card-btn span {
  transition: unset;
}
.nm-portfolio-1-card .card-btn:hover {
  background: var(--nm-clr-pr-1);
  color: #000;
}
.nm-portfolio-1-card:hover::after {
  opacity: 39%;
}
.nm-portfolio-1-card:hover .card-btn {
  transform: translate(-50%, -50%) scale(1);
}
.nm-portfolio-1-all-btn {
  margin-left: -100px;
  margin-right: -100px;
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
}
@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-portfolio-1-all-btn {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.nm-portfolio-1-all-plus {
  color: var(--nm-clr-pr-1);
  font-weight: 600;
  font-family: var(--nm-font-2);
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 1;
}
.nm-portfolio-1-all-plus::after {
  content: "";
  width: 99.1%;
  height: 1px;
  background: #FFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 15px;
  right: 11px;
  opacity: 0.1;
  transform: scaleX(0);
  transform-origin: right;
  transition: 2s;
}
.nm-portfolio-1-all-plus:is(.active)::after {
  transform: scaleX(1);
}
.nm-portfolio-1-bg-shadow-1 {
  position: absolute;
  bottom: 14%;
  left: -30px;
  z-index: -1;
}
.nm-portfolio-1-bg-shadow-2 {
  position: absolute;
  right: -40px;
  bottom: 50%;
  z-index: -1;
}

/*
    portfolio-1-end
*/
/*
    portfolio-2-start
*/
.nm-portfolio-2-area {
  background-color: rgb(10, 10, 10);
  border-radius: 80px 80px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .nm-portfolio-2-area {
    border-radius: 30px 30px 0 0;
  }
}
.nm-portfolio-2-area .home-2-bg-noise {
  border-radius: 80px 80px 0 0;
}
@media (max-width: 767px) {
  .nm-portfolio-2-area .home-2-bg-noise {
    border-radius: 30px 30px 0 0;
  }
}
.nm-portfolio-2-big-title {
  font-size: 470px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  bottom: -70px;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nm-portfolio-2-big-title {
    font-size: 440px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nm-portfolio-2-big-title {
    font-size: 410px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-portfolio-2-big-title {
    font-size: 370px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-portfolio-2-big-title {
    font-size: 310px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-portfolio-2-big-title {
    font-size: 260px;
  }
}
@media (max-width: 767px) {
  .nm-portfolio-2-big-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-portfolio-2-big-title {
    font-size: 180px;
  }
}
.nm-portfolio-2-big-title span {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.368627451));
  display: inline-block;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nm-portfolio-2-bg-shape {
  width: 15%;
  position: absolute;
  top: -11%;
  left: 2%;
  z-index: -1;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.nm-portfolio-2-bg-shape img {
  filter: drop-shadow(85px 0px 30px rgba(255, 255, 255, 0.15));
}
.nm-portfolio-2-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-portfolio-2-wrap {
    grid-template-columns: 1fr;
  }
}
.nm-portfolio-2-content .sec-disc {
  margin-top: 25px;
}
.nm-portfolio-2-content .btn-wrap {
  margin-top: 42px;
}
.nm-portfolio-2-card:not(:last-child) {
  margin-bottom: 50px;
}
.nm-portfolio-2-card .card-img {
  height: 315px;
  border-radius: 30px 30px 0 0;
}
.nm-portfolio-2-card .card-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000, 70%, transparent);
  transition: all 0.6s var(--nm-cube-1);
  transform: scaleY(0);
  transform-origin: bottom;
}
.nm-portfolio-2-card .card-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  background: linear-gradient(180deg, rgb(20, 20, 20) 0%, rgb(67, 67, 67) 100%);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  border-radius: 50%;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-portfolio-2-card .card-btn span {
  transition: unset;
}
.nm-portfolio-2-card .card-btn i {
  animation: blink 2.4s infinite;
  transform-origin: 50% 50%;
}
.nm-portfolio-2-card .card-btn:hover {
  color: #fff;
}
.nm-portfolio-2-card .item-categories {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 16px;
  background: linear-gradient(0deg, #424342, #272626);
  border-radius: 100px;
  padding: 6px 18px;
  z-index: 1;
}
.nm-portfolio-2-card .title {
  font-size: 32px;
}
@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-portfolio-2-card .title {
    font-size: 24px;
  }
}
.nm-portfolio-2-card .disc {
  font-size: 16px;
  color: #848484;
  margin-top: 8px;
}
.nm-portfolio-2-card .item-btn {
  font-size: 15px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 6px 13px;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  transition: all 0.5s var(--nm-cube-1);
  overflow: hidden;
}
.nm-portfolio-2-card .item-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(50, 50, 50) 0%, rgb(67, 67, 67) 100%);
  z-index: -1;
  transform: scaleY(0);
}
.nm-portfolio-2-card .item-btn:hover {
  border-color: transparent;
  color: #fff;
}
.nm-portfolio-2-card .item-btn:hover::after {
  transform: scaleY(1);
}
.nm-portfolio-2-card .card-content {
  background-color: #1c1c1c;
  box-shadow: -4.961px 25.522px 68px 0px rgba(0, 0, 0, 0.75);
  border-radius: 0 0 30px 30px;
  padding: 40px 35px;
}
@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-portfolio-2-card .card-content {
    padding: 40px 20px;
  }
}
.nm-portfolio-2-card:hover .card-btn {
  transform: translate(-50%, -50%) scale(1);
}
.nm-portfolio-2-card:hover .card-img::after {
  transform: scaleY(1);
}
.nm-portfolio-2-card:is(.has-last-elm) {
  position: relative;
}
.nm-portfolio-2-card:is(.has-last-elm) .card-img {
  height: 380px;
}

.p2_sticky_trigger_pin:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .p2_sticky_trigger_pin:not(:last-child) {
    margin-bottom: 40px;
  }
}

/*
    portfolio-2-end
*/
/*
    portfolio-3-start
*/
.has-portfolio-3:is(.nm-portfolio-2-big-title) {
  mix-blend-mode: plus-lighter;
}
.has-portfolio-3:is(.nm-portfolio-2-big-title) span {
  background: var(--nm-clr-gd-3);
  background-clip: text;
}

/*
    portfolio-3-end
*/
/*
    testimonial-1-start
*/
.nm-testimonial-1-sec-title {
  display: flex;
  align-items: end;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .nm-testimonial-1-sec-title {
    flex-wrap: wrap;
  }
}
.nm-testimonial-1-sec-title .left {
  max-width: 500px;
}
.nm-testimonial-1-sec-title .right {
  text-align: right;
}
.nm-testimonial-1-sec-title .sec-disc {
  margin-bottom: 19px;
}
.nm-testimonial-1-wrap {
  height: 540px;
}
.nm-testimonial-1-preview-slider-item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s var(--nm-cube-1);
  cursor: pointer;
}
.nm-testimonial-1-preview-slider-item:hover {
  border-color: var(--nm-clr-pr-1);
}
.nm-testimonial-1-preview-slider .swiper-wrapper {
  max-width: 1050px;
  height: 1050px;
  position: relative;
  margin: 0 auto;
}
.nm-testimonial-1-preview-slider .swiper-wrapper .swiper-slide {
  width: auto;
  position: absolute;
  width: 100px;
  height: 100px;
}
.nm-testimonial-1-preview-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-thumb-active) .nm-testimonial-1-preview-slider-item {
  border-color: var(--nm-clr-pr-1);
  box-shadow: -1.526px 7.853px 59px 0px rgba(214, 243, 69, 0.6);
}
.nm-testimonial-1-main-slider {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 430px;
}
@media (max-width: 767px) {
  .nm-testimonial-1-main-slider {
    max-width: 100%;
  }
}
.nm-testimonial-1-main-slider-single {
  text-align: center;
}
.nm-testimonial-1-main-slider-single .icon {
  font-size: 70px;
  color: var(--nm-clr-pr-1);
}
.nm-testimonial-1-main-slider-single .comment {
  color: #fff;
  font-weight: 500;
  line-height: 36px;
  margin-top: 10px;
}
.nm-testimonial-1-main-slider-single .line {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
  width: 90%;
  height: 1px;
  opacity: 0.2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
}
.nm-testimonial-1-main-slider-single .nm-choose-1-rating {
  margin-top: 28px;
}
.nm-testimonial-1-main-slider-single .nm-choose-1-rating .rating-icon {
  gap: 7px;
  font-size: 18px;
}
.nm-testimonial-1-main-slider-single .author-name {
  font-size: 15px;
  margin-top: 10px;
}
.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide .nm-testimonial-1-main-slider-single .line {
  transform: scaleX(0);
  transition: 1s;
}
.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide .nm-testimonial-1-main-slider-single .rating-icon i {
  opacity: 0;
  transition: 0.5s;
}
.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .icon, .nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .comment, .nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .author-name {
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  animation-timing-function: var(--nm-cube-1);
  animation-fill-mode: backwards;
}
.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .icon {
  animation-delay: 0.5s;
}
.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .comment {
  animation-delay: 0.7s;
}
.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .line {
  transform: scaleX(1);
  transition-delay: 0.7s;
}
.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .author-name {
  animation-delay: 0.9s;
}
.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .rating-icon i {
  opacity: 1;
}
.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .rating-icon i:nth-child(1) {
  transition-delay: 0.4s;
}
.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .rating-icon i:nth-child(2) {
  transition-delay: 0.5s;
}
.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .rating-icon i:nth-child(3) {
  transition-delay: 0.6s;
}
.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .rating-icon i:nth-child(4) {
  transition-delay: 0.7s;
}
.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .rating-icon i:nth-child(5) {
  transition-delay: 0.8s;
}
.nm-testimonial-1-bg-blur {
  height: 140px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0);
  -webkit-mask-image: linear-gradient(to top, #000 10%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to top, #000 10%, rgba(0, 0, 0, 0) 100%);
}

/*
    testimonial-1-start
*/
/*
    testimonial-2-start
*/
.nm-testimonial-2-bg-shape-1 {
  width: 14%;
  position: absolute;
  right: 2%;
  top: -22%;
  z-index: -1;
}
@media 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-testimonial-2-bg-shape-1 {
    top: -12%;
  }
}
.nm-testimonial-2-bg-shape-1 img {
  filter: drop-shadow(-85px 0px 30px rgba(255, 255, 255, 0.1));
}
.nm-testimonial-2-sec-title {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-testimonial-2-sec-title {
    flex-wrap: wrap;
  }
}
.nm-testimonial-2-sec-title .left {
  max-width: 520px;
}
.nm-testimonial-2-sec-title .sec-disc {
  margin-bottom: 20px;
}
.nm-testimonial-2-sec-title .right {
  padding-bottom: 10px;
}
.nm-testimonial-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  background-color: #000000;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-testimonial-2-wrap {
    grid-template-columns: 1fr;
  }
}
.nm-testimonial-2-img-slider-single {
  height: 600px;
  position: relative;
  z-index: 1;
}
.nm-testimonial-2-img-slider-single::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 27%, rgba(0, 0, 0, 0) 60%);
}
.nm-testimonial-2-img-slider-single .content-wrap {
  position: absolute;
  inset: 0;
  margin: auto;
  border: 2px solid #fff;
  width: 80%;
  height: 80%;
  z-index: 3;
  border-radius: 30px;
  display: flex;
  align-items: end;
  padding-bottom: 30px;
  transform: scale(0.6);
  opacity: 0;
  transition: all 0.6s var(--nm-cube-1);
  transition-delay: 0s;
}
.nm-testimonial-2-img-slider-single .content-wrap-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 25px;
}
.nm-testimonial-2-img-slider-single .author-name {
  font-size: 30px;
}
.nm-testimonial-2-img-slider-single .author-dg {
  font-weight: 500;
  color: #fff;
  opacity: 0.8;
  margin-top: 5px;
}
.nm-testimonial-2-img-slider-single .author-rating {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(105, 105, 105) 100%);
  font-size: 24px;
  color: #000;
  font-weight: 700;
  padding: 6px 15px;
  border-radius: 10px 0 0 10px;
}
.nm-testimonial-2-img-slider-single .author-rating i {
  font-size: 16px;
  transform: translateY(-11px);
}
.nm-testimonial-2-img-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-2-img-slider-single .content-wrap {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.5s;
}
.nm-testimonial-2-right {
  padding: 45px 45px;
}
@media (max-width: 767px) {
  .nm-testimonial-2-right {
    padding: 45px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-testimonial-2-right {
    padding: 45px 45px;
  }
}
.nm-testimonial-2-right-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
  gap: 40px;
}
.nm-testimonial-2-right-inner .nm-slider-btn-1 {
  width: 50px;
  height: 50px;
  font-size: 18px;
}
.nm-testimonial-2-right-inner-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) -10%, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 100%);
  margin-top: 50px;
  opacity: 0.3;
}
.nm-testimonial-2-rating .rating-icon {
  color: #C9C9C9;
  font-size: 16px;
  display: flex;
  gap: 4px;
}
.nm-testimonial-2-rating .rating-text {
  font-size: 16px;
  color: #636262;
  margin-top: 14px;
}
.nm-testimonial-2-rating .line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) -10%, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 100%);
  margin-top: 18px;
  opacity: 0.3;
}
.nm-testimonial-2-preview-slider {
  padding: 12px 0px;
}
.nm-testimonial-2-preview-slider-single {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #7F7F7F;
  opacity: 0.5;
}
.nm-testimonial-2-preview-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-2-preview-slider-single {
  opacity: 1;
  transform: scale(1.4);
  border-color: #fff;
}
.nm-testimonial-2-content-slider {
  margin-top: 37px;
}
.nm-testimonial-2-content-slider-single {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media 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-testimonial-2-content-slider-single {
    font-size: 20px;
  }
}
.nm-testimonial-2-content-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-2-content-slider-single {
  animation-name: fadeInUp2;
  animation-timing-function: var(--nm-cube-1);
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-fill-mode: backwards;
}
.nm-testimonial-2-partner .partner-title {
  font-size: 14px;
  color: #747474;
  margin-top: 22px;
}
.nm-testimonial-2-partner .nm-partner-1-logo-mask {
  margin-top: 20px;
}

/*
    testimonial-2-start
*/
/*
    testimonial-3-start
*/
.nm-testimonial-2-img-slider-single:is(.has-testimonial-3)::after {
  z-index: 1;
  opacity: 0.8;
}

.nm-testimonial-3-img-masking {
  mask-image: url("../img/testimonial/t3-mask-shape-2.png");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  z-index: 2;
}

.nm-testimonial-3-img-clr {
  width: 100%;
  height: 100%;
  background: var(--nm-clr-gd-3);
  animation: t3imgClrKf 5s linear infinite;
}

@keyframes t3imgClrKf {
  0% {
    transform: rotate(0deg) scale(1.6);
  }
  20% {
    transform: rotate(180deg) scale(1.6);
  }
  50% {
    transform: rotate(-50deg) scale(1.6);
  }
  100% {
    transform: rotate(360deg) scale(1.6);
  }
}
.has-testimonial-3:is(.nm-testimonial-2-preview-slider) .nm-testimonial-2-preview-slider-single {
  border-color: transparent;
  position: relative;
  z-index: 1;
}
.has-testimonial-3:is(.nm-testimonial-2-preview-slider) .nm-testimonial-2-preview-slider-single img {
  transform: scale(95%);
  border-radius: 50%;
}
.has-testimonial-3:is(.nm-testimonial-2-preview-slider) .nm-testimonial-2-preview-slider-single::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--nm-clr-gd-3);
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  border-radius: 12px;
  transform: scaleX(100.6%) scaleY(104%);
  background-size: 200% 100%;
  animation: a3rightShadow 1s linear infinite;
  transition: all 0.4s var(--nm-cube-1);
  opacity: 0;
}
.has-testimonial-3:is(.nm-testimonial-2-preview-slider) .swiper-slide:is(.swiper-slide-active) .nm-testimonial-2-preview-slider-single {
  border-color: transparent;
}
.has-testimonial-3:is(.nm-testimonial-2-preview-slider) .swiper-slide:is(.swiper-slide-active) .nm-testimonial-2-preview-slider-single::after {
  opacity: 1;
}

/*
    testimonial-3-end
*/
/*
    steps-1-start
*/
.nm-steps-1-area {
  background: #000;
}
.nm-steps-1-area .nm-about-1-line:is(.has-v2) {
  top: unset;
  bottom: -8px;
}
.nm-steps-1-sec-title {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}
.nm-steps-1-sec-title .sec-disc {
  margin-top: 17px;
}
.nm-steps-1-wrap {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.nm-steps-1-card {
  max-width: 545px;
  display: flex;
  gap: 40px;
  align-items: stretch;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.nm-steps-1-card .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
@media (max-width: 767px) {
  .nm-steps-1-card .left {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-steps-1-card .left {
    display: flex;
  }
}
.nm-steps-1-card .number {
  width: 45px;
  height: 45px;
  background: var(--nm-clr-black-2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  flex: 0 0 auto;
}
.nm-steps-1-card .number-line {
  width: 7px;
  height: 100%;
  background: var(--nm-clr-black-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-top: none;
}
.nm-steps-1-card .number-line-fill {
  width: 100%;
  height: 100%;
  background: var(--nm-clr-pr-1);
  border-radius: 0 0 20px 20px;
  transform: scaleY(0);
  transform-origin: top;
}
.nm-steps-1-card .content {
  background: var(--nm-clr-black-2);
  border-radius: 20px;
  padding: 50px 40px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 50px 0;
  padding-top: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-steps-1-card .content {
    padding: 50px 20px;
    padding-top: 75px;
  }
}
.nm-steps-1-card .content .date {
  position: absolute;
  right: 15px;
  top: 20px;
  background: #000;
  border-radius: 8px;
  padding: 3px 20px;
  font-size: 16px;
}
.nm-steps-1-card .content .title {
  display: flex;
  gap: 30px;
  font-size: 24px;
}
.nm-steps-1-card .content .title span {
  opacity: 0.3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-steps-1-card .content .title {
    font-size: 22px;
  }
}
.nm-steps-1-card .content .disc {
  margin-top: 14px;
  opacity: 53%;
}
@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-steps-1-card:nth-child(even) {
    flex-direction: row-reverse;
  }
  .nm-steps-1-card:nth-child(even) .content {
    transform-origin: 100% 50%;
    transform: rotateY(-45deg);
  }
}
@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-steps-1-card:nth-child(odd) {
    margin-left: auto;
    margin-right: 5px;
  }
  .nm-steps-1-card:nth-child(odd) .content {
    transform-origin: 0% 50%;
    transform: rotateY(45deg);
  }
}

/*
    steps-1-end
*/
/*
    steps-2-start
*/
.nm-steps-2-area {
  background-color: rgb(10, 10, 10);
}
.nm-steps-2-bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
.nm-steps-2-bg-3d-shape {
  width: 26%;
  position: absolute;
  top: 15%;
  left: -13%;
  z-index: -1;
}
.nm-steps-2-bg-3d-shape img {
  animation: waRotation360minus 40s linear infinite;
}
.nm-steps-2-max-width {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.nm-steps-2-sec-title-1 {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .nm-steps-2-sec-title-1 {
    flex-wrap: wrap;
  }
}
.nm-steps-2-sec-title-1 .nm-sec-title-2 {
  flex: 0 0 auto;
  font-size: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nm-steps-2-sec-title-1 .nm-sec-title-2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nm-steps-2-sec-title-1 .nm-sec-title-2 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-steps-2-sec-title-1 .nm-sec-title-2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-steps-2-sec-title-1 .nm-sec-title-2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-steps-2-sec-title-1 .nm-sec-title-2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .nm-steps-2-sec-title-1 .nm-sec-title-2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-steps-2-sec-title-1 .nm-sec-title-2 {
    font-size: 40px;
  }
}
.nm-steps-2-sec-title-1 .sec-disc {
  font-size: 17px;
  max-width: 610px;
}
.nm-steps-2-sec-title-2 {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: -24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-steps-2-sec-title-2 {
    flex-wrap: wrap;
    margin-top: 0px;
  }
}
.nm-steps-2-sec-title-2 .nm-sec-title-2 {
  font-size: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nm-steps-2-sec-title-2 .nm-sec-title-2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nm-steps-2-sec-title-2 .nm-sec-title-2 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-steps-2-sec-title-2 .nm-sec-title-2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-steps-2-sec-title-2 .nm-sec-title-2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-steps-2-sec-title-2 .nm-sec-title-2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .nm-steps-2-sec-title-2 .nm-sec-title-2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-steps-2-sec-title-2 .nm-sec-title-2 {
    font-size: 40px;
  }
}
.nm-steps-2-sec-title-2 .sec-video {
  width: 225px;
  height: 125px;
  overflow: hidden;
  mask-image: url("../img/steps/s2-mask-video.png");
  mask-size: 100% 100%;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.nm-steps-2-sec-title-2 .sec-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nm-steps-2-sec-title-2 .sec-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-steps-2-sec-title-2 .sec-video-btn:hover {
  background-color: #000;
  color: #fff;
}
.nm-steps-2-sec-title-2 .nm-pr-btn-2 {
  padding: 2px;
  padding-left: 16px;
  background: linear-gradient(180deg, rgb(51, 51, 51) 0%, rgb(67, 67, 67) 100%);
  color: #fff;
}
.nm-steps-2-sec-title-2 .nm-pr-btn-2 .icon {
  background: #fff;
  color: #000;
}
.nm-steps-2-subtitle {
  margin-left: 250px;
  margin-bottom: 0;
  margin-top: 10px;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 767px) {
  .nm-steps-2-subtitle {
    margin-left: 0px;
  }
}
.nm-steps-2-subtitle .line {
  width: 100%;
  opacity: 0.1;
  max-width: 100%;
}
.nm-steps-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-steps-2-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .nm-steps-2-wrap {
    grid-template-columns: 1fr;
  }
}
.nm-steps-2-card {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 70px;
}
.nm-steps-2-card .bg-shape {
  position: absolute;
  top: 0;
  z-index: -2;
  left: 18px;
  width: calc(100% - 36px);
  height: 100%;
}
.nm-steps-2-card .bg-shape img {
  width: 100%;
  height: 100%;
}
.nm-steps-2-card .bg-shape-hover {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 18px;
  width: calc(100% - 36px);
  height: 100%;
  opacity: 0;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-steps-2-card .bg-shape-hover img {
  width: 100%;
  height: 100%;
}
.nm-steps-2-card .padding-wrap {
  margin: 0 39px;
}
.nm-steps-2-card .steps-x-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding-right: 67px;
}
@media (max-width: 767px) {
  .nm-steps-2-card .steps-x-icon {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-steps-2-card .steps-x-icon {
    padding-right: 67px;
  }
}
.nm-steps-2-card .card-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(180deg, rgb(51, 51, 51) 0%, rgb(67, 67, 67) 100%);
  flex: 0 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cfcfcf;
  font-size: 40px;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-steps-2-card .steps-number {
  font-size: 24px;
  background: #343434;
  border-radius: 0 10px 10px 0;
  padding: 6px 24px;
  position: relative;
  z-index: 1;
}
.nm-steps-2-card .steps-number::after {
  content: "";
  width: 18px;
  height: 16px;
  background: #343434;
  position: absolute;
  left: 0;
  bottom: -16px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.nm-steps-2-card .date {
  font-size: 20px;
  color: #868686;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nm-steps-2-card .title {
  font-size: 40px;
  margin-top: 18px;
}
@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-steps-2-card .title {
    font-size: 30px;
  }
}
.nm-steps-2-card .line {
  height: 2px;
  border: 1.5px #fff;
  border-style: dashed;
  opacity: 40%;
  margin-top: 19px;
  margin-left: -20px;
  margin-right: -20px;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-steps-2-card .disc {
  font-size: 17px;
  margin-top: 16px;
}
.nm-steps-2-card .steps-list {
  margin-top: 22px;
}
.nm-steps-2-card .steps-list li {
  font-size: 20px;
  color: #f0f0f0;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #0c0c0c;
  border-radius: 12px;
  padding: 8px;
}
.nm-steps-2-card .steps-list li:not(:last-child) {
  margin-bottom: 10px;
}
.nm-steps-2-card .steps-list li .number {
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, rgb(51, 51, 51) 0%, rgb(67, 67, 67) 100%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nm-steps-2-card:hover .bg-shape-hover {
  opacity: 1;
}
.nm-steps-2-card:hover .line {
  opacity: 1;
}
.nm-steps-2-card:hover .card-icon {
  background: #fff;
  color: #000;
}

/*
    steps-2-end
*/
/*
    steps-3-start
*/
.nm-steps-2-card:is(.has-steps-3) .date i {
  background: var(--nm-clr-gd-3);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nm-steps-2-card:is(.has-steps-3) .steps-list {
  position: relative;
  z-index: 2;
}
.nm-steps-2-card:is(.has-steps-3) .steps-list li {
  position: relative;
}
.nm-steps-2-card:is(.has-steps-3) .steps-list li::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--nm-clr-gd-3);
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  border-radius: 12px;
  transform: scaleX(100.6%) scaleY(104%);
  background-size: 200% 100%;
  animation: a3rightShadow 1s linear infinite;
  transition: all 0.4s var(--nm-cube-1);
  opacity: 0;
}
.nm-steps-2-card:is(.has-steps-3) .steps-list li:hover::after {
  opacity: 1;
}

/*
    steps-3-end
*/
/*
    team-1-start
*/
.nm-team-1-area .nm-about-1-line:is(.has-v2) {
  bottom: -10px;
}
.nm-team-1-sec-title {
  display: flex;
  gap: 40px;
  align-items: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-team-1-sec-title {
    flex-wrap: wrap;
  }
}
.nm-team-1-sec-title .sec-disc {
  max-width: 550px;
}
.nm-team-1-sec-title .left {
  width: 100%;
}
.nm-team-1-member {
  max-width: 388px;
  border-radius: 30px;
  height: 550px;
  transition: transform 0.5s, background 0.5s;
}
.nm-team-1-member .toggle-btn {
  width: 52px;
  height: 52px;
  background: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  z-index: 2;
  transition: all 0.5s var(--nm-cube-1);
  cursor: pointer;
}
.nm-team-1-member .toggle-btn i {
  transition: all 0.5s var(--nm-cube-1);
}
.nm-team-1-member .toggle-btn:hover {
  background: var(--nm-clr-pr-1);
}
.nm-team-1-member .content-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
  padding: 20px 30px;
  transition: all 0.5s var(--nm-cube-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-team-1-member .content-1 {
    padding: 20px 20px;
  }
}
.nm-team-1-member .content-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(56px);
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: all 0.5s var(--nm-cube-1);
  border-radius: 30px;
}
@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-team-1-member .content-2 {
    padding: 80px 20px;
  }
}
.nm-team-1-member .member-name {
  font-size: 30px;
  transition: all 0.5s var(--nm-cube-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-team-1-member .member-name {
    font-size: 22px;
  }
}
.nm-team-1-member .member-name:hover {
  color: var(--nm-clr-pr-1);
}
.nm-team-1-member .member-dg {
  font-size: 16px;
}
.nm-team-1-member .social-link {
  display: flex;
  gap: 14px;
  font-size: 18px;
  color: var(--nm-clr-p-1);
  margin-top: 15px;
}
.nm-team-1-member .social-link .link-elm {
  transition: all 0.5s var(--nm-cube-1);
}
.nm-team-1-member .social-link .link-elm:hover {
  color: var(--nm-clr-pr-1);
}
.nm-team-1-member .hr-line {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 1px;
  opacity: 0.3;
  margin-top: 24px;
}
.nm-team-1-member .disc {
  margin-top: 30px;
  margin-bottom: 30px;
}
.nm-team-1-member .member-btn {
  margin-top: auto;
}
.nm-team-1-member .nm-pr-btn-1 {
  background: #000;
}
.nm-team-1-member:is(.active) {
  box-shadow: 0px 0px 13px 0px rgba(11, 11, 11, 0.24);
}
.nm-team-1-member:is(.active) .content-1 {
  transform: translateY(-100%);
  opacity: 0;
}
.nm-team-1-member:is(.active) .content-2 {
  transform: translateY(0%);
}
.nm-team-1-member:is(.active) .toggle-btn {
  background: var(--nm-clr-pr-1);
}
.nm-team-1-member:is(.active) .toggle-btn i {
  transform: rotate(225deg);
}
@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-team-1-slider {
    overflow: hidden;
  }
}
@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-team-1-slider .swiper-wrapper .swiper-slide {
    transition: all 0.6s var(--nm-cube-1);
    transform: translateY(200px) rotate(-20deg);
    opacity: 0;
  }
  .nm-team-1-slider .swiper-wrapper .swiper-slide.swiper-slide-prev {
    transform: translateX(52%) rotate(-12deg);
    transform-origin: 50% 99%;
    opacity: 1;
  }
  .nm-team-1-slider .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
    z-index: 2;
    transform: translateX(0%) translateY(0) rotate(0deg);
  }
  .nm-team-1-slider .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: translateX(-52%) rotate(12deg);
    transform-origin: 50% 99%;
    opacity: 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-team-1-slider:is(.active) .swiper-wrapper .swiper-slide.swiper-slide-prev {
    animation: t1prevItem 0.8s backwards;
    animation-delay: 1s;
  }
  .nm-team-1-slider:is(.active) .swiper-wrapper .swiper-slide.swiper-slide-active {
    animation: t1activeItem 1s backwards;
  }
  .nm-team-1-slider:is(.active) .swiper-wrapper .swiper-slide.swiper-slide-next {
    animation: t1NextItem 0.8s backwards;
    animation-delay: 1s;
  }
}
.nm-team-1-slider-btn-1 {
  position: absolute;
  top: 45%;
  left: -60px;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-team-1-slider-btn-1 {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-team-1-slider-btn-1 {
    display: none;
  }
}
.nm-team-1-slider-btn-2 {
  position: absolute;
  top: 45%;
  right: -60px;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-team-1-slider-btn-2 {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-team-1-slider-btn-2 {
    display: none;
  }
}
.nm-team-1-bg-title {
  text-align: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -3;
}
.nm-team-1-bg-title .title-elm {
  font-size: 22em;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(69, 69, 69, 0.77) 0%, rgb(0, 0, 0) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-team-1-bg-title .title-elm {
    font-size: 19em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-team-1-bg-title .title-elm {
    font-size: 16em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-team-1-bg-title .title-elm {
    font-size: 11em;
  }
}
@media (max-width: 767px) {
  .nm-team-1-bg-title .title-elm {
    font-size: 3em;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-team-1-bg-title .title-elm {
    font-size: 6em;
  }
}
.nm-team-1-all-btn {
  font-size: 17px;
}
.nm-team-1-all-btn .link-elm {
  background-image: linear-gradient(var(--nm-clr-pr-1));
  display: inline-flex;
  align-items: center;
  background-clip: text;
  -webkit-text-fill-color: #fff;
  font-weight: 600;
  gap: 4px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 0% 100%;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-team-1-all-btn .link-elm i {
  font-size: 20px;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-team-1-all-btn .link-elm:hover {
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%;
}
.nm-team-1-bg-shadow-1 {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -30px;
  bottom: 30%;
  z-index: -2;
}

@keyframes t1prevItem {
  from {
    transform: translateX(100%) rotate(0deg);
    opacity: 0;
  }
}
@keyframes t1activeItem {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes t1NextItem {
  from {
    transform: translateX(-100%) rotate(0deg);
    opacity: 0;
  }
}
/*
    team-1-end
*/
/*
    faqs-start
*/
.nm-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nm-accordion-item {
  background-color: #050505;
  border-radius: 20px;
  border: 1px solid transparent;
}
.nm-accordion-item .item-title {
  font-size: 24px;
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 26px 25px;
  text-align: left;
  transition: 0.2s;
  border-bottom: 1px solid transparent;
}
@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-accordion-item .item-title {
    font-size: 20px;
    gap: 10px;
  }
}
.nm-accordion-item .item-title .text {
  opacity: 0.4;
}
.nm-accordion-item .item-title .icon {
  width: 38px;
  height: 38px;
  background: #3d3d3d;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: auto;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-accordion-item .item-title .icon i {
  transition: 0.5s;
}
.nm-accordion-item .item-title:is(:not(.collapsed)) {
  border-color: rgba(255, 255, 255, 0.1);
}
.nm-accordion-item .item-title:is(:not(.collapsed)) .icon {
  background: var(--nm-clr-pr-1);
  color: #000;
}
.nm-accordion-item .item-title:is(:not(.collapsed)) .icon i {
  transform: rotate(135deg);
}
.nm-accordion-item .item-title:is(.collapsed):hover {
  color: var(--nm-clr-pr-1);
}
.nm-accordion-item .item-disc {
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 25px;
  color: #8c8a8a;
  max-width: 910px;
  padding-top: 25px;
}
.nm-accordion-item:is(.active) {
  border-color: rgba(255, 255, 255, 0.15);
}

.nm-faqs-1-container {
  max-width: 1730px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.nm-faqs-1-wrap {
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1.36fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-faqs-1-wrap {
    gap: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-faqs-1-wrap {
    grid-template-columns: 1fr;
    gap: 70px;
  }
}
.nm-faqs-1-left-bg-shape {
  width: 61%;
  position: absolute;
  bottom: 10%;
  right: 12%;
  z-index: -1;
}
.nm-faqs-1-contact {
  background: #000;
  border-radius: 30px;
  padding: 50px 40px;
}
@media (max-width: 767px) {
  .nm-faqs-1-contact {
    padding: 50px 20px;
  }
}
.nm-faqs-1-contact .response {
  display: flex;
  color: #fff;
  font-size: 16px;
  align-items: center;
  gap: 10px;
}
.nm-faqs-1-contact .response .dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--nm-clr-pr-1);
}
.nm-faqs-1-contact .title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 8px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nm-faqs-1-contact .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-faqs-1-contact .title {
    font-size: 26px;
  }
}
@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-faqs-1-contact .title {
    font-size: 24px;
  }
}
.nm-faqs-1-contact-form {
  margin-top: 20px;
}
.nm-faqs-1-contact-form .form-input {
  height: 50px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  margin-bottom: 15px;
}
.nm-faqs-1-contact-form .form-input:is(textarea) {
  height: 110px;
  padding-top: 11px;
}
.nm-faqs-1-contact-form .form-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.nm-faqs-1-contact-form .form-checkbox input[type=checkbox] {
  position: relative;
  border: 1.5px solid #363636;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  margin: 0;
  height: 22px;
  width: 22px;
  -webkit-appearance: none;
  isolation: isolate;
}
.nm-faqs-1-contact-form .form-checkbox input[type=checkbox]::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.nm-faqs-1-contact-form .form-checkbox input[type=checkbox]:checked {
  background-color: var(--nm-clr-pr-1);
  opacity: 1;
}
.nm-faqs-1-contact-form .form-checkbox input[type=checkbox]:checked::before {
  opacity: 1;
}
.nm-faqs-1-contact-form .button-x-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 35px;
}
.nm-faqs-1-contact-form .author {
  display: inline-flex;
  gap: 18px;
  align-items: center;
}
.nm-faqs-1-contact-form .author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.nm-faqs-1-contact-form .author-name {
  font-size: 20px;
}
.nm-faqs-1-contact-form .author-dg {
  font-size: 15px;
  line-height: 1.2;
}
.nm-faqs-1-tabs-btn {
  display: flex;
  justify-content: space-around;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .nm-faqs-1-tabs-btn {
    flex-wrap: wrap;
  }
}
.nm-faqs-1-tabs-btn-line {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 1px;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nm-faqs-1-tabs-btn .nav-link {
  color: #393939;
  background: transparent;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 10px;
  position: relative;
  z-index: 1;
  transition: all 0.5s var(--nm-cube-1);
}
@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-faqs-1-tabs-btn .nav-link {
    font-size: 20px;
  }
}
.nm-faqs-1-tabs-btn .nav-link::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: var(--nm-clr-pr-1);
  border-radius: 20px;
  transition: all 0.5s var(--nm-cube-1);
  transform: scaleX(0);
}
.nm-faqs-1-tabs-btn .nav-link:hover {
  color: var(--nm-clr-pr-1);
}
.nm-faqs-1-tabs-btn .nav-link:is(.active) {
  color: var(--nm-clr-pr-1);
}
.nm-faqs-1-tabs-btn .nav-link:is(.active)::after {
  transform: scaleX(1);
}
.nm-faqs-1-bg-shadow-1 {
  position: absolute;
  bottom: 30%;
  left: -50px;
  z-index: -1;
}
.nm-faqs-1-bg-shadow-2 {
  position: absolute;
  top: 24%;
  right: -50px;
  z-index: -1;
}

/*
    faqs-end
*/
/*
    blog-1-start
*/
.nm-blog-1-area {
  background-color: #050505;
}
.nm-blog-1-area .nm-about-1-line:is(.has-v2) {
  bottom: -8px;
}
.nm-blog-1-sec-title {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-blog-1-sec-title {
    flex-wrap: wrap;
  }
}
.nm-blog-1-sec-title .left {
  max-width: 610px;
  width: 90%;
}
.nm-blog-1-sec-title .sec-disc {
  max-width: 570px;
}
.nm-blog-1-wrap-height {
  margin-left: -200px;
  margin-right: -200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nm-blog-1-wrap-height {
    margin-left: -100px;
    margin-right: -100px;
  }
}
@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-blog-1-wrap-height {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.nm-blog-1-wrap {
  display: flex;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-blog-1-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .nm-blog-1-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-blog-1-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.nm-blog-1-item {
  transition: all 0.5s var(--nm-cube-1);
  flex-grow: 1;
  width: 100%;
}
.nm-blog-1-item .item-img {
  border-radius: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 305px;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-blog-1-item .item-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0%;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-blog-1-item .item-img .card-categories {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 1;
}
.nm-blog-1-item .item-img .card-categories .link-elm {
  background: #000;
  border-radius: 100px;
  font-size: 15px;
  padding: 5px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.5s var(--nm-cube-1);
}
.nm-blog-1-item .item-img .card-categories .link-elm:hover {
  color: #000;
  background: var(--nm-clr-pr-1);
}
.nm-blog-1-item .item-img .card-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  background: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  border-radius: 50%;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-blog-1-item .item-img .card-btn span {
  transition: unset;
}
.nm-blog-1-item .item-img .card-btn i {
  animation: blink 2.4s infinite;
  transform-origin: 50% 50%;
}
.nm-blog-1-item .item-img .card-btn:hover {
  background: var(--nm-clr-pr-1);
  color: #000;
}
.nm-blog-1-item .item-date {
  font-size: 15px;
  letter-spacing: -0.025em;
  color: #616161;
}
.nm-blog-1-item .item-title {
  font-size: 24px;
  margin-top: 5px;
  transition: all 0.2s;
}
.nm-blog-1-item .item-title:hover {
  color: var(--nm-clr-pr-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-blog-1-item .item-title {
    font-size: 22px;
  }
}
.nm-blog-1-item:nth-child(1) {
  transform-origin: top right;
}
@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-blog-1-item:is(.active) {
    width: 835px;
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 1800px) and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1600px) and (max-width: 1799px) and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1200px) and (max-width: 1399px) and (min-width: 1600px) and (max-width: 1799px) {
  .nm-blog-1-item:is(.active) {
    width: 735px;
  }
}
@media only screen and (min-width: 1800px) and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1600px) and (max-width: 1799px) and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1400px) and (max-width: 1599px) and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) and (min-width: 1400px) and (max-width: 1599px) {
  .nm-blog-1-item:is(.active) {
    width: 635px;
  }
}
@media only screen and (min-width: 1800px) and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1600px) and (max-width: 1799px) and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1200px) and (max-width: 1399px) and (min-width: 1200px) and (max-width: 1399px) {
  .nm-blog-1-item:is(.active) {
    width: 535px;
  }
}
@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-blog-1-item:is(.active) .item-img {
    height: 495px;
  }
}
@media only screen and (min-width: 1800px) and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1800px) and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1800px) and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1800px) and (min-width: 768px) and (max-width: 991px), (min-width: 1800px) and (max-width: 767px), only screen and (min-width: 1600px) and (max-width: 1799px) and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1600px) and (max-width: 1799px) and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1600px) and (max-width: 1799px) and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1600px) and (max-width: 1799px) and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1600px) and (max-width: 1799px) and (max-width: 767px), only screen and (min-width: 1400px) and (max-width: 1599px) and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1400px) and (max-width: 1599px) and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1400px) and (max-width: 1599px) and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1400px) and (max-width: 1599px) and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px) and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1200px) and (max-width: 1399px) and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1200px) and (max-width: 1399px) and (max-width: 767px) {
  .nm-blog-1-item:is(.active) .item-img {
    height: 400px;
  }
}
@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-blog-1-item:is(.active) .item-img::after {
    opacity: 39%;
  }
  .nm-blog-1-item:is(.active) .item-img .card-btn {
    transform: translate(-50%, -50%) scale(1);
  }
}

/*
    blog-1-end
*/
/*
    cta-2-start
*/
.nm-cta-2-area {
  margin-top: -10vh;
}
.nm-cta-2-wrap-line-1 {
  width: 100%;
  height: 2px;
  background: #494949;
  position: absolute;
  bottom: 2px;
  left: 0;
  transform: rotate(-0.04deg);
}
.nm-cta-2-wrap-line-2 {
  width: 46%;
  height: 2px;
  background: #494949;
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
}
.nm-cta-2-wrap {
  padding-top: 145px;
  padding-bottom: 145px;
  mask-image: url("../img/cta/cta-2-mask-shape.png");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.nm-cta-2-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  opacity: 0.6;
}
.nm-cta-2-bg-shape {
  position: absolute;
  bottom: -17px;
  width: 100%;
  text-align: center;
}
.nm-cta-2-content {
  margin-left: -120px;
  max-width: 640px;
}
@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-cta-2-content {
    margin-left: 0px;
  }
}
.nm-cta-2-content .nm-about-2-img-logo {
  position: unset;
  outline: 10px solid rgba(102, 102, 102, 0.3);
}
.nm-cta-2-content .nm-sec-title-2 {
  margin-top: 31px;
}
.nm-cta-2-content .nm-sec-title-2 i {
  font-size: 25px;
  transform: translateY(-20px);
}
.nm-cta-2-content .sce-disc {
  color: #dbdbdb;
  max-width: 600px;
  margin-top: 26px;
}
.nm-cta-2-content .btn-wrap {
  margin-top: 42px;
}

/*
    cta-2-end
*/
/*
    trial-2-start
*/
.nm-trial-2-area {
  background-color: #000;
  border-radius: 80px 80px 0 0;
}
.nm-trial-2-area::after {
  content: "";
  width: 100px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 0;
  top: -2%;
  filter: blur(61px);
  opacity: 0.3;
}
.nm-trial-2-sec-title .subtitle {
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.nm-trial-2-sec-title .subtitle i {
  font-size: 25px;
  color: #24FF00;
}
.nm-trial-2-sec-title .nm-sec-title-2 {
  margin-top: 15px;
}
.nm-trial-2-sec-title .sec-disc {
  font-size: 17px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.nm-trial-2-wrap {
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  background-color: #000000;
  text-align: center;
  padding: 50px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-trial-2-wrap {
    padding: 50px 20px;
  }
}
.nm-trial-2-wrap .bg-shape {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
}
.nm-trial-2-wrap::after {
  content: "";
  width: 150px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
}
.nm-trial-2-form {
  max-width: 455px;
  margin-left: auto;
  margin-right: auto;
}
.nm-trial-2-form-input {
  width: 100%;
  height: 75px;
  background: #0c0c0d;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 30px;
  font-size: 16px;
  color: #7f7f7f;
}
.nm-trial-2-form-btn {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(127, 127, 127) 100%);
  color: #000;
  font-weight: 700;
  font-size: 15px;
  border-radius: 12px;
  padding: 14px 23px;
  position: absolute;
  right: 12px;
  top: 12px;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-trial-2-form-btn:hover {
  transform: scale(0.9);
}
.nm-trial-2-list {
  display: inline-flex;
  gap: 15px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-trial-2-list {
    flex-wrap: wrap;
  }
}
.nm-trial-2-list li {
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nm-trial-2-list li i {
  background: linear-gradient(0deg, rgb(100, 100, 100) 0%, rgb(255, 255, 255) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}
.nm-trial-2-counter {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-trial-2-counter {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .nm-trial-2-counter {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-trial-2-counter {
    grid-template-columns: 1fr 1fr;
  }
}
.nm-trial-2-counter-single {
  background: linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(67, 67, 67) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 28px 30px;
  text-align: left;
  gap: 15px;
}
.nm-trial-2-counter-single .number {
  font-size: 48px;
  flex: 0 0 auto;
  line-height: 1;
}
.nm-trial-2-counter-single .disc {
  font-size: 16px;
}

/*
    trial-2-end
*/
/*
    trial-3-start
*/
.has-trial-3:is(.nm-trial-2-counter-single) .number {
  background: var(--nm-clr-gd-3);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
    trial-3-end
*/
/*
    price-2-start
*/
.nm-price-2-bg-shape-1 {
  width: 28%;
  position: absolute;
  top: 0;
  left: -10%;
  z-index: -2;
  mix-blend-mode: plus-lighter;
}
.nm-price-2-bg-shape-2 {
  width: 12%;
  position: absolute;
  right: -5%;
  top: 26%;
  z-index: -2;
  mix-blend-mode: plus-lighter;
}
.nm-price-2-sec-title {
  display: flex;
  align-items: end;
  gap: 40px 60px;
  justify-content: space-between;
}
@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-price-2-sec-title {
    flex-wrap: wrap;
  }
}
.nm-price-2-sec-title .left {
  max-width: 680px;
  flex: 0 0 auto;
}
.nm-price-2-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
  margin-top: 32px;
}
.nm-price-2-btn-offer {
  font-size: 14px;
}
.nm-price-2-toggle-btn {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(127, 127, 127) 100%);
  display: inline-flex;
  gap: 20px;
  padding: 11px 17px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.nm-price-2-toggle-btn .btn-elm {
  background: transparent;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  border: none;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-price-2-toggle-btn .btn-elm:nth-child(1) {
  color: #fff;
}
.nm-price-2-toggle-btn::after {
  content: "";
  width: 54%;
  height: 84%;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #000;
  border-radius: 100px;
  z-index: -1;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-price-2-toggle-btn:is(.is-active) .btn-elm:nth-child(1) {
  color: #000;
}
.nm-price-2-toggle-btn:is(.is-active) .btn-elm:nth-child(2) {
  color: #fff;
}
.nm-price-2-toggle-btn:is(.is-active)::after {
  width: 43%;
  left: 79px;
}
.nm-price-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-price-2-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .nm-price-2-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-price-2-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.nm-price-2-card {
  background: #343434;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 5px 5px;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-price-2-card .card-top {
  background-color: #555555;
  border-radius: 12px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 5px;
}
.nm-price-2-card .package-name {
  background: #000;
  display: inline-block;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  padding: 2px 23px;
}
.nm-price-2-card .icon {
  font-size: 30px;
  color: #fff;
}
.nm-price-2-card .package-x-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.nm-price-2-card .price-wrap {
  margin-top: 11px;
}
.nm-price-2-card .price-wrap .price {
  font-size: 30px;
}
.nm-price-2-card .price-wrap .price span {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.5;
}
.nm-price-2-card .price-wrap .price:nth-child(2) {
  display: none;
}
.nm-price-2-card .price-wrap:is(.is-active) .price:nth-child(1) {
  display: none;
}
.nm-price-2-card .price-wrap:is(.is-active) .price:nth-child(2) {
  display: block;
}
.nm-price-2-card .package-disc {
  color: #f6f6f6;
  margin-top: 10px;
  font-size: 16px;
}
.nm-price-2-card .card-btn {
  width: 100%;
  background: #101010;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  border-radius: 15px;
  padding: 20px 25px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.004);
  position: relative;
  z-index: 1;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-price-2-card .card-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(88, 88, 88) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 15px;
  z-index: -1;
  transform: scaleY(0);
  transition: all 0.5s var(--nm-cube-1);
  transform-origin: bottom;
}
.nm-price-2-card .card-btn i {
  font-size: 23px;
}
.nm-price-2-card .card-btn:hover {
  color: #000;
}
.nm-price-2-card .card-btn:hover::after {
  transform: scaleY(1);
}
.nm-price-2-card .card-body-title {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.nm-price-2-card .card-body-title span {
  width: 125px;
  height: 1px;
  opacity: 0.2;
  background: linear-gradient(90deg, rgb(255, 255, 255) 87%, rgba(0, 0, 0, 0) 100%);
}
.nm-price-2-card .card-bottom {
  padding: 24px 20px;
}
.nm-price-2-card .package-features li {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.nm-price-2-card .package-features li:not(:last-child) {
  margin-bottom: 7px;
}
.nm-price-2-card .package-features li::after {
  content: "";
  width: 8px;
  height: 8px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(88, 88, 88) 100%);
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.004);
}
.nm-price-2-card:hover {
  box-shadow: -4.495px 42.764px 22.68px 4.32px rgba(0, 0, 0, 0.61);
}
.nm-price-2-all-plans {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.nm-price-2-all-plans .title {
  font-size: 26px;
  flex: 0 0 auto;
}
.nm-price-2-all-plans .ani-line {
  height: 1px;
  width: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 87%, rgba(0, 0, 0, 0) 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.nm-price-2-all-plans .ani-line::after {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
  animation: p2plansLineKF 4s linear infinite;
}
.nm-price-2-all-plans .ani-line.has-right {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 87%, rgba(0, 0, 0, 0) 100%);
}
.nm-price-2-all-plans .ani-line.has-right::after {
  left: unset;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
  animation: p2plansLineKF2 4s linear infinite;
}
.nm-price-2-marquee-wrap {
  mask-image: url("../img/partner/p1-mask-shape.png");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.nm-price-2-marquee-elm {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .nm-price-2-marquee-elm {
    gap: 20px;
    margin-right: 20px;
  }
}
.nm-price-2-marquee-elm .single-elm {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 40px;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .nm-price-2-marquee-elm .single-elm {
    gap: 20px;
  }
}
.nm-price-2-marquee-elm .single-elm i {
  animation: p2MarqueeIcon 10s linear infinite;
}

@keyframes p2plansLineKF {
  0% {
    left: -10%;
  }
  100% {
    left: 110%;
  }
}
@keyframes p2plansLineKF2 {
  0% {
    right: -10%;
  }
  100% {
    right: 110%;
  }
}
@keyframes p2MarqueeIcon {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*
    price-2-start
*/
/*
    price-3-start
*/
.has-price-3:is(.nm-price-2-toggle-btn)::after {
  background: var(--nm-clr-gd-3);
}
.has-price-3:is(.nm-price-2-card) .card-btn::after {
  background: var(--nm-clr-gd-3);
}
.has-price-3:is(.nm-price-2-card) .card-btn:hover {
  color: #fff;
}
.has-price-3:is(.nm-price-2-marquee-elm) i {
  background: var(--nm-clr-gd-3);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
    price-3-end
*/
/*
    contact-1-start
*/
.nm-contact-1-area {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
}
@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-contact-1-area {
    padding-bottom: 100px;
  }
}
.nm-contact-1-sec-title {
  display: flex;
  gap: 40px 100px;
  max-width: 860px;
  align-items: start;
  margin-left: auto;
}
@media (max-width: 767px) {
  .nm-contact-1-sec-title {
    flex-wrap: wrap;
  }
}
.nm-contact-1-sec-title .nm-subtitle-1 {
  flex: 0 0 auto;
}
.nm-contact-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: start;
  gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-contact-1-wrap {
    grid-template-columns: 1fr;
  }
}
.nm-contact-1-wrap::after {
  content: "";
  width: 120%;
  height: 278px;
  background: #050505;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 20px 20px 0 0;
}
@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-contact-1-wrap::after {
    width: 100%;
  }
}
.nm-contact-1-social {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.nm-contact-1-social .link-elm {
  background: linear-gradient(180deg, rgb(45, 45, 45) 0%, rgb(0, 0, 0) 100%);
  border-radius: 10px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  gap: 42px;
  padding: 13px 20px;
  position: relative;
  z-index: 1;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-contact-1-social .link-elm::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--nm-clr-pr-1);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-contact-1-social .link-elm .icon {
  width: 36px;
  height: 36px;
  background: var(--nm-clr-pr-1);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 50%;
  color: #000;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-contact-1-social .link-elm:hover {
  color: #000;
}
.nm-contact-1-social .link-elm:hover::after {
  transform: scaleY(1);
}
.nm-contact-1-social .link-elm:hover .icon {
  background: #000;
  color: #fff;
}
.nm-contact-1-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-contact-1-info {
    gap: 30px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-contact-1-info {
    gap: 30px 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-contact-1-info {
    gap: 30px 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .nm-contact-1-info {
    gap: 30px 40px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-contact-1-info {
    gap: 30px 40px;
    grid-template-columns: 1fr 1fr;
  }
}
.nm-contact-1-info-single .icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(-33deg, rgb(46, 46, 46) 0%, rgb(16, 16, 16) 100%);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 18px;
  color: #636363;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-contact-1-info-single .title {
  font-size: 24px;
  margin-top: 17px;
}
@media 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-contact-1-info-single .title {
    font-size: 20px;
  }
}
.nm-contact-1-info-single .disc {
  font-size: 15px;
  color: #666666;
}
.nm-contact-1-info-single .disc:nth-of-type(1) {
  margin-top: 8px;
}
.nm-contact-1-info-single .disc a {
  transition: all 0.5s var(--nm-cube-1);
}
.nm-contact-1-info-single .disc a:hover {
  color: var(--nm-clr-pr-1);
}
.nm-contact-1-info-single:hover .icon {
  color: var(--nm-clr-pr-1);
}
.nm-contact-1-img {
  margin-top: -110px;
  margin-left: -20px;
}
@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-contact-1-img {
    margin-top: 0;
    margin-left: 0;
  }
}
.nm-contact-1-img::after {
  content: "";
  width: 200px;
  height: 200px;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 90px;
  z-index: -1;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.5;
}
.nm-contact-1-img-location {
  position: absolute;
  right: 40px;
  top: 35%;
  display: flex;
  gap: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-contact-1-img-location {
    right: 210px;
    top: 41%;
  }
}
.nm-contact-1-img-location .icon {
  width: 70px;
  height: 70px;
  background: var(--nm-clr-pr-1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.nm-contact-1-img-location .dot-icon {
  width: 51px;
  height: 51px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  align-self: end;
  margin-right: -20px;
  margin-bottom: -10px;
  position: relative;
  z-index: 1;
}
.nm-contact-1-img-location .dot-icon::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--nm-clr-pr-1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 2.598px -1.5px 6px 0px rgba(0, 0, 0, 0.7);
  animation: nm-c1-l-icon-after 2s linear infinite;
}

@keyframes nm-c1-l-icon-after {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
/*
    contact-1-start
*/
/*
    contact-2-start
*/
.nm-contact-2-area {
  background-color: #000;
  z-index: 2;
}
@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-contact-2-area {
    padding-bottom: 100px;
  }
}
.nm-contact-2-area .nm-contact-1-img-location .dot-icon::after {
  background: #24FF00;
  box-shadow: 0px 0px 15.48px 2.52px rgba(36, 255, 0, 0.66);
}
.nm-contact-2-area .nm-contact-1-img-location .icon {
  border-radius: 20px;
  overflow: hidden;
}
.nm-contact-2-area .nm-contact-1-social .link-elm .icon {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(127, 127, 127) 100%);
  border-radius: 8px;
}
.nm-contact-2-area .nm-contact-1-social .link-elm::after {
  background: #2d2d2d;
}
.nm-contact-2-area .nm-contact-1-social .link-elm:hover {
  color: #fff;
  transform: scale(0.95);
}
.nm-contact-2-area .nm-contact-1-social .link-elm:hover .icon {
  color: #000;
}
.nm-contact-2-area .nm-contact-1-wrap::after {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: none;
}
@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-contact-2-area .nm-contact-1-wrap::after {
    display: none;
  }
}
.nm-contact-2-area .nm-contact-1-info-single:hover .icon {
  color: #fff;
}
.nm-contact-2-area .nm-contact-1-info-single a:hover {
  color: #fff;
}
.nm-contact-2-sec-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
}
.nm-contact-2-bg-3d-shape {
  width: 24%;
  position: absolute;
  top: -20%;
  left: -11%;
  z-index: -1;
}
.nm-contact-2-bg-3d-shape img {
  animation: waRotation360minus 40s linear infinite;
}
.nm-contact-2-bg-shape-2 {
  width: 29%;
  position: absolute;
  right: -11%;
  top: 0;
  z-index: -1;
  mix-blend-mode: plus-lighter;
}
.nm-contact-2-bg-shape-2 img {
  filter: drop-shadow(-85px 0px 30px rgba(255, 255, 255, 0.1));
}

/*
    contact-2-end
*/
/*
    contact-3-start
*/
.has-contact-3:is(.nm-contact-1-social) .link-elm .icon {
  position: relative;
  z-index: 1;
}
.has-contact-3:is(.nm-contact-1-social) .link-elm .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--nm-clr-gd-3);
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  border-radius: 8px;
  transform: scaleX(100.6%) scaleY(104%);
  background-size: 200% 100%;
  animation: a3rightShadow 1s linear infinite;
  transition: all 0.4s var(--nm-cube-1);
  opacity: 0;
}
.has-contact-3:is(.nm-contact-1-social) .link-elm:hover {
  transform: unset;
}
.has-contact-3:is(.nm-contact-1-social) .link-elm:hover .icon {
  color: #fff;
}
.has-contact-3:is(.nm-contact-1-social) .link-elm:hover .icon::after {
  opacity: 1;
}
.has-contact-3:is(.nm-contact-1-info-single) a:hover {
  color: var(--nm-clr-pr-3);
}

/*
    contact-3-end
*/
/*
    marquee-1-start
*/
.nm-marquee-1-area {
  background: linear-gradient(180deg, rgb(54, 54, 54) 0%, rgb(16, 16, 16) 100%);
}
.nm-marquee-1-counter-wrap {
  display: flex;
}
.nm-marquee-1-counter {
  display: flex;
  align-items: center;
  gap: 26px;
  flex: 0 0 auto;
  padding: 16px 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .nm-marquee-1-counter {
    padding: 16px 30px;
  }
}
.nm-marquee-1-counter::after {
  content: "";
  width: 2px;
  height: 70%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}
.nm-marquee-1-counter .number {
  font-family: var(--nm-font-1);
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #D0D0D0;
}
.nm-marquee-1-counter .disc {
  max-width: 100px;
  color: #808080;
  line-height: 1.3;
}

/*
    marquee-1-end
*/
/*
    footer-1-start
*/
.nm-footer-1-area {
  background-color: #000;
}
.nm-footer-1-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.nm-footer-1-main {
  display: flex;
  gap: 50px 60px;
  justify-content: space-between;
}
@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-footer-1-main {
    flex-wrap: wrap;
  }
}
.nm-footer-1-widget .widget-title {
  font-family: var(--nm-font-1);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  font-size: 24px;
  margin-bottom: 17px;
}
.nm-footer-1-disc {
  max-width: 300px;
  color: #fff;
  margin-top: 20px;
}
.nm-footer-1-hire {
  margin-top: 69px;
}
.nm-footer-1-hire .hire-mail {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
}
.nm-footer-1-hire .hire-mail:hover {
  color: var(--nm-clr-pr-1);
}
.nm-footer-1-hire .hire-title {
  font-size: 30px;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-footer-1-hire .hire-title {
    font-size: 24px;
  }
}
.nm-footer-1-hire .hire-title span {
  width: 12px;
  height: 12px;
  background: var(--nm-clr-pr-1);
  border-radius: 50%;
  outline: 6px solid rgba(214, 243, 69, 0.2);
  animation: hireSpan 2s linear infinite;
}
.nm-footer-1-hire .hire-title a {
  transition: all 0.5s var(--nm-cube-1);
}
.nm-footer-1-hire .hire-title:hover a {
  color: var(--nm-clr-pr-1);
}
.nm-footer-1-menu li:not(:last-child) {
  margin-bottom: 7px;
}
.nm-footer-1-menu a {
  font-size: 16px;
  color: #a6a6a6;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-footer-1-menu a:hover {
  color: var(--nm-clr-pr-1);
}
.nm-footer-1-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nm-footer-1-social .link-elm {
  width: 42px;
  background: #17191b;
  height: 42px;
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-footer-1-social .link-elm:hover {
  background: var(--nm-clr-pr-1);
  color: #000;
}
.nm-footer-1-bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-footer-1-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.nm-footer-1-bottom .nm-about-1-line-border {
  width: 110%;
  opacity: 0.15;
}
.nm-footer-1-bottom-copyright {
  font-size: 16px;
  color: #68696c;
}
.nm-footer-1-bottom-make {
  font-size: 16px;
  color: #68696c;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  padding: 3px 16px;
}
.nm-footer-1-bottom-make i {
  color: var(--nm-clr-pr-1);
}
.nm-footer-1-bottom-make a {
  color: #fff;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-footer-1-bottom-make a:hover {
  color: var(--nm-clr-pr-1);
}
.nm-footer-1-bottom-link a {
  font-size: 16px;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-footer-1-bottom-link a:hover {
  color: var(--nm-clr-pr-1);
}

@keyframes hireSpan {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
/*
    footer-1-end
*/
/*
    footer-2-start
*/
.nm-footer-2-area .nm-footer-1-hire .hire-title span {
  background: #24FF00;
}
.nm-footer-2-area .nm-about-1-line-plus {
  color: #898989;
}
.nm-footer-2-area .nm-footer-1-bottom-make i {
  color: #9D9D9D;
}
.nm-footer-2-area .nm-footer-1-menu a:hover {
  color: #a6a6a6;
  transform: translateX(5px);
}
.nm-footer-2-area .nm-footer-1-social .link-elm {
  background: #252525;
}
.nm-footer-2-area .nm-footer-1-social .link-elm:hover {
  transform: scale(0.95);
  color: #fff;
}
.nm-footer-2-area .nm-footer-1-social .link-elm:hover i {
  animation: headShake 1s;
}
.nm-footer-2-bg-shape-1 {
  width: 24%;
  position: absolute;
  top: 20%;
  left: -13%;
  z-index: -1;
  mix-blend-mode: plus-lighter;
}
@media 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-footer-2-bg-shape-1 {
    display: none;
  }
}
.nm-footer-2-bg-shape-2 {
  width: 11%;
  position: absolute;
  right: 2%;
  bottom: 17%;
  z-index: -1;
  mix-blend-mode: plus-lighter;
}

/*
    footer-2-end
*/
/*
    footer-3-start
*/
.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-hire .hire-mail:hover {
  color: var(--nm-clr-pr-3);
}
.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-hire .hire-title:hover a {
  color: var(--nm-clr-pr-3);
}
.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-menu a:hover {
  color: var(--nm-clr-pr-3);
}
.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-social .link-elm {
  position: relative;
  z-index: 1;
}
.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-social .link-elm::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--nm-clr-gd-3);
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  transform: scaleX(100.6%) scaleY(104%);
  background-size: 200% 100%;
  animation: a3rightShadow 1s linear infinite;
  transition: all 0.4s var(--nm-cube-1);
  opacity: 0;
}
.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-social .link-elm:hover::after {
  opacity: 1;
}
.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-bottom-make i {
  background: var(--nm-clr-gd-3);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-bottom-make a:hover {
  color: var(--nm-clr-pr-3);
}
.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-bottom-link a:hover {
  color: var(--nm-clr-pr-3);
}

/*
    footer-3-end
*/
/*
    pages
*/
/*
    home-css-start
*/
.nm-home-1 {
  background-color: var(--nm-clr-black-2);
}

.nm-home-2 {
  background-color: #0e0e0e;
}
.nm-home-2 .wa-cursor::before {
  background: #fff;
  border-color: #fff;
}
.nm-home-2 .wa-cursor:is(.-pointer)::before {
  background: transparent;
}

.nm-home-3 .wa-cursor::before {
  background: var(--nm-clr-gd-3);
  border-color: var(--nm-clr-pr-3);
}
.nm-home-3 .wa-cursor:is(.-pointer)::before {
  background: transparent;
}

.nm-home-3 {
  background-color: #0e0e0e;
}

/*
    home-css-end
*/
/*
    breadcrumb-start
*/
.nm-breadcrumb-area {
  padding-top: 280px;
  padding-bottom: 135px;
  background-color: #000001;
}
.nm-breadcrumb-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 1;
  align-items: start;
}
.nm-breadcrumb-title {
  font-family: var(--nm-font-1);
  font-size: 64px;
  line-height: 1.066;
  letter-spacing: -0.02em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nm-breadcrumb-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-breadcrumb-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-breadcrumb-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-breadcrumb-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .nm-breadcrumb-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-breadcrumb-title {
    font-size: 40px;
  }
}
.nm-breadcrumb-list {
  display: inline-block;
}
.nm-breadcrumb-list a, .nm-breadcrumb-list span {
  font-weight: 500;
  font-size: 18px;
  font-family: var(--nm-font-1);
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.nm-breadcrumb-list a {
  padding-right: 30px;
  position: relative;
  transition: 300ms;
  margin-right: 5px;
}
.nm-breadcrumb-list a:hover {
  color: var(--nm-clr-pr-1);
}
.nm-breadcrumb-list a::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 13px;
  transform: translateY(-50%);
  background-image: url(../img/breadcrumb/icon.svg);
  width: 18px;
  height: 18px;
}
.nm-breadcrumb-list span {
  opacity: 60%;
}
.nm-breadcrumb-list-shape {
  position: absolute;
  bottom: 220%;
  right: 113%;
  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-breadcrumb-list-shape {
    display: none;
  }
}

/*
    breadcrumb-end
*/

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