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

1. Global Area 
2. Header Section

******* HOME PAGE 1 *******



=====================================================================*/
/*=========
Font load
===========*/
:root {
  --nx-body-color: #474747;
  --nx-title-color: #000000;
  --nx-heading: "Space Grotesk", sans-serif;
  --nx-body-font: "Inter", sans-serif;
  --nx-font1: "Squada One", sans-serif;
  --nx-prime-c: #FD3F00;
  --nx-prime-c2: #B019D6;
  --cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
  --cube-2: all .25s cubic-bezier(.645,.045,.355,1);
  --cube-3: cubic-bezier(0.25, 1, 0.5, 1);
}

@-webkit-keyframes borderpls {
  0% {
    -webkit-box-shadow: 0 0 0 0 #B019D6;
    box-shadow: 0 0 0 0 #B019D6;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px #B019D6;
    box-shadow: 0 0 0 10px #B019D6;
    opacity: 0;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 #B019D6;
    box-shadow: 0 0 0 0 #B019D6;
    opacity: 0;
  }
}

@keyframes borderpls {
  0% {
    -webkit-box-shadow: 0 0 0 0 #B019D6;
    box-shadow: 0 0 0 0 #B019D6;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px #B019D6;
    box-shadow: 0 0 0 10px #B019D6;
    opacity: 0;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 #B019D6;
    box-shadow: 0 0 0 0 #B019D6;
    opacity: 0;
  }
}
@-webkit-keyframes borderpls2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #FD3F00;
    box-shadow: 0 0 0 0 #FD3F00;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px #FD3F00;
    box-shadow: 0 0 0 10px #FD3F00;
    opacity: 0;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 #FD3F00;
    box-shadow: 0 0 0 0 #FD3F00;
    opacity: 0;
  }
}
@keyframes borderpls2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #FD3F00;
    box-shadow: 0 0 0 0 #FD3F00;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px #FD3F00;
    box-shadow: 0 0 0 10px #FD3F00;
    opacity: 0;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 #FD3F00;
    box-shadow: 0 0 0 0 #FD3F00;
    opacity: 0;
  }
}
.nx-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.nx-header-section:is(.header_style_one) .nx-header-content {
  padding: 16px;
  margin: 0 auto;
  max-width: 1710px;
}
.nx-header-section:is(.header_style_one) .nx-hd-action {
  gap: 12px;
  border-radius: 12px;
  background-color: #fff;
  padding: 4px 4px 4px 12px;
}
@media (max-width: 480px) {
  .nx-header-section:is(.header_style_one) .nx-hd-action {
    padding: 10px;
  }
}
.nx-header-section:is(.header_style_one) .nx-hd-action .nx-ofcanvas-btn {
  cursor: pointer;
}
@media (max-width: 480px) {
  .nx-header-section:is(.header_style_one) .nx-hd-action .cta-btn {
    display: none;
  }
}
.nx-header-section:is(.header_style_one) .nx-hd-action .cta-btn a {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-radius: 8px;
  padding: 12px 14px;
  background-color: var(--nx-prime-c);
}
.nx-header-section:is(.header_style_two) .nx-header-content {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1710px;
}
.nx-header-section:is(.header_style_two) .nx-header-content .brand-logo {
  padding-top: 20px;
}
.nx-header-section:is(.header_style_two) .nx-header-content .hd-hire {
  z-index: 1;
  height: 46px;
  width: 405px;
  margin-top: -8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-header-section:is(.header_style_two) .nx-header-content .hd-hire {
    display: none;
  }
}
.nx-header-section:is(.header_style_two) .nx-header-content .hd-hire a {
  color: #000000;
  padding-left: 20px;
  position: relative;
}
.nx-header-section:is(.header_style_two) .nx-header-content .hd-hire a:before, .nx-header-section:is(.header_style_two) .nx-header-content .hd-hire a:after {
  left: 0;
  top: 6px;
  width: 10px;
  content: "";
  height: 10px;
  border-radius: 100%;
  position: absolute;
  background-color: var(--nx-prime-c);
}
.nx-header-section:is(.header_style_two) .nx-header-content .hd-hire a:after {
  -webkit-animation: borderpls2 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
          animation: borderpls2 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
}
.nx-header-section:is(.header_style_two) .nx-header-content .hd-hire .hd-shape {
  top: -8px;
  left: 15px;
  z-index: -1;
}
.nx-header-section:is(.header_style_two) .nx-header-content .nx-ofcanvas-btn {
  gap: 12px;
  cursor: pointer;
  padding-top: 15px;
}
.nx-header-section:is(.header_style_two) .nx-header-content .nx-ofcanvas-btn span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.nx-header-section:is(.header_style_two) .nx-header-content .nx-ofcanvas-btn .of-icon {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--nx-prime-c);
}
.nx-header-section:is(.header_style_two):is(.ver_2) .nx-header-content {
  max-width: 1750px;
}
.nx-header-section:is(.header_style_two):is(.ver_2) .nx-header-content .brand-logo {
  padding-top: 0;
}
.nx-header-section:is(.header_style_two):is(.ver_2) .nx-header-content .hd-hire {
  z-index: 1;
  height: 46px;
  width: 405px;
  margin-top: -8px;
}
.nx-header-section:is(.header_style_two):is(.ver_2) .nx-header-content .hd-hire:before {
  display: none;
}
.nx-header-section:is(.header_style_two):is(.ver_2) .nx-header-content .hd-hire a {
  color: #fff;
  padding-left: 20px;
  position: relative;
}
.nx-header-section:is(.header_style_two):is(.ver_2) .nx-header-content .hd-hire a:before, .nx-header-section:is(.header_style_two):is(.ver_2) .nx-header-content .hd-hire a:after {
  left: 0;
  top: 6px;
  width: 10px;
  content: "";
  height: 10px;
  border-radius: 100%;
  position: absolute;
  background-color: var(--nx-prime-c2);
}
.nx-header-section:is(.header_style_two):is(.ver_2) .nx-header-content .hd-hire a:after {
  -webkit-animation: borderpls 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
          animation: borderpls 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
}
.nx-header-section:is(.header_style_two):is(.ver_2) .nx-header-content .hd-hire .hd-shape {
  top: -8px;
  left: 15px;
  z-index: -1;
}
.nx-header-section:is(.header_style_two):is(.ver_2) .nx-header-content .nx-hd-action {
  gap: 12px;
  border-radius: 12px;
  margin-top: 20px;
  background-color: #000;
  padding: 4px 4px 4px 12px;
}
@media (max-width: 480px) {
  .nx-header-section:is(.header_style_two):is(.ver_2) .nx-header-content .nx-hd-action {
    padding: 10px;
  }
}
.nx-header-section:is(.header_style_two):is(.ver_2) .nx-header-content .nx-hd-action .nx-ofcanvas-btn {
  padding-top: 0;
  cursor: pointer;
}
@media (max-width: 480px) {
  .nx-header-section:is(.header_style_two):is(.ver_2) .nx-header-content .nx-hd-action .cta-btn {
    display: none;
  }
}
.nx-header-section:is(.header_style_two):is(.ver_2) .nx-header-content .nx-hd-action .cta-btn a {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-radius: 8px;
  padding: 12px 14px;
  font-family: var(--nx-heading);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-75.69%, #5C3FE9), to(#B019D6));
  background: linear-gradient(360deg, #5C3FE9 -75.69%, #B019D6 100%);
}
.nx-header-section:is(.header_style_two):is(.ver_2) .nx-header-content .nx-hd-action .cta-btn a:hover {
  letter-spacing: 0.5px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-100%, #5C3FE9), color-stop(75.69%, #B019D6));
  background: linear-gradient(360deg, #5C3FE9 -100%, #B019D6 75.69%);
}

/*// Mobile Menu style*/
/*----------------------------------------------------*/
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -100%;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 100%;
  max-width: 500px;
  overflow-y: scroll;
  background-color: #0f0d0d;
  padding: 20px 20px 35px 20px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content::-webkit-scrollbar {
  width: 6px;
}
.mobile_menu_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mobile_menu_content::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background: #000;
  background-size: 200%, 1px;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  padding: 0;
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  z-index: 5;
  padding: 0;
  border: none;
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  text-align: center;
  background-color: transparent;
}
.mobile_menu_button span {
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
}
.mobile_menu_button span:nth-child(2) {
  width: 25px;
}
.mobile_menu_button span:last-child {
  width: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .mobile_menu_button {
    display: block;
  }
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  font-size: 20px;
  font-weight: 500;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  width: 100%;
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
  color: #fff !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: var(--base-color);
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  top: 4px;
  right: 0;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9397a7;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.mobile_menu .dropdown .dropdown-btn i {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.08);
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  color: #d60606;
  font-size: 20px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.08);
}
.mobile_menu .mobile-search-bar {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
}
.mobile_menu .mobile-search-bar input {
  color: #fff;
  width: 100%;
  height: 60px;
  border: none;
  font-size: 14px;
  padding-left: 30px;
  border-bottom: none;
  border-radius: 30px;
  background-color: #2d2d2d;
}
.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.mobile_menu .mobile-search-bar input::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.mobile_menu .mobile-search-bar input::placeholder {
  color: #fff;
  font-size: 16px;
}
.mobile_menu .mobile-search-bar button {
  top: 5px;
  padding: 0;
  right: 10px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile_menu .ptx-mobile-header-social {
  margin-top: 40px;
}
.mobile_menu .ptx-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}
.mobile_menu .ptx-mobile-header-social a:hover {
  -webkit-transform: scale(1.1) translateY(-5px);
          transform: scale(1.1) translateY(-5px);
}

/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.555;
  position: relative;
  overflow-x: hidden;
  color: var(--nx-body-color);
  font-family: var(--nx-body-font);
  background-color: #EFEFEF;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .container {
  max-width: 1384px;
}
body .row {
  --bs-gutter-x: 32px;
}
body .mfp-iframe-holder .mfp-close {
  right: 0;
  padding: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-size: 200%, 1px;
}
body button.mfp-close {
  right: 0;
  padding: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  background-size: 200%, 1px;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background-size: 200%, 1px;
  background-color: var(--nx-prime-c);
}

.home-2 {
  background-color: #080808;
  color: rgba(228, 228, 228, 0.8);
}
.home-2:is(.ver_3) {
  color: #474747;
  background-color: #EFEFEF;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

.nx-scrollup {
  color: #fff;
  width: 40px;
  right: 20px;
  z-index: 5;
  height: 40px;
  bottom: 20px;
  display: none;
  font-size: 16px;
  position: fixed;
  font-weight: 700;
  line-height: 40px;
  border-radius: 8px;
  background: var(--nx-prime-c);
}
.nx-scrollup:hover {
  color: #fff;
}
.nx-scrollup:is(.ver_2) {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-75.69%, #5C3FE9), to(#B019D6));
  background: linear-gradient(360deg, #5C3FE9 -75.69%, #B019D6 100%);
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  color: var(--nx-title-color);
  font-family: var(--nx-heading);
}

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

@-webkit-keyframes mergeLeft {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes mergeLeft {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@-webkit-keyframes mergeRight {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@keyframes mergeRight {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@-webkit-keyframes rotateLogo {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateLogo {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #000000;
}
#preloader .preloader-logo {
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#preloader .logo-spin {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transform-box: fill-box;
  -webkit-animation: rotateLogo 5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
          animation: rotateLogo 5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
#preloader .path-white {
  -webkit-animation: mergeLeft 3s ease-in-out infinite;
          animation: mergeLeft 3s ease-in-out infinite;
}
#preloader .path-orange {
  -webkit-animation: mergeRight 3s ease-in-out infinite;
          animation: mergeRight 3s ease-in-out infinite;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pera-content p {
  margin-bottom: 0;
}

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 10px;
}

.href-underline a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.href-underline a:hover {
  color: inherit;
  background-size: 100% 100%;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.tx-tab-btn .nav-tabs .nav-item.show .nav-link,
.tx-tab-btn .nav-tabs .nav-link.active,
.tx-tab-btn .nav-tabs .nav-link {
  border: none;
  padding-top: 0;
  padding-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
}
.tx-tab-btn .nav-tabs {
  border: none;
}
.tx-tab-btn .nav {
  display: inherit;
}

.over-hidden {
  overflow: hidden;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  40% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  60% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  40% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  60% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.nx-btn1 {
  display: inline-block;
}
.nx-btn1 a, .nx-btn1 button{
  gap: 8px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #fff;
  padding: 2px 16px 2px 2px;
}
.nx-btn1 a i, .nx-btn1 button i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: var(--nx-prime-c);
}
.nx-btn1 a span, .nx-btn1 button span {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
}
.nx-btn1 a:hover i, .nx-btn1 button:hover i {
  -webkit-animation: shake 0.6s ease-in-out;
          animation: shake 0.6s ease-in-out;
}
.nx-btn1:is(.ver_2) a, .nx-btn1:is(.ver_2) button {
  background-color: #000000;
  padding: 4px 16px 4px 4px;
}
.nx-btn1:is(.ver_2) a:before, .nx-btn1:is(.ver_2) button:before {
  top: 4px;
  left: 4px;
  width: 44px;
  height: 44px;
}
.nx-btn1:is(.ver_2) a i, .nx-btn1:is(.ver_2) button i {
  width: 44px;
  height: 44px;
  background-color: var(--nx-prime-c);
}
.nx-btn1:is(.ver_2) a span, .nx-btn1:is(.ver_2) button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.nx-btn1:is(.ver_3) a {
  padding: 4px 16px 4px 4px;
}
.nx-btn1:is(.ver_3) a i {
  width: 44px;
  height: 44px;
}
.nx-btn1:is(.ver_4) a {
  background: -webkit-gradient(linear, left top, left bottom, from(#5A16CB), color-stop(49.6%, #720CEB), to(#462FE2));
  background: linear-gradient(180deg, #5A16CB 0%, #720CEB 49.6%, #462FE2 100%);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(121, 85, 255, 0.3019607843);
          box-shadow: 0px 10px 40px 0px rgba(121, 85, 255, 0.3019607843);
}
.nx-btn1:is(.ver_4) a i {
  background-color: #fff;
}
.nx-btn1:is(.ver_4) a span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--nx-heading);
}
.nx-btn1:is(.ver_5) a {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-75.69%, #5C3FE9), to(#B019D6));
  background: linear-gradient(360deg, #5C3FE9 -75.69%, #B019D6 100%);
}
.nx-btn1:is(.ver_5) a i {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(121, 85, 255, 0.3019607843);
          box-shadow: 0px 10px 40px 0px rgba(121, 85, 255, 0.3019607843);
}
.nx-btn1:is(.ver_5) a span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--nx-heading);
}

.nx-sec-title1 .subtitle {
  color: #000000;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: var(--nx-heading);
  letter-spacing: -0.5px;
}
.nx-sec-title1 .subtitle span {
  color: var(--nx-prime-c);
}
.nx-sec-title1 .sec_title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: -2px;
}
.nx-sec-title1 p {
  padding-top: 10px;
}
.nx-sec-title1:is(.ver_2) .subtitle {
  color: #fff;
  font-weight: 500;
  position: relative;
  display: inline-block;
  border-radius: 100px;
  background-color: #1B1B1B;
  padding: 6px 15px 6px 35px;
}
.nx-sec-title1:is(.ver_2) .subtitle:before {
  top: 13px;
  left: 15px;
  width: 10px;
  content: "";
  height: 10px;
  position: absolute;
  border-radius: 100%;
  background-color: var(--nx-prime-c);
}
.nx-sec-title1:is(.ver_2) .sec_title {
  color: #fff;
}
.nx-sec-title1:is(.ver_3) .subtitle span {
  padding-left: 18px;
  position: relative;
  color: var(--nx-prime-c2);
}
.nx-sec-title1:is(.ver_3) .subtitle span:before {
  top: 8px;
  left: 0;
  width: 10px;
  content: "";
  height: 10px;
  position: absolute;
  border-radius: 100%;
  background-color: var(--nx-prime-c2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*---------------------------------------------------- */
/******* HOME PAGE 1 *******/
/*Hero area*/
/*----------------------------------------------------*/
@-webkit-keyframes line_animation {
  from {
    bottom: -5%;
  }
  to {
    bottom: 105%;
  }
}
@keyframes line_animation {
  from {
    bottom: -5%;
  }
  to {
    bottom: 105%;
  }
}
@-webkit-keyframes line_animation_2 {
  from {
    top: -5%;
  }
  to {
    top: 105%;
  }
}
@keyframes line_animation_2 {
  from {
    top: -5%;
  }
  to {
    top: 105%;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes moving {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  50% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
}
@keyframes moving {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  50% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
}
#nx_hero_anim {
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 663px;
  position: relative;
}

.nx-hero1-sec {
  z-index: 1;
  overflow: hidden;
  background-color: #000;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
.nx-hero1-sec:before {
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  content: "";
  height: 100%;
  max-width: 320px;
  position: absolute;
  background-color: #060708;
}
.nx-hero1-sec .nx-hr-shape1 {
  top: -30%;
  left: -15%;
  z-index: -1;
}
.nx-hero1-sec .nx-hr-shape2 {
  left: -15%;
  z-index: -1;
  bottom: -30%;
}
.nx-hero1-sec .nx-hr-shape3 {
  top: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero1-sec .nx-hr-shape3 {
    display: none;
  }
}
.nx-hero1-sec .nx-hero1-bg {
  top: 0;
  left: 0;
}
.nx-hero1-sec .nx-hr-blur {
  top: 0;
  right: 0;
  width: 45%;
  z-index: 1;
  height: 100%;
  backdrop-filter: blur(50px);
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero1-sec .nx-hr-blur {
    display: none;
  }
}
.nx-hero1-sec .nx-hr-social {
  top: 50%;
  left: -190px;
  width: 320px;
  height: 320px;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero1-sec .nx-hr-social {
    display: none !important;
  }
}
.nx-hero1-sec .nx-hr-social .nx-socila-circle {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  -webkit-animation: spin 8s linear infinite;
          animation: spin 8s linear infinite;
  border: 1px solid var(--nx-prime-c);
}
.nx-hero1-sec .nx-hr-social .nx-socila-circle:after, .nx-hero1-sec .nx-hr-social .nx-socila-circle:before {
  top: 38px;
  right: 28px;
  width: 24px;
  content: "";
  height: 24px;
  position: absolute;
  border-radius: 100%;
  border: 5px solid #000;
  background-color: var(--nx-prime-c);
}
.nx-hero1-sec .nx-hr-social .nx-socila-circle:before {
  top: auto;
  bottom: 38px;
  border: 5px solid #000;
  background-color: #fff;
}
.nx-hero1-sec .nx-hr-social ul {
  width: 280px;
  height: 280px;
  border-radius: 100%;
  position: relative;
}
.nx-hero1-sec .nx-hr-social ul:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  border-radius: 100%;
  position: absolute;
  border: 48px solid var(--nx-prime-c);
}
.nx-hero1-sec .nx-hr-social ul li {
  top: 23px;
  right: 80px;
  color: #fff;
  font-size: 20px;
  position: absolute;
}
.nx-hero1-sec .nx-hr-social ul li a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.nx-hero1-sec .nx-hr-social ul li:nth-child(2) {
  top: 65px;
  right: 32px;
}
.nx-hero1-sec .nx-hr-social ul li:nth-child(3) {
  top: 125px;
  right: 16px;
}
.nx-hero1-sec .nx-hr-social ul li:nth-child(4) {
  top: auto;
  right: 35px;
  bottom: 58px;
}
.nx-hero1-sec .nx-hr-social ul li:nth-child(5) {
  top: auto;
  right: 75px;
  bottom: 20px;
}
.nx-hero1-sec .line_animation {
  top: 0;
  left: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 1004px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.nx-hero1-sec .line_animation .line_area {
  width: 1px;
  height: 100%;
  position: relative;
  background: #1B1B1B;
}
.nx-hero1-sec .line_animation .line_area:before {
  width: 1px;
  right: 0px;
  content: "";
  height: 32px;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(194, 157, 104, 0)));
  background-image: linear-gradient(-180deg, #fff 0%, rgba(194, 157, 104, 0) 100%);
}
.nx-hero1-sec .line_animation .line_area:nth-child(even):before {
  -webkit-animation: line_animation 10s linear infinite;
          animation: line_animation 10s linear infinite;
}
.nx-hero1-sec .line_animation .line_area:nth-child(odd):before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--nx-prime-c)), to(rgba(194, 157, 104, 0)));
  background-image: linear-gradient(360deg, var(--nx-prime-c) 0%, rgba(194, 157, 104, 0) 100%);
  -webkit-animation: line_animation_2 10s linear infinite;
          animation: line_animation_2 10s linear infinite;
}
.nx-hero1-sec .line_animation .line_area:nth-child(1):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.nx-hero1-sec .line_animation .line_area:nth-child(2):before {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.nx-hero1-sec .line_animation .line_area:nth-child(3):before {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.nx-hero1-sec .line_animation .line_area:nth-child(4):before {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.nx-hero1-sec .line_animation .line_area:nth-child(5):before {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}

.nx-hero1-content {
  margin: 0 auto;
  max-width: 1710px;
  padding: 205px 15px 60px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nx-hero1-content {
    max-width: 1450px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nx-hero1-content {
    max-width: 1250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nx-hero1-content {
    max-width: 1050px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero1-content {
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 160px;
  }
}
.nx-hero1-content .nx-blur-shadow {
  top: 40%;
  left: 46%;
  width: 200px;
  height: 200px;
  position: absolute;
  -webkit-filter: blur(90px);
          filter: blur(90px);
  border-radius: 100%;
  background-color: var(--nx-prime-c);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero1-content .nx-blur-shadow {
    display: none;
  }
}

.nx-hero1-img {
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nx-hero1-img {
    left: auto;
    right: -20%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-hero1-img {
    left: auto;
    right: -30%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .nx-hero1-img {
    left: auto;
    right: -35%;
  }
}
@media (max-width: 480px) {
  .nx-hero1-img {
    left: auto;
    right: -55%;
  }
}

.nx-hero1-left {
  z-index: 3;
  margin-left: 80px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero1-left {
    margin-left: 0;
  }
}

.nx-hr1-desc-text {
  max-width: 294px;
  margin-bottom: 225px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hr1-desc-text {
    margin-bottom: 40px;
  }
}
.nx-hr1-desc-text .nx-btn1 a span {
  font-family: var(--nx-heading);
}
.nx-hr1-desc-text p {
  color: #E4E4E4;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
  font-family: var(--nx-heading);
}

.nx-hr1-brand {
  width: 312px;
}
.nx-hr1-brand h3 {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}
.nx-hr1-brand h3 span {
  color: var(--nx-prime-c);
}
.nx-hr1-brand .item-logos-area {
  gap: 12px;
}
.nx-hr1-brand .item-shape1:is(.ver_1) {
  -webkit-animation: moving 3s linear infinite;
          animation: moving 3s linear infinite;
}
.nx-hr1-brand .item-shape1:is(.ver_2) {
  -webkit-animation: moving 3s linear infinite;
          animation: moving 3s linear infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.nx-hero1-right {
  z-index: 3;
  max-width: 690px;
  position: relative;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nx-hero1-right {
    max-width: 585px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nx-hero1-right {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nx-hero1-right {
    max-width: 380px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-hero1-right {
    max-width: 380px;
  }
}

.nx-hero1-text {
  text-align: right;
  margin-bottom: 112px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero1-text {
    text-align: left;
    margin-bottom: 30px;
  }
}
.nx-hero1-text .hr1-slug {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  color: var(--nx-prime-c);
  font-family: var(--nx-heading);
}
.nx-hero1-text .hr1_title {
  color: #fff;
  line-height: 1;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: -5px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nx-hero1-text .hr1_title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nx-hero1-text .hr1_title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-hero1-text .hr1_title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nx-hero1-text .hr1_title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-hero1-text .hr1_title {
    font-size: 55px;
    letter-spacing: 0px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .nx-hero1-text .hr1_title {
    font-size: 45px;
    letter-spacing: 0px;
  }
}
@media (max-width: 480px) {
  .nx-hero1-text .hr1_title {
    font-size: 40px;
    letter-spacing: 0px;
  }
}
.nx-hero1-text .hr1_title span {
  opacity: 0.8;
}

.nx-hr1-bottom {
  gap: 30px;
  width: 100%;
}
@media (max-width: 480px) {
  .nx-hr1-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-hr1-bottom .bottom-video {
  width: 300px;
  height: 200px;
  overflow: hidden;
  border-radius: 32px;
  border: 4px solid #3B3B3B;
}
.nx-hr1-bottom .nx-hr1-client {
  max-width: 242px;
}
.nx-hr1-bottom .nx-hr1-client .nx-h-cl-img {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #141113;
}
.nx-hr1-bottom .cl_circle {
  z-index: 2;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: -35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #141113;
  background-color: #fff;
}

.nx-hr1-cl-slide {
  width: 110px;
  margin-right: -30px;
}
.nx-hr1-cl-slide .nx-h-cl-img {
  margin-left: -30px;
}
.nx-hr1-cl-slide .swiper-slide {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-hr1-cl-slide .swiper-slide-prev,
.nx-hr1-cl-slide .swiper-slide-next,
.nx-hr1-cl-slide .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.nx-hr1-cl-text {
  gap: 12px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hr1-cl-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-hr1-cl-text .cl-text {
  text-align: right;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hr1-cl-text .cl-text {
    text-align: left;
  }
}
.nx-hr1-cl-text .cl-text li {
  color: var(--nx-prime-c);
}
.nx-hr1-cl-text .cl-text span {
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--nx-heading);
}
.nx-hr1-cl-text h3 {
  color: #fff;
  line-height: 1;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
}

.nx-hero1-marquee {
  top: 0;
  z-index: 2;
  right: 46%;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-color: var(--nx-prime-c);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero1-marquee {
    right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero1-marquee {
    display: none;
  }
}
.nx-hero1-marquee .nx-hero1-mar-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nx-hero1-marquee .nx-hm-text {
  margin: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 26px;
  padding: 0px 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  letter-spacing: -1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--nx-heading);
}
.nx-hero1-marquee .nx-hm-text i {
  left: -7px;
  margin-top: 15px;
  position: relative;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.nx-ab1-vh {
  height: 200vh;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab1-vh {
    height: auto;
  }
}

@-webkit-keyframes slideRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.nx-ab1-sticky {
  top: 60px;
  position: sticky;
}

.nx-ab1-counter {
  width: 100%;
  max-width: 246px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab1-counter {
    margin: 0 auto;
    max-width: 1014px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-ab1-counter {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab1-counter {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.nx-ab1-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: var(--nx-title-color);
  font-family: var(--nx-heading);
}
.nx-ab1-subtitle span {
  color: var(--nx-prime-c);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab1-subtitle {
    margin-bottom: 30px;
  }
}

.nx-ab1-count-shape {
  margin-bottom: 85px;
}
.nx-ab1-count-shape img {
  -webkit-animation: spin 8s linear infinite;
          animation: spin 8s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab1-count-shape {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab1-count-shape {
    display: none;
  }
}

.nx-ab1-count-item {
  margin-bottom: 68px;
}
.nx-ab1-count-item:last-child {
  margin-bottom: 0;
}
.nx-ab1-count-item .item-top {
  gap: 15px;
  margin-bottom: 20px;
  padding: 0px 4px 8px;
  border-bottom: 1px solid #C9C9C9;
}
.nx-ab1-count-item .item-top span {
  font-family: var(--nx-heading);
}
.nx-ab1-count-item .item-bottom h3 {
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -2px;
}
.nx-ab1-count-item .item-bottom p {
  font-size: 17px;
  line-height: 1.5;
}

.nx-ab1-content {
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab1-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.nx-ab1-mission-text {
  max-width: 1014px;
}
.nx-ab1-mission-text h2 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -2px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab1-mission-text h2 {
    font-size: 36px;
  }
}
.nx-ab1-mission-text h2 span {
  color: #474747;
  display: inline;
}
.nx-ab1-mission-text h2 .split-line {
  display: inline-block !important;
}

.nx-ab1-mission-wrapper {
  gap: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab1-mission-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-ab1-mission-img {
  overflow: hidden;
  border-radius: 32px;
}

.ax-ab1-mis {
  top: 0;
  left: 0;
  position: absolute;
}
.ax-ab1-mis .item-img {
  height: 524px;
  max-width: 437px;
  overflow: hidden;
  border-radius: 32px;
}
.ax-ab1-mis:last-child {
  position: relative;
}

.nx-ab1-mission-text-wrap {
  max-width: 553px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab1-mission-text-wrap {
    max-width: 100%;
  }
}

.nx-ab1-mission-item {
  padding: 8px;
  border-radius: 32px;
  margin-bottom: 16px;
  border: 1px solid rgba(201, 201, 201, 0.6);
}
.nx-ab1-mission-item .item-text-wrap {
  height: 90px;
  padding: 24px;
  overflow: hidden;
  border-radius: 28px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab1-mission-item .item-text-wrap {
    height: auto;
  }
}
.nx-ab1-mission-item .item-text-wrap p {
  padding-bottom: 35px;
  letter-spacing: -0.5px;
}
.nx-ab1-mission-item .item-text-wrap .item-title {
  gap: 10px;
  margin-bottom: 18px;
}
.nx-ab1-mission-item .item-text-wrap .item-title span {
  color: #000000;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -2px;
  font-family: var(--nx-heading);
}
.nx-ab1-mission-item .item-text-wrap .list-area {
  gap: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab1-mission-item .item-text-wrap .list-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-ab1-mission-item .item-text-wrap .list-area li {
  color: #051229;
  line-height: 1.2;
  margin-bottom: 15px;
}
.nx-ab1-mission-item .item-text-wrap .list-area li i {
  margin-right: 5px;
}

.nx-ab1-mis-bottom {
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nx-ab1-mis-bottom .nx-ab1-author {
  gap: 16px;
}
.nx-ab1-mis-bottom .nx-ab1-author .item-img .item-shape svg {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-animation: slideRight 3s ease infinite;
          animation: slideRight 3s ease infinite;
}
.nx-ab1-mis-bottom .nx-ab1-author .item-img .item-shape svg:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nx-ab1-mis-bottom .nx-ab1-author .item-img .item-shape svg:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.nx-ab1-mis-bottom .nx-ab1-author .item-img .item-shape svg:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.nx-ab1-mis-bottom .nx-ab1-author .ath-img {
  z-index: 1;
  width: 62px;
  height: 62px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}
.nx-ab1-mis-bottom .nx-ab1-author .item-text h3 {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}
.nx-ab1-mis-bottom .nx-ab1-author .item-text span {
  letter-spacing: -0.5px;
}

/*---------------------------------------------------- */
/*Why choose area*/
/*----------------------------------------------------*/
.nx-why-c1-sec {
  z-index: 1;
  background-color: #000000;
}
.nx-why-c1-sec .nx-why-c-bg {
  top: 0;
  left: 0;
  z-index: -1;
}
.nx-why-c1-sec .nx-sec-title1 {
  margin: 0 auto;
  max-width: 690px;
}
.nx-why-c1-sec .nx-sec-title1 .subtitle {
  color: #fff;
}
.nx-why-c1-sec .nx-sec-title1 .sec_title {
  color: #fff;
}

.nx-why-c-content {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-why-c-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-why-c-wrap1 {
  width: 100%;
  max-width: 902px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-why-c-wrap1 {
    max-width: 100%;
  }
}

.nx-why-c1-top {
  gap: 12px;
  display: -ms-grid;
  display: grid;
  margin-bottom: 12px;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-why-c1-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.nx-why-c1-bottom {
  gap: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-why-c1-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.nx-why-c1-card1 {
  z-index: 1;
  height: 300px;
  padding: 32px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nx-why-c1-card1 .item-img {
  right: 0;
  z-index: -1;
  bottom: -100px;
}
.nx-why-c1-card1 .item-img video {
  height: 350px;
}
.nx-why-c1-card1 .item-text span {
  font-size: 16px;
  padding-bottom: 10px;
  letter-spacing: -0.5px;
}
.nx-why-c1-card1 .item-text h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.nx-why-c1-card2 {
  z-index: 1;
  height: 300px;
  padding: 32px;
  border-radius: 20px;
}
.nx-why-c1-card2 .nx-wc-bg {
  top: 0;
  left: 0;
  z-index: -1;
}
.nx-why-c1-card2 .item-title h3 {
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: -0.5px;
}
.nx-why-c1-card2 .item-title p {
  color: #191919;
  font-weight: 500;
}
.nx-why-c1-card2 .item-number {
  font-size: 32px;
  font-weight: 700;
  color: var(--nx-title-color);
  font-family: var(--nx-heading);
}
.nx-why-c1-card2 .nx-wc-hand1 {
  left: 0;
  bottom: 0;
}
.nx-why-c1-card2 .nx-wc-hand2 {
  right: -5px;
  bottom: 30px;
}

.nx-why-c1-card3 {
  z-index: 1;
  padding: 32px;
  border-radius: 20px;
  background-color: var(--nx-prime-c);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-why-c1-card3 {
    height: 300px;
  }
}
.nx-why-c1-card3 .wc-img1 {
  z-index: -1;
  right: -195px;
  bottom: -110px;
}
.nx-why-c1-card3 .wc-img2 {
  left: -37%;
  z-index: -1;
  bottom: -10%;
}
.nx-why-c1-card3 .item-text h3 {
  color: #fff;
  max-width: 90px;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px;
}
.nx-why-c1-card3 .item-text span {
  color: #fff;
  font-weight: 600;
}

.nx-why-c1-card4 {
  padding: 32px;
  border-radius: 20px;
  background-color: #fff;
}
.nx-why-c1-card4 .item-text h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: -0.5px;
}
.nx-why-c1-card4 .item-text p {
  max-width: 230px;
  line-height: 1.5;
}

.nx-why-c1-card5 {
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-why-c1-card5 {
    height: 300px;
  }
}
.nx-why-c1-card5:before {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 25, 25, 0)), to(#191919));
  background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, #191919 100%);
}
.nx-why-c1-card5 h3 {
  color: #fff;
  font-size: 24px;
  max-width: 155px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.nx-why-c1-card6 {
  width: 100%;
  padding: 32px;
  max-width: 446px;
  border-radius: 20px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-why-c1-card6 {
    height: 650px;
    max-width: 100%;
  }
}
.nx-why-c1-card6 .item-top {
  gap: 5px 15px;
}
.nx-why-c1-card6 .item-top li {
  font-size: 15px;
  padding-bottom: 2px;
  color: var(--nx-prime-c);
}
.nx-why-c1-card6 .item-top .item-rate span {
  font-weight: 500;
  letter-spacing: -0.5px;
}
.nx-why-c1-card6 .item-top .item-numb h3 {
  font-size: 32px;
  font-weight: 700;
}
.nx-why-c1-card6 .item-top .item-numb h3 span {
  opacity: 0.7;
  font-size: 16px;
}
.nx-why-c1-card6 .nx-wc-avater {
  left: -40px;
  bottom: -20px;
  width: 120%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-why-c1-card6 .nx-wc-avater {
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }
}
.nx-why-c1-card6 .item-brand {
  left: 0;
  right: 0;
  bottom: 16px;
  line-height: 1;
  font-size: 32px;
  font-weight: 700;
  position: absolute;
  letter-spacing: -2px;
  color: var(--nx-title-color);
  font-family: var(--nx-heading);
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.nx-ser1-top {
  gap: 30px 40px;
}
.nx-ser1-top .nx-sec-title1 {
  max-width: 580px;
}
.nx-ser1-top .item-desc {
  max-width: 435px;
}
.nx-ser1-top .item-desc p {
  padding-bottom: 25px;
}

.nx-ser1-content {
  padding: 4px;
  border-radius: 32px;
  background-color: #fff;
}

.nx-ser1-item-wrap {
  margin-bottom: 4px;
}
.nx-ser1-item-wrap:last-child {
  margin-bottom: 0;
}

.nx-ser1-item {
  width: 100%;
  max-width: 870px;
}
.nx-ser1-item .inner-item-wrap {
  gap: 30px;
  z-index: 1;
  width: 100%;
  padding: 36px;
  overflow: hidden;
  border-radius: 32px;
  background-color: #EFEFEF;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ser1-item .inner-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-ser1-item .inner-item-wrap:before, .nx-ser1-item .inner-item-wrap:after {
  left: 0;
  z-index: -1;
  height: 0%;
  width: 100%;
  content: "";
  position: absolute;
  background-color: #000;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-ser1-item .inner-item-wrap:before {
  top: 0;
}
.nx-ser1-item .inner-item-wrap:after {
  bottom: 0;
}
.nx-ser1-item .inner-item-wrap h3 {
  line-height: 1;
  font-size: 60px;
  letter-spacing: -3px;
}
@media (max-width: 480px) {
  .nx-ser1-item .inner-item-wrap h3 {
    font-size: 40px;
  }
}
.nx-ser1-item .inner-item-wrap .item-meta {
  max-width: 265px;
}
.nx-ser1-item .inner-item-wrap .item-meta a {
  margin: 2px 0px;
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 12px;
  border-radius: 12px;
  letter-spacing: -0.5px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.nx-ser1-item .inner-item-wrap:hover:before, .nx-ser1-item .inner-item-wrap:hover:after {
  height: 50%;
}
.nx-ser1-item .inner-item-wrap:hover h3 {
  color: #fff;
}
.nx-ser1-item .inner-item-wrap:hover .item-meta a {
  color: #fff;
  background-color: #191919;
  border: 1px solid rgba(71, 71, 71, 0.4);
}
.nx-ser1-item .item-img {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  overflow: hidden;
  position: absolute;
  border-radius: 32px;
  pointer-events: none;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ser1-item .item-img {
    display: none;
  }
}

/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-spon1-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-spon1-top .subtitle {
  color: #000000;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: var(--nx-heading);
  letter-spacing: -0.5px;
}
.nx-spon1-top .subtitle span {
  color: var(--nx-prime-c);
}
.nx-spon1-top .sec_title {
  color: #000000;
  font-size: 44px;
  font-weight: 700;
  max-width: 775px;
  line-height: 1.27;
  letter-spacing: -2px;
}
.nx-spon1-top .sec_title span {
  opacity: 0.7;
  display: inline;
}
.nx-spon1-top .sec_title b {
  width: 175px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-spon1-top .sec_title b {
    display: none;
  }
}

.nx-spon1-item-wrap {
  gap: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nx-spon1-item-wrap {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .nx-spon1-item-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .nx-spon1-item-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.nx-spon1-item {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nx-spon1-item:last-child {
  background-color: transparent;
}
.nx-spon1-item img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.nx-spon1-item .img_1 {
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  opacity: 1;
}
.nx-spon1-item .img_2 {
  top: 70%;
  -webkit-transform: translateY(-50%) scale(0.7);
          transform: translateY(-50%) scale(0.7);
  opacity: 0;
}
.nx-spon1-item .item-img {
  height: 42px;
  overflow: hidden;
}

.nx-spon1-item.active .img_1 {
  top: 0%;
  opacity: 0;
  -webkit-transform: translateY(-100%) scale(0.7);
          transform: translateY(-100%) scale(0.7);
}

.nx-spon1-item.active .img_2 {
  top: 50%;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.nx-pro1-sec {
  background-color: #000000;
}

.nx-pro1-top {
  gap: 10px 24px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro1-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-pro1-top .nx-pro1-subtitle {
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  font-family: var(--nx-heading);
  letter-spacing: -0.5px;
}
.nx-pro1-top .nx-pro1-subtitle span {
  color: var(--nx-prime-c);
}
.nx-pro1-top .nx-pro1-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
  font-family: var(--nx-heading);
}
.nx-pro1-top .nx-line {
  width: 90%;
  height: 1px;
  background-color: #414141;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro1-top .nx-line {
    width: 100%;
  }
}

.nx-pro1-action-title {
  gap: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro1-action-title {
    margin-bottom: 40px;
  }
}
.nx-pro1-action-title h3 {
  color: #fff;
  line-height: 1;
  font-size: 80px;
  font-weight: 600;
  letter-spacing: -3px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-pro1-action-title h3 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .nx-pro1-action-title h3 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .nx-pro1-action-title h3 {
    font-size: 40px;
  }
}

.nx-pro1-item-area {
  margin: 0 auto;
  max-width: 898px;
  margin-bottom: 32px;
}

.nx-pro1-item {
  gap: 4px;
  padding: 4px;
  border-radius: 24px;
  background-color: #fff;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro1-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-pro1-item .item-img {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro1-item .item-img {
    max-width: 100%;
  }
}
.nx-pro1-item .item-img:before {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-pro1-item .item-img span {
  left: 0;
  right: 0;
  top: 50%;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}
.nx-pro1-item .item-text {
  width: 100%;
  padding: 24px;
  max-width: 386px;
  border-radius: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000000;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro1-item .item-text {
    max-width: 100%;
  }
}
.nx-pro1-item .item-text h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
}
.nx-pro1-item .item-text .item-list {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.nx-pro1-item .item-text .item-list span {
  color: rgba(228, 228, 228, 0.6980392157);
  font-family: var(--nx-heading);
}
.nx-pro1-item .item-text .nx-btn1 a {
  background-color: #000000;
  border: 1px solid #FFFFFF;
}
.nx-pro1-item:hover .item-img:before {
  opacity: 1;
}
.nx-pro1-item:hover .item-img span {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/
.nx-price1-sec .nx-ser1-top .item-desc {
  max-width: 465px;
}

@-webkit-keyframes floatCard {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(2px) translateY(-4px) rotate(-2deg);
            transform: translateX(2px) translateY(-4px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(-2px) translateY(-2px) rotate(2deg);
            transform: translateX(-2px) translateY(-2px) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(1px) translateY(3px) rotate(-1deg);
            transform: translateX(1px) translateY(3px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
  }
}

@keyframes floatCard {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(2px) translateY(-4px) rotate(-2deg);
            transform: translateX(2px) translateY(-4px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(-2px) translateY(-2px) rotate(2deg);
            transform: translateX(-2px) translateY(-2px) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(1px) translateY(3px) rotate(-1deg);
            transform: translateX(1px) translateY(3px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
  }
}
.nx-price1-content {
  padding: 4px;
  border-radius: 28px;
  background-color: #fff;
}

.nx-price1-top {
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-price1-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-price1-card-wrap1 {
  width: 100%;
  max-width: 524px;
  border-radius: 28px;
  background-color: #EFEFEF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-price1-card-wrap1 {
    max-width: 100%;
  }
}

.nx-price1-card1 {
  top: -22px;
  left: -22px;
  height: 292px;
  padding: 24px;
  max-width: 528px;
  position: relative;
  border-radius: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000000;
  -webkit-animation: floatCard 8s ease-in-out infinite;
          animation: floatCard 8s ease-in-out infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-price1-card1 {
    top: 0;
    left: 0;
    max-width: 100%;
  }
}
.nx-price1-card1 .item-img {
  top: 0;
  right: -30px;
  position: absolute;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-price1-card1 .item-img {
    display: none;
  }
}
.nx-price1-card1 .item-slug span {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 32px;
  display: inline-block;
  background-color: #fff;
  color: var(--nx-title-color);
}
.nx-price1-card1 h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  max-width: 355px;
  letter-spacing: -1px;
}
.nx-price1-card1 h3 span {
  color: rgba(228, 228, 228, 0.8);
}

.nx-price1-hire {
  padding: 40px;
}
.nx-price1-hire .nx-av-slot {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  border-radius: 32px;
  margin-bottom: 20px;
  display: inline-block;
  background-color: #fff;
  padding: 8px 12px 8px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.nx-price1-hire .nx-av-slot:before, .nx-price1-hire .nx-av-slot:after {
  top: 15px;
  left: 12px;
  width: 12px;
  content: "";
  height: 12px;
  border-radius: 100%;
  position: absolute;
  background-color: rgba(253, 63, 0, 0.2);
}
.nx-price1-hire .nx-av-slot:after {
  top: 18px;
  left: 15px;
  width: 6px;
  height: 6px;
  background-color: var(--nx-prime-c);
}
.nx-price1-hire h2 {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 10px;
}
.nx-price1-hire p {
  color: #191919;
}

.nx-price1-card-wrap2 {
  width: 100%;
  padding: 40px;
  max-width: 825px;
  border-radius: 28px;
  background-color: #EFEFEF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-price1-card-wrap2 {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .nx-price1-card-wrap2 {
    padding: 30px 20px;
  }
}
.nx-price1-card-wrap2 .item-title h3 {
  line-height: 1;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 12px;
  letter-spacing: -2px;
}
.nx-price1-card-wrap2 .item-title p {
  color: #191919;
}
.nx-price1-card-wrap2 .item-price h3 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
}
@media (max-width: 480px) {
  .nx-price1-card-wrap2 .item-price h3 {
    font-size: 38px;
  }
}
.nx-price1-card-wrap2 .item-price h3 span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
.nx-price1-card-wrap2 .item-list {
  gap: 30px;
  max-width: 700px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-price1-card-wrap2 .item-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-price1-card-wrap2 .item-list li {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.nx-price1-card-wrap2 .item-list li i {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--nx-title-color);
}
.nx-price1-card-wrap2 .item-btn-wrap {
  gap: 24px;
  margin-top: 16px;
}
@media (max-width: 480px) {
  .nx-price1-card-wrap2 .item-btn-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-price1-bottom {
  gap: 40px;
  padding: 40px;
  margin-top: 4px;
  border-radius: 28px;
  background-color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-price1-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-price1-bottom .bottom-text {
  max-width: 480px;
}
.nx-price1-bottom .bottom-text h3 {
  color: #fff;
  line-height: 1;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -2px;
  padding-bottom: 15px;
}
.nx-price1-bottom .bottom-text p {
  color: #fff;
  letter-spacing: -0.5px;
}
.nx-price1-bottom .bottom-text p span {
  color: #E4E4E4;
}
.nx-price1-bottom .bottom-list-btn {
  width: 100%;
  max-width: 665px;
}
@media (max-width: 480px) {
  .nx-price1-bottom .bottom-list-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-price1-bottom .bottom-list-btn ul {
  width: 100%;
}
.nx-price1-bottom .bottom-list-btn li {
  color: #fff;
  width: 215px;
  margin-bottom: 13px;
  margin-right: 24px;
  letter-spacing: -0.5px;
}
.nx-price1-bottom .bottom-list-btn li:nth-child(3), .nx-price1-bottom .bottom-list-btn li:nth-child(4) {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-price1-bottom .bottom-list-btn li:nth-child(3), .nx-price1-bottom .bottom-list-btn li:nth-child(4) {
    margin-bottom: 13px;
  }
}
.nx-price1-bottom .bottom-list-btn li i {
  width: 20px;
  height: 20px;
  line-height: 18px;
  margin-right: 12px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  background-color: var(--nx-prime-c);
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.nx-team1-sec {
  height: 150vh;
  position: relative;
  background-color: #000000;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-team1-sec {
    height: auto;
  }
}
.nx-team1-sec .container {
  max-width: 1584px;
}

.nx-team1-wrap {
  height: 150vh;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-team1-wrap {
    height: auto;
  }
}

.nx-team1-top {
  gap: 30px;
  margin: 0 auto;
  max-width: 1360px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-team1-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-team1-top .nx-sec-title1 {
  max-width: 438px;
}
.nx-team1-top .nx-sec-title1 .subtitle,
.nx-team1-top .nx-sec-title1 .sec_title {
  color: #fff;
}

.nx-tm1-desc {
  max-width: 438px;
}
.nx-tm1-desc p {
  color: #E4E4E4;
  line-height: 1.5;
  padding-bottom: 35px;
  letter-spacing: -0.5px;
}
.nx-tm1-desc .nx-tm1-client ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nx-tm1-desc .nx-tm1-client li {
  color: #fff;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: -20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #000000;
  background-color: var(--nx-prime-c);
}
.nx-tm1-desc .nx-tm1-client li:first-child {
  margin-left: 0;
}
.nx-tm1-desc .nx-tm1-client .nx-tm1-cl-numb h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 5px;
}
.nx-tm1-desc .nx-tm1-client .nx-tm1-cl-numb p {
  color: #E4E4E4;
  letter-spacing: -0.5px;
}

.nx-team1-content {
  height: 495px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-team1-content {
    gap: 25px;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.nx-team1-item .item-inner {
  width: 240px;
  height: 312px;
  overflow: hidden;
  position: relative;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-team1-item .item-inner {
    -webkit-transform: rotate(0) translateY(0) translateX(0) !important;
            transform: rotate(0) translateY(0) translateX(0) !important;
  }
}
.nx-team1-item .item-img {
  overflow: hidden;
  border-radius: 24px;
}
.nx-team1-item .item-text {
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 12px;
  bottom: -100px;
  position: absolute;
  border-radius: 24px;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.1490196078);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nx-team1-item .item-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
}
.nx-team1-item .item-text span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.nx-team1-item .item-social {
  left: 0px;
  bottom: 0px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.02);
  padding: 10px 10px 34px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  backdrop-filter: blur(15px);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nx-team1-item .item-social a {
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1490196078);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.nx-team1-item .item-social a:hover {
  color: #fff;
  background-color: var(--nx-prime-c);
}
.nx-team1-item:is(._1) .item-inner {
  -webkit-transform: rotate(-27.98deg) translateY(156px) translateX(-24px);
          transform: rotate(-27.98deg) translateY(156px) translateX(-24px);
}
.nx-team1-item:is(._2) .item-inner {
  -webkit-transform: rotate(-13.99deg) translateY(35px) translateX(10px);
          transform: rotate(-13.99deg) translateY(35px) translateX(10px);
}
.nx-team1-item:is(._3) .item-inner {
  z-index: 3;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.nx-team1-item:is(._4) .item-inner {
  z-index: 2;
  position: relative;
  -webkit-transform: rotate(13.99deg) translateY(35px) translateX(-10px);
          transform: rotate(13.99deg) translateY(35px) translateX(-10px);
}
.nx-team1-item:is(._5) .item-inner {
  -webkit-transform: rotate(27.98deg) translateY(156px) translateX(24px);
          transform: rotate(27.98deg) translateY(156px) translateX(24px);
}
.nx-team1-item:hover .item-text {
  bottom: 0px;
}
.nx-team1-item:hover .item-social {
  left: 75px;
  opacity: 1;
  bottom: 50px;
  visibility: visible;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.nx-tm1-bottom {
  left: 0;
  right: 0;
  bottom: 100px;
  margin: 0 auto;
  max-width: 485px;
  position: absolute;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-tm1-bottom {
    bottom: 20px;
  }
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-tm1-bottom {
    position: static;
  }
}
.nx-tm1-bottom p {
  color: #fff;
  padding-bottom: 30px;
}
.nx-tm1-bottom .nx-btn1:is(.ver_2) a {
  background-color: var(--nx-prime-c);
}
.nx-tm1-bottom .nx-btn1:is(.ver_2) a i {
  background-color: #fff;
}

/*---------------------------------------------------- */
/*step area*/
/*----------------------------------------------------*/
.nx-step1-sec {
  height: 1200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-step1-sec {
    height: auto;
  }
}
.nx-step1-sec .nx-sec-title1 {
  text-align: right;
  max-width: 440px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-step1-sec .nx-sec-title1 {
    margin: 0 auto;
    text-align: center;
  }
}
.nx-step1-sec .nx-sec-title1 .sec_title {
  line-height: 1.1;
  max-width: 320px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-step1-sec .nx-sec-title1 .sec_title {
    max-width: 100%;
  }
}
.nx-step1-sec .nx-sec-title1 .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-step1-sec .nx-sec-title1 .item-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nx-step1-sec .nx-sec-title1 p {
  padding-top: 10px;
}

.nx-step1-area {
  padding-bottom: 260px;
}
@media (max-width: 480px) {
  .nx-step1-area {
    padding-bottom: 120px;
  }
}

.nx-step1-area {
  position: relative;
}

.nx-step1-content {
  gap: 40px 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-step1-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-step1-wrapper {
  gap: 24px;
  margin-right: -40%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-step1-wrapper {
    margin-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nx-step1-item {
  z-index: 1;
  width: 100%;
  padding: 32px;
  overflow: hidden;
  padding-top: 0;
  max-width: 420px;
  position: relative;
  border-radius: 20px;
}
.nx-step1-item .nx-step-shape {
  top: -50%;
  right: -50%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-step1-item:before, .nx-step1-item:after {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  clip-path: polygon(4.762% 0.156%, 9.975% 0.156%, 9.975% 0.156%, 10.434% 0.186%, 10.883% 0.274%, 11.321% 0.418%, 11.744% 0.616%, 12.15% 0.866%, 12.536% 1.167%, 12.898% 1.515%, 13.235% 1.91%, 13.542% 2.349%, 13.818% 2.831%, 15.747% 6.564%, 15.747% 6.564%, 16.037% 7.07%, 16.36% 7.531%, 16.714% 7.946%, 17.095% 8.313%, 17.5% 8.629%, 17.927% 8.892%, 18.372% 9.1%, 18.832% 9.251%, 19.305% 9.344%, 19.787% 9.375%, 28.725% 9.375%, 28.725% 9.375%, 29.207% 9.344%, 29.68% 9.251%, 30.14% 9.1%, 30.585% 8.892%, 31.012% 8.629%, 31.417% 8.313%, 31.798% 7.946%, 32.152% 7.531%, 32.475% 7.07%, 32.765% 6.564%, 34.694% 2.831%, 34.694% 2.831%, 34.97% 2.349%, 35.277% 1.91%, 35.614% 1.515%, 35.976% 1.167%, 36.362% 0.866%, 36.768% 0.616%, 37.191% 0.418%, 37.629% 0.274%, 38.078% 0.186%, 38.537% 0.156%, 95.238% 0.156%, 95.238% 0.156%, 95.991% 0.236%, 96.706% 0.467%, 97.372% 0.836%, 97.98% 1.332%, 98.521% 1.941%, 98.985% 2.651%, 99.363% 3.45%, 99.644% 4.324%, 99.82% 5.262%, 99.881% 6.25%, 99.881% 93.75%, 99.881% 93.75%, 99.82% 94.738%, 99.644% 95.676%, 99.363% 96.55%, 98.985% 97.349%, 98.521% 98.059%, 97.98% 98.668%, 97.372% 99.164%, 96.706% 99.533%, 95.991% 99.764%, 95.238% 99.844%, 4.762% 99.844%, 4.762% 99.844%, 4.009% 99.764%, 3.294% 99.533%, 2.628% 99.164%, 2.02% 98.668%, 1.479% 98.059%, 1.015% 97.349%, 0.637% 96.55%, 0.356% 95.676%, 0.18% 94.738%, 0.119% 93.75%, 0.119% 6.25%, 0.119% 6.25%, 0.18% 5.262%, 0.356% 4.324%, 0.637% 3.45%, 1.015% 2.651%, 1.479% 1.941%, 2.02% 1.332%, 2.628% 0.836%, 3.294% 0.467%, 4.009% 0.236%, 4.762% 0.156%);
}
@media (max-width: 480px) {
  .nx-step1-item:before, .nx-step1-item:after {
    clip-path: none;
  }
}
.nx-step1-item:after {
  opacity: 0;
  background-color: #000;
}
.nx-step1-item .item-serial {
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  margin-left: 55px;
  color: var(--nx-title-color);
  font-family: var(--nx-heading);
}
@media (max-width: 480px) {
  .nx-step1-item .item-serial {
    margin-left: 0px;
    margin-top: 25px;
  }
}
.nx-step1-item .item-btn {
  padding-right: 4px;
}
.nx-step1-item .item-btn .nx-btn1 a {
  background-color: #F6F6F6;
}
.nx-step1-item .item-btn .nx-btn1 a i {
  width: 36px;
  height: 36px;
  background-color: var(--nx-title-color);
}
.nx-step1-item .item-btn .nx-btn1 a span {
  font-size: 15px;
  font-weight: 500;
  color: var(--nx-title-color);
}
.nx-step1-item .item-icon {
  margin-bottom: 45px;
}
.nx-step1-item .item-text h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: -1px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nx-step1-item .item-text p {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nx-step1-item:is(.active):before {
  opacity: 0;
}
.nx-step1-item:is(.active):after {
  opacity: 1;
}
.nx-step1-item:is(.active) .nx-step-shape {
  opacity: 1;
  top: -35%;
  right: -35%;
  visibility: visible;
}
.nx-step1-item:is(.active) .item-text h3 {
  color: #fff;
  border-bottom: 1px solid #353535;
}
.nx-step1-item:is(.active) .item-text p {
  color: #E4E4E4;
}

.nx-step1-bottom {
  bottom: -35px;
  left: 0;
  line-height: 0.5;
  font-size: 400px;
  font-weight: 700;
  position: absolute;
  letter-spacing: -26px;
  color: var(--nx-prime-c);
  font-family: var(--nx-heading);
}
@media (max-width: 480px) {
  .nx-step1-bottom {
    bottom: -15px;
    font-size: 100px;
    letter-spacing: -4px;
  }
}

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/
.nx-testi1-sec {
  z-index: 1;
  background-color: #0F0F0F;
}

.nx-testi1-wrapper {
  z-index: 1;
}
.nx-testi1-wrapper:before {
  top: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  background: rgba(15, 15, 15, 0.8);
}
.nx-testi1-wrapper .nx-testi1-bg {
  top: 0;
  left: 0;
  z-index: -2;
  position: absolute;
  max-height: 1040px;
}
.nx-testi1-item._2 .item-fav svg path, .nx-testi1-item._2 .item-icon svg path {
    fill: #fff;
}
.nx-testi1-item .item-inner-wrap {
  width: 100%;
  padding: 4px;
  max-width: 385px;
  border-radius: 24px;
  background-color: #0E0E0E;
  border: 1px solid #2A2A2A;
}
.nx-testi1-item .item-inner-wrap .item-action-top {
  padding: 32px;
  border-radius: 22px;
  background-color: #fff;
}
.nx-testi1-item .item-inner-wrap .item-action-top .item-icon {
  margin-bottom: 20px;
}
.nx-testi1-item .item-inner-wrap .item-action-top .item-text p {
  color: #000000;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -1px;
}
.nx-testi1-item .item-inner-wrap .item-action-top .item-text p span {
  opacity: 0.8;
  display: inline;
}
.nx-testi1-item .item-inner-wrap .item-action-top .item-rate {
  margin-top: 30px;
}
.nx-testi1-item .item-inner-wrap .item-action-top .item-rate .rate-num {
  gap: 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -1px;
}
.nx-testi1-item .item-inner-wrap .item-action-top .item-rate .rate-num i {
  font-size: 20px;
  color: var(--nx-prime-c);
}
.nx-testi1-item .item-inner-wrap .item-action-top .item-rate .rate-num span {
  color: #000000;
  line-height: 0.9;
  font-size: 16px;
  font-weight: 500;
}
.nx-testi1-item .item-inner-wrap .item-action-bottom {
  gap: 12px;
  padding: 22px 24px;
}
.nx-testi1-item .item-inner-wrap .item-action-bottom .item-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 12px;
}
.nx-testi1-item .item-inner-wrap .item-action-bottom .item-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.nx-testi1-item .item-inner-wrap .item-action-bottom .item-text span {
  color: #E4E4E4;
}
.nx-testi1-item:is(._2) .item-inner-wrap {
  background-color: #0E0E0E;
}
.nx-testi1-item:is(._2) .item-inner-wrap .item-action-top {
  background-color: var(--nx-prime-c);
}
.nx-testi1-item:is(._2) .item-inner-wrap .item-action-top .item-text p {
  color: #fff;
}
.nx-testi1-item:is(._2) .item-inner-wrap .item-action-top .item-rate {
  color: #fff;
}
.nx-testi1-item:is(._2) .item-inner-wrap .item-action-top .item-rate .rate-num i {
  color: #fff;
}
.nx-testi1-item:is(._2) .item-inner-wrap .item-action-top .item-rate .rate-num span {
  color: #fff;
}
.nx-testi1-item:is(._3) .item-inner-wrap {
  background-color: #0E0E0E;
}
.nx-testi1-item:is(._3) .item-fav svg path {
    fill: #fff;
}
.nx-testi1-item:is(._3) .item-inner-wrap .item-action-top {
  background-color: #1F1F1F;
}
.nx-testi1-item:is(._3) .item-inner-wrap .item-action-top .item-text p {
  color: #fff;
}
.nx-testi1-item:is(._3) .item-inner-wrap .item-action-top .item-rate {
  color: #fff;
}
.nx-testi1-item:is(._3) .item-inner-wrap .item-action-top .item-rate .rate-num i {
  color: var(--nx-prime-c);
}
.nx-testi1-item:is(._3) .item-inner-wrap .item-action-top .item-rate .rate-num span {
  color: #fff;
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi1-item-wrap1 {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.nx-testi1-item-wrap1 .nx-testi1-item:nth-child(2) {
  margin-top: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi1-item-wrap1 .nx-testi1-item:nth-child(2) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi1-item-wrap2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.nx-testi1-item-wrap2 .nx-testi1-item:nth-child(1) {
  margin-top: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi1-item-wrap2 .nx-testi1-item:nth-child(1) {
    margin-top: 20px;
  }
}

.nx-testi1-item-wrap3 {
  margin-top: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi1-item-wrap3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.nx-testi1-item-wrap3 .nx-testi1-item:nth-child(1) {
  margin-top: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi1-item-wrap3 .nx-testi1-item:nth-child(1) {
    margin-top: 20px;
  }
}

.nx-testi1-content {
  z-index: 2;
  position: relative;
}

.nx-testi1-marquee {
  margin-top: 250px;
  margin-bottom: 550px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi1-marquee {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.nx-testi1-marquee h3 {
  color: #fff;
  font-size: 260px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  letter-spacing: -10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi1-marquee h3 {
    font-size: 120px;
    letter-spacing: -5px;
  }
}

/*---------------------------------------------------- */
/*Get In area*/
/*----------------------------------------------------*/
.nx-gt-text {
  margin: 0 auto;
  max-width: 550px;
  padding-top: 140px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-gt-text {
    padding-top: 0;
  }
}
.nx-gt-text .nx-sec-title1 .sec_title {
  margin: 0 auto;
  max-width: 450px;
}
.nx-gt-text .nx-sec-title1 p {
  padding-top: 10px;
}

.nx-gt-content {
  z-index: 1;
  height: 735px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-gt-content {
    height: auto;
  }
}
.nx-gt-content .nx-gt-shape {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto;
  max-width: 716px;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-gt-content .nx-gt-shape {
    display: none;
  }
}
.nx-gt-content .nx-gt-shape:before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 226px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 239, 239, 0.2)), color-stop(20.4%, rgba(239, 239, 239, 0.7)), color-stop(39.68%, rgba(239, 239, 239, 0.9)), color-stop(60.01%, #EFEFEF), color-stop(79.81%, #EFEFEF), to(#EFEFEF));
  background: linear-gradient(180deg, rgba(239, 239, 239, 0.2) 0%, rgba(239, 239, 239, 0.7) 20.4%, rgba(239, 239, 239, 0.9) 39.68%, #EFEFEF 60.01%, #EFEFEF 79.81%, #EFEFEF 100%);
}

.nx-gt-img {
  overflow: hidden;
  position: absolute;
  border-radius: 32px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-gt-img {
    display: none;
  }
}
.nx-gt-img:is(.nx-gt-img1) {
  top: 17%;
  left: 38%;
  z-index: 2;
  width: 332px;
  height: 340px;
}
.nx-gt-img:is(.nx-gt-img2) {
  top: 30px;
  right: 18.5%;
  width: 200px;
  height: 270px;
}
.nx-gt-img:is(.nx-gt-img3) {
  top: 96px;
  right: 0px;
  width: 180px;
  height: 140px;
}
.nx-gt-img:is(.nx-gt-img4) {
  left: 0;
  bottom: 140px;
  width: 248px;
  height: 180px;
}
.nx-gt-img:is(.nx-gt-img5) {
  bottom: 0;
  left: 25%;
  width: 248px;
  height: 210px;
}
.nx-gt-img:is(.nx-gt-img6) {
  left: 50%;
  width: 180px;
  height: 190px;
  bottom: 147px;
}
.nx-gt-img:is(.nx-gt-img7) {
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 322px;
  height: 270px;
}

.nx-get-in-img {
  z-index: 2;
  overflow: hidden;
  position: relative;
  border-radius: 32px;
}

.nx-get-in-form-area {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-get-in-form-area {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.nx-get-in-form {
  z-index: 1;
  height: 780;
  padding: 48px;
  max-width: 668px;
  border-radius: 32px;
  background-color: #000000;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-get-in-form {
    max-width: 100%;
  }
}
.nx-get-in-form .nx-get-in-shape {
  top: -28%;
  right: -34%;
  z-index: -1;
}
.nx-get-in-form .nx-get-in-shape2 {
  left: -24%;
  z-index: -1;
  bottom: -27%;
}
.nx-get-in-form .nx-sec-title1 {
  margin-bottom: 40px;
}
.nx-get-in-form .nx-sec-title1 .subtitle {
  color: #fff;
}
.nx-get-in-form .nx-sec-title1 .sec_title {
  color: #fff;
  font-size: 36px;
  letter-spacing: -1.5px;
}
.nx-get-in-form form label {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 8px;
  font-family: var(--nx-heading);
}
.nx-get-in-form form label span {
  color: var(--nx-prime-c);
}
.nx-get-in-form form input, .nx-get-in-form form textarea {
  width: 100%;
  height: 45px;
  color: #E4E4E4;
  padding-left: 16px;
  border-radius: 12px;
  border: 1px solid #353535;
  background-color: transparent;
}
.nx-get-in-form form input:placeholder, .nx-get-in-form form textarea:placeholder {
  color: #E4E4E4;
  letter-spacing: -0.5px;
}
.nx-get-in-form form textarea {
  height: 134px;
  padding-top: 16px;
}
.nx-get-in-form form button {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  margin-top: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  padding: 4px 16px 4px 4px;
}
.nx-get-in-form form button i {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background-color: var(--nx-prime-c);
}
.nx-get-in-form form button span {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.nx-get-in-form form button:hover {
  background-color: var(--nx-prime-c);
}
.nx-get-in-form form button:hover i {
  background-color: #fff;
}
.nx-get-in-form form button:hover i svg path {
  fill: var(--nx-prime-c);
}
.nx-get-in-form form button:hover span {
  color: #fff;
}
.nx-get-in-form .input-wrapper {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  margin-bottom: 24px;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-get-in-form .input-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.nx-get-in-form .nx-ab1-mis-bottom .nx-ab1-author .item-text h3 {
  color: #fff;
}
.nx-get-in-form .nx-ab1-mis-bottom .nx-ab1-author .item-text span {
  color: #E4E4E4;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.nx-blog-sec {
  background-color: #000000;
}
.nx-blog-sec .nx-ser1-top .nx-sec-title1 .subtitle {
  color: #fff;
}
.nx-blog-sec .nx-ser1-top .nx-sec-title1 .sec_title {
  color: #fff;
}
.nx-blog-sec .nx-ser1-top .item-desc p {
  color: #fff;
}

.nx-blog-item {
  gap: 8px;
  padding: 8px;
  display: -ms-grid;
  display: grid;
  max-width: 900px;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid #2A2A2A;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-blog-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.nx-blog-item .item-text {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #0E0E0E;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nx-blog-item .item-text .item-tag {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  color: var(--nx-prime-c);
  font-family: var(--nx-heading);
}
.nx-blog-item .item-text .date-meta {
  color: #E4E4E4;
  font-weight: 500;
}
.nx-blog-item .item-text .blg_title {
  color: #fff;
  line-height: 1.1;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 10px;
  letter-spacing: -1px;
}
.nx-blog-item .item-text .blg-btn .nx-btn1 a {
  background-color: transparent;
  border: 1px solid #2A2A2A;
}
.nx-blog-item .item-text .blg-btn .nx-btn1 a i {
  width: 36px;
  height: 36px;
}
.nx-blog-item .item-text .blg-btn .nx-btn1 a span {
  color: #fff;
}
.nx-blog-item .item-img .inner-img {
  clip-path: polygon(0% 5.063%, 0% 5.063%, 0.048% 4.242%, 0.187% 3.463%, 0.409% 2.736%, 0.706% 2.073%, 1.072% 1.483%, 1.499% 0.977%, 1.979% 0.565%, 2.504% 0.258%, 3.067% 0.066%, 3.661% 0%, 50% 0%, 69.336% 0%, 72.082% 0%, 72.082% 0%, 72.676% 0.066%, 73.24% 0.258%, 73.765% 0.565%, 74.245% 0.977%, 74.671% 1.483%, 75.037% 2.073%, 75.335% 2.736%, 75.557% 3.463%, 75.696% 4.242%, 75.744% 5.063%, 75.744% 9.968%, 75.744% 9.968%, 75.792% 10.79%, 75.93% 11.569%, 76.152% 12.295%, 76.45% 12.959%, 76.816% 13.549%, 77.243% 14.055%, 77.722% 14.466%, 78.248% 14.774%, 78.811% 14.965%, 79.405% 15.032%, 96.339% 15.032%, 96.339% 15.032%, 96.933% 15.098%, 97.496% 15.29%, 98.021% 15.597%, 98.501% 16.009%, 98.928% 16.515%, 99.294% 17.105%, 99.591% 17.768%, 99.813% 18.495%, 99.952% 19.274%, 100% 20.095%, 100% 25%, 100% 50%, 100% 94.937%, 100% 94.937%, 99.952% 95.758%, 99.813% 96.537%, 99.591% 97.264%, 99.294% 97.927%, 98.928% 98.517%, 98.501% 99.023%, 98.021% 99.435%, 97.496% 99.742%, 96.933% 99.934%, 96.339% 100%, 3.661% 100%, 3.661% 100%, 3.067% 99.934%, 2.504% 99.742%, 1.979% 99.435%, 1.499% 99.023%, 1.072% 98.517%, 0.706% 97.927%, 0.409% 97.264%, 0.187% 96.537%, 0.048% 95.758%, 0% 94.937%, 0% 5.063%);
}
.nx-blog-item .item-img .inner-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  height: 296px;
    object-fit: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-blog-item .item-img .inner-img {
    height: 250px;
    clip-path: none;
    overflow: hidden;
    border-radius: 20px;
  }
  .nx-blog-item .item-img .inner-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.nx-blog-item .item-img .min-read {
  top: 8px;
  right: 0px;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  border-radius: 30px;
  background-color: var(--nx-prime-c);
}
.nx-blog-item .item-author {
  margin-top: 8px;
  border-radius: 24px;
  background-color: #0E0E0E;
  padding: 12px 12px 12px 16px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nx-blog-item .item-author .ath-text span {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nx-blog-item .item-author .ath-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-top: 3px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nx-blog-item .item-author .auth-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 16px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-blog-item {
    margin: 0 auto;
  }
}
.nx-blog-item:hover {
  border: 1px solid var(--nx-prime-c);
}
.nx-blog-item:hover .item-img .inner-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.swiper-slide-next .nx-blog-item {
  border: 1px solid var(--nx-prime-c);
}
.swiper-slide-next .nx-blog-item .item-text .blg-btn .nx-btn1 a {
  background-color: #fff;
  border: 1px solid #fff;
}
.swiper-slide-next .nx-blog-item .item-text .blg-btn .nx-btn1 a i {
  width: 36px;
  height: 36px;
}
.swiper-slide-next .nx-blog-item .item-text .blg-btn .nx-btn1 a span {
  color: #000;
}
.swiper-slide-next .nx-blog-item .item-author {
  background-color: #fff;
}
.swiper-slide-next .nx-blog-item .item-author .ath-text h3, .swiper-slide-next .nx-blog-item .item-author .ath-text span {
  color: #000;
}

.nx-blog-slider {
  width: 135%;
  margin-left: -25%;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-blog-slider {
    width: 100%;
    margin-left: 0%;
  }
}

.nx-blog-nav {
  gap: 10px 15px;
  width: 280px;
}
.nx-blog-nav .nx-blg-left,
.nx-blog-nav .nx-blg-right {
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.nx-blog-nav .nx-blg-left:hover,
.nx-blog-nav .nx-blg-right:hover {
  border: 1px solid var(--nx-prime-c);
  background-color: var(--nx-prime-c);
}
.nx-blog-nav .nx-blg-pagi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
}
.nx-blog-nav .nx-blg-pagi .swiper-pagination-bullet {
  width: 32px;
  opacity: 1;
  height: 32px;
  position: relative;
  margin: 0 !important;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-blog-nav .nx-blg-pagi .swiper-pagination-bullet:before {
  top: 11px;
  left: 11px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 100%;
  position: absolute;
  background-color: var(--nx-prime-c);
}
.nx-blog-nav .nx-blg-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  border: 1px solid var(--nx-prime-c);
}

/*---------------------------------------------------- */
/*faq area*/
/*----------------------------------------------------*/
.nx-faq-part1 {
  width: 100%;
  max-width: 783px;
}
.nx-faq-part1 .nx-sec-title1 {
  max-width: 437px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-faq-part1 .nx-sec-title1 {
    max-width: 100%;
  }
}

.nx-faq-content {
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-faq-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-faq-accordion .accordion-item,
.nx-faq-accordion .accordion-button {
  background-color: #fff;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.nx-faq-accordion .accordion-item {
  border: none;
  position: relative;
  margin-bottom: 8px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.nx-faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.nx-faq-accordion .accordion-button {
  border: none;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  letter-spacing: -0.5px;
  padding: 23px 24px 21px;
  font-family: var(--nx-heading);
}
.nx-faq-accordion .accordion-button span {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000014;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-faq-accordion .accordion-button span {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-faq-accordion .accordion-button i {
  margin-right: 10px;
  font-style: normal;
}
.nx-faq-accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nx-faq-accordion .accordion-body {
  padding: 0;
  font-size: 18px;
  border-top: 1px solid #E9E9E9;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-faq-accordion .accordion-body .bi-faq-text {
  color: #474747;
  max-width: 730px;
  font-weight: 400;
  padding-top: 22px;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 24px;
}
.nx-faq-accordion .accordion-button::after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/ic11.svg);
}
.nx-faq-accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nx-faq-accordion .accordion-button:not(.collapsed) i {
  display: none;
}
.nx-faq-accordion .accordion-button:not(.collapsed):after {
  background-image: url(../img/ic12.png);
}
.nx-faq-accordion:is(.ver_2) .accordion-item {
  background-color: #000000;
  border: 1px solid rgba(53, 53, 53, 0.5019607843);
}
.nx-faq-accordion:is(.ver_2) .accordion-button i {
  opacity: 0.7;
  color: #E4E4E4;
}
.nx-faq-accordion:is(.ver_2) .accordion-button span {
  color: #fff;
}
.nx-faq-accordion:is(.ver_2) .accordion-button::after {
  top: 15px;
  right: 20px;
  color: #fff;
  width: 40px;
  content: "+";
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: none;
          transform: none;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(53, 53, 53, 0.6);
  background-image: none;
  font-family: "Font Awesome 5 Free";
}
.nx-faq-accordion:is(.ver_2) .accordion-button:not(.collapsed):after {
  -webkit-transform: none;
          transform: none;
  background-color: var(--nx-prime-c2);
  content: "\f068";
}
.nx-faq-accordion:is(.ver_2) .accordion-body .bi-faq-text {
  color: #E4E4E4;
  max-width: 900px;
}
.nx-faq-accordion:is(.ver_2) .accordion-body {
  border-top: 1px solid #2F2F2F;
}

.nx-faq-cta-card {
  padding: 40px;
  max-width: 505px;
  border-radius: 32px;
  background-color: #fff;
  border: 1px solid #E9E9E9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-faq-cta-card {
    max-width: 100%;
  }
}
.nx-faq-cta-card .nx-fq-icon {
  top: -25px;
  right: -50px;
}
.nx-faq-cta-card .item-img {
  width: 72px;
  height: 72px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 16px;
}
.nx-faq-cta-card .item-text h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  padding-bottom: 10px;
  letter-spacing: -1px;
  color: rgba(0, 0, 0, 0.8);
}
.nx-faq-cta-card .item-text h3 span {
  color: #474747;
  display: block;
}
.nx-faq-cta-card .item-text p {
  padding-bottom: 28px;
}
.nx-faq-cta-card .btn-grp {
  gap: 20px;
}
.nx-faq-cta-card .btn-grp .cta_btn {
  color: #474747;
  font-size: 19px;
  font-weight: 600;
}

/*---------------------------------------------------- */
/******* HOME PAGE 2 *******/
/*Hero area*/
/*----------------------------------------------------*/
.nx-hero2-sec {
  z-index: 1;
  padding: 0px 15px;
  position: relative;
}
.nx-hero2-sec:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}
.nx-hero2-sec:after {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 2px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(253, 63, 0, 0)), color-stop(50.22%, #FD3F00), to(rgba(253, 63, 0, 0)));
  background: linear-gradient(90deg, rgba(253, 63, 0, 0) 0%, #FD3F00 50.22%, rgba(253, 63, 0, 0) 100%);
}
.nx-hero2-sec .nx-hero2-bg {
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
}
.nx-hero2-sec .nx-hero2-vd {
  top: 0;
  left: 0;
  z-index: -2;
}

.nx-hero2-content {
  margin: 0 auto;
  max-width: 1702px;
  padding-top: 148px;
}

.nx-hero2-top {
  z-index: 2;
  max-width: 1550px;
  position: relative;
  padding-left: 30px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-top {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-top {
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.nx-hero2-text {
  margin-top: 80px;
  max-width: 485px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-text {
    text-align: center;
  }
}
.nx-hero2-text .hero_title {
  color: #fff;
  line-height: 1;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -5px;
  margin-bottom: 22px;
}
.nx-hero2-text .hero_title span {
  color: rgba(228, 228, 228, 0.6980392157);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nx-hero2-text .hero_title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .nx-hero2-text .hero_title {
    font-size: 55px;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .nx-hero2-text .hero_title {
    font-size: 50px;
    letter-spacing: 0;
  }
}
.nx-hero2-text p {
  color: #E4E4E4;
  font-size: 18px;
  max-width: 470px;
  line-height: 1.4;
  padding-bottom: 30px;
  letter-spacing: -0.5px;
}

.nx-hero2-img-wrap {
  max-width: 424px;
  margin-right: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-img-wrap {
    margin-right: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-img-grp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nx-hero2-img-grp .item-img {
  width: 232px;
  height: 232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 6px solid #030303;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-img-grp .item-img {
    width: 180px;
    height: 180px;
  }
}
.nx-hero2-img-grp .item-img2 {
  width: 232px;
  height: 232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
  margin-left: -40px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-img-grp .item-img2 {
    width: 180px;
    height: 180px;
  }
}
.nx-hero2-img-grp .inner-icon {
  position: absolute;
}

.nx-hero2-video {
  width: 246px;
  height: 160px;
  margin-top: 80px;
  border-radius: 20px;
  border: 4px solid #4E4E4E;
}
.nx-hero2-video video {
  border-radius: 20px;
}

.nx-hero2-social {
  position: relative;
}
.nx-hero2-social:before, .nx-hero2-social:after {
  top: 0;
  left: 0;
  z-index: 1;
  width: 61px;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#040404), color-stop(19.91%, #040404), color-stop(39.15%, #040404), color-stop(59.83%, rgba(4, 4, 4, 0.97)), color-stop(80.03%, rgba(4, 4, 4, 0.7)), to(rgba(4, 4, 4, 0)));
  background: linear-gradient(90deg, #040404 0%, #040404 19.91%, #040404 39.15%, rgba(4, 4, 4, 0.97) 59.83%, rgba(4, 4, 4, 0.7) 80.03%, rgba(4, 4, 4, 0) 100%);
}
.nx-hero2-social:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: -webkit-gradient(linear, left top, right top, color-stop(1.27%, #0F0E10), color-stop(20.92%, #100E0F), color-stop(39.92%, #0E0E0F), color-stop(60.34%, rgba(14, 13, 14, 0.98)), color-stop(80.28%, rgba(14, 13, 14, 0.5)), color-stop(90.29%, rgba(14, 13, 14, 0.3)), to(rgba(14, 13, 14, 0)));
  background: linear-gradient(90deg, #0F0E10 1.27%, #100E0F 20.92%, #0E0E0F 39.92%, rgba(14, 13, 14, 0.98) 60.34%, rgba(14, 13, 14, 0.5) 80.28%, rgba(14, 13, 14, 0.3) 90.29%, rgba(14, 13, 14, 0) 100%);
}
.nx-hero2-social a {
  margin: 0px 4px;
}

.nx-hr2-btm-text {
  color: #fff;
  line-height: 0.8;
  font-size: 340px;
  font-weight: 700;
  margin-top: 85px;
  white-space: nowrap;
  margin-bottom: -10px;
  letter-spacing: -28px;
  font-family: var(--nx-heading);
}
.nx-hr2-btm-text span {
  color: var(--nx-prime-c);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nx-hr2-btm-text {
    font-size: 280px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nx-hr2-btm-text {
    font-size: 230px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-hr2-btm-text {
    font-size: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nx-hr2-btm-text {
    font-size: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-hr2-btm-text {
    font-size: 140px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .nx-hr2-btm-text {
    font-size: 100px;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .nx-hr2-btm-text {
    font-size: 80px;
    letter-spacing: 0;
  }
}

.nx-start-project {
  width: 100%;
  height: 288px;
  max-width: 406px;
}
.nx-start-project .nx-start-up {
  gap: 4px;
  padding: 4px;
  border-radius: 20px;
  background-color: #fff;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-start-project .nx-start-up {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-start-project .nx-start-up .item-text {
  padding: 24px;
  max-width: 244px;
  border-radius: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--nx-prime-c);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-start-project .nx-start-up .item-text {
    max-width: 100%;
  }
}
.nx-start-project .nx-start-up .item-text h3 {
  color: #fff;
  font-size: 22px;
  line-height: 0.8;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: -0.1px;
}
.nx-start-project .nx-start-up .item-text p {
  color: #fff;
}
.nx-start-project .nx-start-up .item-text a {
  width: 100%;
  padding: 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.nx-start-project .nx-start-up .item-text a:hover {
  color: #fff;
  letter-spacing: 1px;
  background-color: #000;
}
.nx-start-project .nx-start-up .item-img {
  width: 150px;
  overflow: hidden;
  border-radius: 16px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-start-project .nx-start-up .item-img {
    width: 100%;
    height: 250px;
    max-width: 100%;
  }
}
.nx-start-project .nx-start-down {
  margin-top: 4px;
  padding: 16px 28px;
  border-radius: 15px;
  background-color: #fff;
}
.nx-start-project .nx-start-down p {
  color: #000000;
  font-size: 16px;
  max-width: 120px;
  font-weight: 500;
}
.nx-start-project .nx-st-client ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nx-start-project .nx-st-client li {
  width: 44px;
  height: 44px;
  overflow: hidden;
  margin-left: -18px;
  border-radius: 100%;
  border: 2px solid #FFFFFF;
}
.nx-start-project .nx-st-client li:first-child {
  margin-left: 0;
}
.nx-start-project .nx-st-client li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-bottom {
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.nx-ser2-top {
  gap: 30px;
}
.nx-ser2-top .nx-sec-title1 {
  max-width: 580px;
}
.nx-ser2-top .item-desc {
  max-width: 395px;
}
.nx-ser2-top .item-desc p {
  color: #fff;
  padding-bottom: 25px;
}

.nx-ser2-content {
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ser2-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nx-ser2-item {
  height: 420px;
  width: 322px;
  position: relative;
  border-radius: 32px;
  background-color: #131313;
  border: 1px solid #202020;
  padding: 12px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-ser2-item .front-part {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-ser2-item .front-part .item-icon {
  padding-top: 20px;
  padding-left: 20px;
}
.nx-ser2-item .front-part .item-text {
  text-align: center;
}
.nx-ser2-item .front-part .item-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  border-radius: 24px;
  letter-spacing: -1px;
  background-color: #1A1A1A;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-ser2-item .front-part .item-text h3 a {
  padding: 20px 24px;
}
.nx-ser2-item .front-part .item-text h3:hover {
  color: #fff;
  background-color: var(--nx-prime-c);
}
.nx-ser2-item .back-part {
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  position: absolute;
  visibility: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: perspective(1000px) rotateX(-90deg);
          transform: perspective(1000px) rotateX(-90deg);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ser2-item .back-part {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}
.nx-ser2-item .back-part .item-icon {
  padding-top: 20px;
  padding-left: 20px;
}
.nx-ser2-item .back-part .item-text {
  max-width: 316px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nx-ser2-item .back-part .item-text .title-text {
  border-radius: 32px;
  padding: 24px 24px 22px;
  background-color: #1A1A1A;
}
.nx-ser2-item .back-part .item-text .title-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1px;
  padding-bottom: 8px;
}
.nx-ser2-item .back-part .item-text .title-text p {
  opacity: 0.8;
  color: #E4E4E4;
  padding-bottom: 28px;
}
.nx-ser2-item .back-part .item-text .item-tag a {
  margin: 2px;
  color: #E4E4E4;
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 32px;
  letter-spacing: -0.5px;
  background-color: #202020;
}
.nx-ser2-item .back-part .item-text .item-tag a:hover {
  color: #fff;
  background-color: var(--nx-prime-c);
}
.nx-ser2-item .back-part .item-img {
  max-width: 316px;
  overflow: hidden;
  border-radius: 32px;
}
.nx-ser2-item:is(.active) {
  width: 668px;
}
.nx-ser2-item:is(.active) .front-part {
  opacity: 0;
}
.nx-ser2-item:is(.active) .back-part {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-transform: rotateX(0) rotateY(0deg);
          transform: rotateX(0) rotateY(0deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ser2-item {
    width: 100%;
    height: 100%;
    max-width: 668px;
  }
  .nx-ser2-item .front-part {
    display: none !important;
  }
  .nx-ser2-item .back-part {
    opacity: 1;
    position: relative;
    visibility: visible;
    -webkit-transform: rotateX(0) rotateY(0deg);
            transform: rotateX(0) rotateY(0deg);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) and (min-width: 481px) and (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) and (max-width: 480px), only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 481px) and (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 480px), only screen and (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) and (min-width: 481px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 575px) and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 481px) and (max-width: 575px) and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) and (min-width: 481px) and (max-width: 575px), only screen and (min-width: 481px) and (max-width: 575px) and (max-width: 480px), only screen and (max-width: 480px) and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 480px) and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 480px) and (min-width: 481px) and (max-width: 575px), (max-width: 480px) and (max-width: 480px) {
  .nx-ser2-item .back-part {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*---------------------------------------------------- */
/*Who we area*/
/*----------------------------------------------------*/
.nx-who-we-sec {
  background-color: #111111;
}

.nx-who-we-top {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-who-we-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-who-we-counter {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 24px 50px;
  max-width: 900px;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-who-we-counter {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.nx-who-w-count-item .item-title {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1.5px solid #282828;
}
.nx-who-w-count-item .item-title h3 {
  color: #fff;
  line-height: 1;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.nx-who-w-count-item .item-text {
  max-width: 404px;
}
@media (max-width: 480px) {
  .nx-who-w-count-item .item-text {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-who-w-count-item .item-text h3 {
  color: #fff;
  max-width: 145px;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -3px;
}
.nx-who-w-count-item .item-text h3 sup {
  top: -30px;
  margin-left: 8px;
  line-height: 0.7;
  font-size: 48px;
  letter-spacing: -1px;
  color: var(--nx-prime-c);
}
.nx-who-w-count-item .item-text p {
  font-size: 16px;
  max-width: 160px;
  letter-spacing: -0.5px;
}

.nx-who-we-author-wrap {
  width: 100%;
  max-width: 656px;
}

.nx-who-we-exp {
  width: 100%;
}
.nx-who-we-exp .item-title {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1.5px solid #282828;
}
.nx-who-we-exp .item-title h3 {
  color: #fff;
  line-height: 1;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .nx-who-we-exp .item-year {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-who-we-exp .item-year p {
  font-weight: 500;
  max-width: 250px;
  color: rgba(228, 228, 228, 0.8);
}
.nx-who-we-exp .item-year p span {
  color: #fff;
}
.nx-who-we-exp .item-year h3 {
  color: #fff;
  line-height: 1;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -3px;
}

.nx-who-we-author {
  margin-top: 70px;
}
.nx-who-we-author .nx-whw-auth {
  width: 100%;
  max-width: 195px;
}
.nx-who-we-author .nx-whw-auth .item-text h3, .nx-who-we-author .nx-whw-auth .item-text h4 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1px;
  color: var(--nx-prime-c);
}
.nx-who-we-author .nx-whw-auth .item-text h4 {
  padding-top: 5px;
  color: rgba(228, 228, 228, 0.8);
}
.nx-who-we-author .nx-whw-auth .item-img .inner-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 100%;
  margin-bottom: 15px;
}
.nx-who-we-author .nx-whw-auth .item-img .inner-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.nx-who-we-author .nx-whw-auth .item-img .inner-text span {
  color: #E4E4E4;
}
.nx-who-we-author .nx-whw-text {
  max-width: 347px;
}
.nx-who-we-author .nx-whw-text p {
  opacity: 0.8;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: -1px;
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.nx-who-we-sec {
  z-index: 1;
}
.nx-who-we-sec .nx-who-shape {
  right: 0;
  left: -40%;
  z-index: -1;
  width: 3600px;
  bottom: -420%;
  height: 3600px;
  margin: 0 auto;
  -webkit-filter: blur(54px);
          filter: blur(54px);
  border-radius: 100%;
  background-color: var(--nx-prime-c);
}

.nx-pro2-content {
  z-index: 2;
  display: -ms-grid;
  display: grid;
  gap: 32px 24px;
  position: relative;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro2-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@-webkit-keyframes EYE {
  90% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(15px) scaleY(0);
            transform: translateY(15px) scaleY(0);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes EYE {
  90% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(15px) scaleY(0);
            transform: translateY(15px) scaleY(0);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.nx-pro2-item {
  margin: 0 auto;
  max-width: 668px;
}
.nx-pro2-item .item-img {
  overflow: hidden;
  border-radius: 32px;
  margin-bottom: 22px;
}
.nx-pro2-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-pro2-item .item-img .item-icon {
  left: 0;
  top: 50%;
  right: 0;
  width: 72px;
  opacity: 0;
  height: 72px;
  margin: 0 auto;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nx-pro2-item .item-img .item-icon a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--nx-prime-c);
}
.nx-pro2-item .item-img .item-icon a i {
  font-size: 28px;
  -webkit-animation: EYE 1.5s infinite;
          animation: EYE 1.5s infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.nx-pro2-item .item-text {
  gap: 10px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nx-pro2-item .title-pro h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
  letter-spacing: -1px;
}
.nx-pro2-item .title-pro span {
  color: #E4E4E4;
  font-size: 16px;
  font-weight: 500;
}
.nx-pro2-item .more_btn {
  gap: 8px;
  color: #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nx-pro2-item .more_btn svg {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nx-pro2-item .more_btn svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-pro2-item .more_btn:hover {
  color: var(--nx-prime-c);
}
.nx-pro2-item .more_btn:hover svg {
  margin-right: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nx-pro2-item .more_btn:hover svg path {
  fill: var(--nx-prime-c);
}
.nx-pro2-item:hover .item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.nx-pro2-item:hover .item-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*---------------------------------------------------- */
/*text scroll area*/
/*----------------------------------------------------*/
.nx-txt-scrl2-sec {
  width: 100%;
  height: 250px;
}

.nx-txt-scrl2-wrap {
  width: 120%;
  margin-top: 75px;
  overflow: hidden;
  padding: 20px 0px;
  margin-left: -65px;
  display: flow-root;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background-color: var(--nx-prime-c);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-txt-scrl2-wrap {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.nx-txt-scrl2-wrap h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
}
.nx-txt-scrl2-wrap i {
  top: -5px;
  margin: 0px 10px;
  position: relative;
}
.nx-txt-scrl2-wrap:is(.ver_2) {
  margin-top: -50px;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  background-color: #2B2B2B;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-txt-scrl2-wrap:is(.ver_2) {
    margin-top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.nx-txt-scrl-circle {
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-txt-scrl-circle {
    display: none;
  }
}
.nx-txt-scrl-circle span {
  -webkit-animation: spin 8s linear infinite;
          animation: spin 8s linear infinite;
}
.nx-txt-scrl-circle i {
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--nx-prime-c);
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

/*---------------------------------------------------- */
/*why choose area*/
/*----------------------------------------------------*/
.nx-why-c2-sec .nx-sec-title1 {
  margin: 0 auto;
  max-width: 650px;
}

@-webkit-keyframes floatY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes floatY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.nx-why-c2-content {
  gap: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nx-why-c2-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-why-c2-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.nx-why-c2-item1 {
  padding: 24px;
  height: 600px;
  border-radius: 20px;
  background-color: #fff;
}
.nx-why-c2-item1 .nx-wc2-shape1 {
  right: 0;
  bottom: 0;
}
.nx-why-c2-item1 h3 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  padding-bottom: 10px;
}
.nx-why-c2-item1 li {
  color: #191919;
  font-weight: 500;
  margin-bottom: 10px;
}
.nx-why-c2-item1 li i {
  margin-right: 6px;
}

.nx-why-c2-item2 {
  height: 370px;
  max-width: 445px;
  overflow: hidden;
  padding-top: 48px;
  margin-bottom: 12px;
  border-radius: 20px;
  border: 1px solid #242424;
  background-color: #121212;
}
.nx-why-c2-item2 .nx-wc2-icon {
  width: 520px;
  height: 188px;
  margin-left: -40px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-why-c2-item2 .nx-wc2-icon {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.nx-why-c2-item2 .nx-wc2-icon li {
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-animation: floatY 2s ease-in-out infinite;
          animation: floatY 2s ease-in-out infinite;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-why-c2-item2 .nx-wc2-icon li {
    position: static;
  }
}
.nx-why-c2-item2 .nx-wc2-icon li:nth-child(2) {
  left: 60px;
  bottom: 60px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.nx-why-c2-item2 .nx-wc2-icon li:nth-child(3) {
  left: 140px;
  bottom: 105px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.nx-why-c2-item2 .nx-wc2-icon li:nth-child(4) {
  left: 230px;
  bottom: 130px;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.nx-why-c2-item2 .nx-wc2-icon li:nth-child(5) {
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.nx-why-c2-item2 .nx-wc2-icon li:nth-child(6) {
  right: 60px;
  bottom: 60px;
  left: auto;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.nx-why-c2-item2 .nx-wc2-icon li:nth-child(7) {
  right: 140px;
  bottom: 105px;
  left: auto;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.nx-why-c2-item2 .item-text {
  margin: 0 auto;
  margin-top: -40px;
  max-width: 326px;
  font-family: var(--nx-heading);
}
.nx-why-c2-item2 .item-text .item-top span {
  color: #E4E4E4;
  font-weight: 500;
}
.nx-why-c2-item2 .item-text .item-top span i {
  color: var(--nx-prime-c);
}
.nx-why-c2-item2 .item-text .item-top p {
  color: #E4E4E4;
  font-size: 18px;
  font-weight: 500;
  padding-top: 8px;
}
.nx-why-c2-item2 .item-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-top: 10px;
  letter-spacing: -1px;
}

.nx-why-c2-item3 {
  z-index: 1;
  padding: 24px;
  height: 217px;
  overflow: hidden;
  border-radius: 20px;
}
.nx-why-c2-item3 .nx-wc2-img {
  right: 0;
  bottom: 0;
  z-index: -1;
}
.nx-why-c2-item3 h3 {
  font-size: 20px;
  max-width: 270px;
  font-weight: 700;
  padding-bottom: 25px;
  letter-spacing: -0.5px;
}
.nx-why-c2-item3 .support-btn {
  max-width: 266px;
}
.nx-why-c2-item3 .support-btn span {
  margin-bottom: 15px;
}
.nx-why-c2-item3 .support-btn span b {
  color: #000000;
  font-size: 17px;
  position: relative;
}
.nx-why-c2-item3 .support-btn span b:before {
  top: 6px;
  left: -25px;
  width: 14px;
  content: "";
  height: 14px;
  position: absolute;
  border-radius: 100%;
  background-color: #D99983;
}
.nx-why-c2-item3 .support-btn span b:after {
  top: 8px;
  width: 8px;
  left: -22px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: var(--nx-prime-c);
}
.nx-why-c2-item3 .support-btn a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 6px 18px 6px 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nx-why-c2-item3 .support-btn a i {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--nx-prime-c);
}

.nx-why-c2-item4 {
  padding: 24px;
  height: 371px;
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 20px;
  background-color: #fff;
}
.nx-why-c2-item4 .item-title h3 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 5px;
}
.nx-why-c2-item4 .item-title p {
  color: #474747;
}
.nx-why-c2-item4 .item-img {
  right: -25px;
  margin-top: 85px;
  position: relative;
  margin-right: -26px;
}

.nx-why-c2-item5 {
  padding: 24px;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--nx-prime-c);
}
.nx-why-c2-item5 .nx-wc-shape4 {
  top: -10px;
  right: -13px;
}
.nx-why-c2-item5 .item-client ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.nx-why-c2-item5 .item-client li {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  font-size: 17px;
  overflow: hidden;
  font-weight: 700;
  margin-left: -15px;
  border-radius: 100%;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1.5px solid #FD3F00;
  font-family: var(--nx-heading);
}
.nx-why-c2-item5 .item-client li:first-child {
  margin-left: 0;
}
.nx-why-c2-item5 .item-client p {
  color: #FFFFFF;
  font-weight: 700;
  font-family: var(--nx-heading);
}
.nx-why-c2-item5 .item-bottom {
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nx-why-c2-item5 .item-bottom h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
}
.nx-why-c2-item5 .item-bottom p {
  color: #fff;
  max-width: 196px;
  line-height: 1.4;
}

/*---------------------------------------------------- */
/*work process area*/
/*----------------------------------------------------*/
.nx-work-p2-sec {
  overflow: clip;
  position: relative;
}

.nx-work-p2-content {
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-work-p2-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-wp-text {
  right: 30px;
  bottom: -200px;
  font-size: 350px;
  font-weight: 700;
  letter-spacing: -20px;
  color: var(--nx-prime-c);
  font-family: var(--nx-heading);
}

.nx-work-p2-part1 {
  max-width: 555px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-work-p2-part1 {
    width: 100%;
    max-width: 100%;
  }
}
.nx-work-p2-part1 .nx-sec-title1 p {
  max-width: 480px;
}

.nx-work-p2-item {
  padding: 32px;
  border-radius: 24px;
  margin-bottom: 24px;
  border: 5px solid #202020;
  background-color: #000000;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-work-p2-item:last-child {
  margin-bottom: 0;
}
.nx-work-p2-item .side-circle1 {
  top: -25px;
  right: -45px;
  width: 100px;
  height: 100px;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  border-radius: 100%;
  background-color: var(--nx-prime-c);
}
.nx-work-p2-item .side-circle2 {
  bottom: -65px;
  opacity: 0.5;
  left: -50px;
  width: 100px;
  height: 100px;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  border-radius: 100%;
  background-color: var(--nx-prime-c);
}
.nx-work-p2-item .item-top {
  margin-bottom: 35px;
}
.nx-work-p2-item .item-top .inner-icon {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  border: 1px solid transparent;
  background: linear-gradient(#212227, #212227) padding-box, linear-gradient(225deg, #FD3F00 0%, rgba(253, 63, 0, 0) 15.32%, rgba(253, 63, 0, 0) 49.69%, rgba(253, 63, 0, 0) 84.84%, #FD3F00 100%) border-box;
}
.nx-work-p2-item .item-top .inner-icon:before, .nx-work-p2-item .item-top .inner-icon:after {
  top: -15px;
  left: -15px;
  width: 37px;
  content: "";
  height: 15px;
  position: absolute;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: rotate(-34.16deg);
          transform: rotate(-34.16deg);
  background-color: var(--nx-prime-c);
}
.nx-work-p2-item .item-top .inner-icon:after {
  top: auto;
  left: auto;
  right: -15px;
  bottom: -15px;
}
.nx-work-p2-item .item-top .inner-icon svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-work-p2-item .item-top .inner-stage {
  color: #fff;
  font-size: 16px;
  padding: 7px 14px;
  border-radius: 12px;
  letter-spacing: -0.5px;
  border: 1px solid transparent;
  background: linear-gradient(#212227, #212227) padding-box, linear-gradient(225deg, #FD3F00 0%, rgba(253, 63, 0, 0) 15.32%, rgba(253, 63, 0, 0) 49.69%, rgba(253, 63, 0, 0) 84.84%, #FD3F00 100%) border-box;
}
.nx-work-p2-item .item-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
}
.nx-work-p2-item .item-text p {
  color: #E4E4E4;
  max-width: 440px;
  padding-bottom: 24px;
}
.nx-work-p2-item .item-text .item-tag a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 10px 12px;
  border-radius: 12px;
  background-color: #fff;
  letter-spacing: -0.5px;
  background-color: #1C1C1C;
}
.nx-work-p2-item:hover {
  background-color: var(--nx-prime-c);
}
.nx-work-p2-item:hover .item-top .inner-icon svg path {
  fill: var(--nx-prime-c);
}

.nx-work-p2-part2 {
  top: 50px;
  width: 100%;
  height: 390px;
  position: sticky;
  max-width: 656px;
  overflow: hidden;
  border-radius: 20px;
  border: 6px solid #202020;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-work-p2-part2 {
    max-width: 100%;
  }
}

/*---------------------------------------------------- */
/*testi team area*/
/*----------------------------------------------------*/
.nx-tst2-area .nx-sec-title1 {
  margin: 0 auto;
  max-width: 650px;
}

.nx-tst2-wrap {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
  max-width: 898px;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-tst2-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.nx-tst2-item {
  padding: 24px;
  max-width: 437px;
  border-radius: 24px;
  background-color: #1A1A1A;
  border: 1px solid #222222;
}
.nx-tst2-item .item-top {
  padding-bottom: 20px;
}
.nx-tst2-item .item-top .auth-img {
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 100%;
}
.nx-tst2-item .top-author {
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nx-tst2-item .auth-img-text {
  gap: 12px;
}
.nx-tst2-item .auth-img-text .auth-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 4px;
}
.nx-tst2-item .auth-img-text .auth-text span {
  color: #E4E4E4;
  letter-spacing: -0.5px;
}
.nx-tst2-item .item-desc {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 24px;
  letter-spacing: -0.8px;
}
.nx-tst2-item .item-desc span {
  opacity: 0.8;
  display: inline;
}
.nx-tst2-item .item-bottom .rate-num {
  gap: 5px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.nx-tst2-item .item-bottom .rate-num i {
  font-size: 20px;
  color: var(--nx-prime-c);
}
.nx-tst2-item .item-bottom .rate-num span {
  opacity: 0.8;
  font-size: 18px;
  font-weight: 500;
}
.nx-tst2-item:is(.ver_3) {
  background-color: var(--nx-prime-c);
}
.nx-tst2-item:is(.ver_3) .item-bottom .rate-num i {
  color: #fff;
}
.nx-tst2-item:is(.ver_2) {
  background-color: #fff;
}
.nx-tst2-item:is(.ver_2) .auth-img-text .auth-text h3 {
  color: #000000;
}
.nx-tst2-item:is(.ver_2) .auth-img-text .auth-text span {
  color: #474747;
}
.nx-tst2-item:is(.ver_2) .item-desc {
  color: #000000;
}
.nx-tst2-item:is(.ver_2) .item-bottom .rate-num {
  color: #000000;
}

.nx-tm2-content .nx-sec-title1 {
  margin: 0 auto;
  max-width: 550px;
}

.nx-tm2-feed-wrap {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-tm2-feed-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-tm2-feed-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.nx-tm2-item {
  max-width: 322px;
}
.nx-tm2-item .item-img-social {
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 12px;
}
.nx-tm2-item .item-img-social .item-social {
  left: 0px;
  bottom: 0px;
  opacity: 0;
  display: none;
  position: absolute;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.02);
  padding: 10px 10px 34px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  backdrop-filter: blur(15px);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nx-tm2-item .item-img-social .item-social a {
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1490196078);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.nx-tm2-item .item-img-social .item-social a:hover {
  color: #fff;
  background-color: var(--nx-prime-c);
}
.nx-tm2-item .item-text {
  opacity: 0;
  padding: 14px;
  display: none;
  visibility: hidden;
  border-radius: 20px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background-color: var(--nx-prime-c);
}
.nx-tm2-item .item-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 4px;
}
.nx-tm2-item .item-text span {
  color: #fff;
}
.nx-tm2-item:is(.active) .item-social {
  left: 30px;
  opacity: 1;
  bottom: -25px;
  visibility: visible;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.nx-tm2-item:is(.active) .item-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.nx-tm2-content:is(.active) .nx-tm2-item .item-img-social .item-social {
  display: block;
}
.nx-tm2-content:is(.active) .nx-tm2-item .item-text {
  display: block;
}

/*---------------------------------------------------- */
/*Get In touch area*/
/*----------------------------------------------------*/
.nx-get-in2-sec {
  z-index: 1;
}
.nx-get-in2-sec .nx-get-bg {
  top: 0;
  left: 0;
  z-index: -1;
}

.nx-get-in-touch2-text {
  padding-bottom: 435px;
}
.nx-get-in-touch2-text .nx-sec-title1 .sec_title {
  font-size: 90px;
}
.nx-get-in-touch2-text .nx-sec-title1 h3 {
  font-weight: 700;
  font-size: 44px;
  color: var(--nx-prime-c);
}

.nx-gn-btm-text {
  max-width: 467px;
}
.nx-gn-btm-text p {
  color: #E4E4E4;
  font-size: 17px;
  letter-spacing: -0.5px;
  padding-bottom: 30px;
}
.nx-gn-btm-text .btm-btn-grp {
  gap: 32px;
}
.nx-gn-btm-text .btm-btn-grp .nx-btn1 a i {
  width: 45px;
  height: 45px;
}
.nx-gn-btm-text .btm-btn-grp .btn_more {
  gap: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.nx-gn-btm-text .btm-btn-grp .btn_more:hover {
  color: var(--nx-prime-c);
}

/*---------------------------------------------------- */
/*faq touch area*/
/*----------------------------------------------------*/
@-webkit-keyframes beat {
  0%, 100% {
    -webkit-transform: scaleY(0.3);
            transform: scaleY(0.3);
  }
  50% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5);
  }
}
@keyframes beat {
  0%, 100% {
    -webkit-transform: scaleY(0.3);
            transform: scaleY(0.3);
  }
  50% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5);
  }
}
.nx-faq2-text {
  max-width: 577px;
}
.nx-faq2-text .nx-sec-title1 .sec_title {
  line-height: 1;
  font-size: 72px;
}
.nx-faq2-text .nx-sec-title1 p {
  max-width: 430px;
  letter-spacing: -0.5px;
  color: rgba(228, 228, 228, 0.8);
}
.nx-faq2-text .nx-sec-title1 p span {
  display: inline;
  color: rgb(255, 255, 255);
}
.nx-faq2-text .line-shape svg line {
  -webkit-animation: beat 2s infinite ease-in-out;
          animation: beat 2s infinite ease-in-out;
}
.nx-faq2-text .line-shape svg line:nth-child(odd) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nx-faq2-text .line-shape svg line:nth-child(even) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.nx-faq2-text .line-shape svg line:nth-child(3n) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.nx-faq2-bottom p {
  max-width: 360px;
  font-size: 18px;
  color: rgba(228, 228, 228, 0.8980392157);
  letter-spacing: -0.5px;
}
.nx-faq2-bottom .nx-ab1-mis-bottom .nx-ab1-author .item-text h3 {
  color: #fff;
}
.nx-faq2-bottom .nx-btn1 a {
  color: #fff;
  padding: 4px 16px 4px 4px;
  background-color: var(--nx-prime-c);
}
.nx-faq2-bottom .nx-btn1 a i {
  width: 44px;
  height: 44px;
  background-color: #fff;
}
.nx-faq2-bottom .nx-btn1 a span {
  color: #fff;
}

.nx-faq2-accordion {
  width: 100%;
  max-width: 668px;
}
.nx-faq2-accordion .accordion-item,
.nx-faq2-accordion .accordion-button {
  background-color: #0D0D0D;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border: 1px solid rgba(34, 34, 34, 0.8);
}
.nx-faq2-accordion .accordion-button {
  border: none;
}
.nx-faq2-accordion .accordion-button span {
  color: #E4E4E4;
}
.nx-faq2-accordion .accordion-body {
  border-top: 1px solid rgba(34, 34, 34, 0.8);
}
.nx-faq2-accordion .accordion-body .bi-faq-text {
  opacity: 0.8;
  color: #E4E4E4;
}
.nx-faq2-accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nx-faq2-accordion .accordion-button::after {
  background-image: url(../img/ic20.svg);
}
.nx-faq2-accordion .accordion-button:not(.collapsed):after {
  background-image: url(../img/ic21.svg);
}

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/
.nx-price2-content {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nx-price2-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-price2-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.nx-price2-btn {
  gap: 12px;
}
.nx-price2-btn .nav-tabs {
  padding: 4px;
  border-radius: 32px;
  background-color: #141414;
}
.nx-price2-btn .nav-tabs .nav-link,
.nx-price2-btn .nav-tabs .nav-link.active {
  color: #fff;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 32px;
  font-family: var(--nx-heading);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nx-price2-btn .nav-tabs .nav-link.active {
  background-color: #000000;
}
.nx-price2-btn span {
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.5px;
  font-family: var(--nx-heading);
}
.nx-price2-btn:is(.ver_2) .nav-tabs {
  background-color: #fff;
}
.nx-price2-btn:is(.ver_2) .nav-link,
.nx-price2-btn:is(.ver_2) .nav-link.active {
  color: #000000;
}
.nx-price2-btn:is(.ver_2) .nav-link.active {
  background-color: #EFEFEF;
}
.nx-price2-btn:is(.ver_2) span {
  color: #000;
}

.nx-price2-item {
  z-index: 1;
  padding: 8px;
  overflow: hidden;
  max-width: 437px;
  border-radius: 32px;
  background-color: #000000;
  border: 1px solid #222222;
}
.nx-price2-item .item-bg {
  top: 0;
  left: 0;
  z-index: -1;
}
.nx-price2-item .inner-item {
  border: 32px;
}
.nx-price2-item .item-top {
  padding: 32px;
  border-radius: 24px;
  background-color: #141414;
}
.nx-price2-item .item-bottom {
  padding: 32px 32px 32px 20px;
}
.nx-price2-item .item-title {
  padding-bottom: 20px;
}
.nx-price2-item .item-title h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 12px;
}
.nx-price2-item .item-title p {
  opacity: 0.8;
  color: #E4E4E4;
}
.nx-price2-item .item-btn {
  margin-top: 24px;
}
.nx-price2-item .item-btn a {
  color: #fff;
  width: 100%;
  padding: 14px;
  text-align: center;
  border-radius: 15px;
  background-color: #000000;
}
.nx-price2-item .item-btn a:hover {
  background-color: var(--nx-prime-c);
}
.nx-price2-item .item-desc h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
  letter-spacing: -0.5px;
}
.nx-price2-item .item-desc p {
  color: rgba(228, 228, 228, 0.8);
}
.nx-price2-item .item-desc p span {
  color: #fff;
  font-weight: 600;
}
.nx-price2-item .item-price h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.nx-price2-item .item-price h2 span {
  color: #E4E4E4;
  font-size: 16px;
  font-weight: 400;
}
.nx-price2-item .item-list li {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #E4E4E4;
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nx-price2-item .item-list li:last-child {
  margin-bottom: 0;
}
.nx-price2-item .item-list li i {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--nx-prime-c);
}
.nx-price2-item:is(.popular) {
  border: 1px solid var(--nx-prime-c);
}
.nx-price2-item:is(.popular) .item-top {
  background-color: var(--nx-prime-c);
}
.nx-price2-item:is(.popular) .item-btn a:hover {
  color: #000;
  background-color: #fff;
}

/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
.nx-spon2-content {
  gap: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-spon2-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-spon2-content .nx-spon2-text {
  max-width: 185px;
}
.nx-spon2-content .nx-spon2-text h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: -1px;
}
.nx-spon2-content .nx-btn1 a {
  background-color: var(--nx-prime-c);
}
.nx-spon2-content .nx-btn1 a i {
  background-color: #fff;
}
.nx-spon2-content .nx-btn1 a span {
  color: #fff;
}

.nx-spon2-logos {
  max-width: 1015px;
  position: relative;
}
.nx-spon2-logos:before, .nx-spon2-logos:after {
  top: 0;
  left: 0;
  z-index: 2;
  width: 80px;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#080808), color-stop(14.75%, #080808), color-stop(30.01%, #080808), color-stop(45.27%, #080808), color-stop(60.26%, #080808), color-stop(75.24%, rgba(8, 8, 8, 0.96)), color-stop(87.78%, rgba(8, 8, 8, 0.9)), to(rgba(8, 8, 8, 0)));
  background: linear-gradient(90deg, #080808 0%, #080808 14.75%, #080808 30.01%, #080808 45.27%, #080808 60.26%, rgba(8, 8, 8, 0.96) 75.24%, rgba(8, 8, 8, 0.9) 87.78%, rgba(8, 8, 8, 0) 100%);
}
.nx-spon2-logos:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.nx-spon2-img {
  margin: 0px 20px;
  display: inline-block;
}
.nx-spon2-img .item-img {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*---------------------------------------------------- */
/*Insight area*/
/*----------------------------------------------------*/
.nx-insight-content {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-insight-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero1-sec:before {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  #nx_hero_anim {
    height: auto;
  }
}
.nx-insight-top .nx-sec-title1 {
  max-width: 685px;
}
.nx-insight-top .top-desc {
  max-width: 440px;
}
.nx-insight-top .top-desc p {
  padding-bottom: 28px;
}
.nx-insight-top .top-desc .nx-btn1 a {
  padding: 4px 16px 4px 4px;
}
.nx-insight-top .top-desc .nx-btn1 a i {
  width: 44px;
  height: 44px;
}

.nx-insight-text {
  max-width: 454px;
  padding-top: 155px;
  margin-bottom: 48px;
}
.nx-insight-text .item_tag {
  line-height: 1;
  font-weight: 500;
  padding-bottom: 10px;
  color: var(--nx-prime-c);
}
.nx-insight-text .ins_title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 16px;
}
.nx-insight-text p {
  opacity: 0.8;
  color: #E4E4E4;
  line-height: 1.5;
  padding-bottom: 30px;
}
.nx-insight-text .nx-btn1 a {
  border: 1px solid #2A2A2A;
  padding: 4px 16px 4px 4px;
  background-color: transparent;
}
.nx-insight-text .nx-btn1 a i {
  width: 36px;
  height: 36px;
}
.nx-insight-text .nx-btn1 a span {
  color: #fff;
}
.nx-insight-text .nx-btn1 a:hover {
  background-color: var(--nx-prime-c);
}
.nx-insight-text .nx-btn1 a:hover i {
  background-color: #fff;
}
.nx-insight-text .nx-btn1 a:hover i svg path {
  fill: var(--nx-prime-c);
}

.nx-insight-section {
  position: relative;
}

.nx-insight-img {
  overflow: hidden;
  max-width: 846px;
  margin-bottom: 48px;
  border-radius: 32px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.nx-insight-img .item-icon {
  left: 0;
  top: 40%;
  right: 0;
  width: 72px;
  opacity: 0;
  height: 72px;
  margin: 0 auto;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-insight-img .item-icon a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--nx-prime-c);
}
.nx-insight-img .item-icon a i {
  font-size: 28px;
  -webkit-animation: EYE 1.5s infinite;
  animation: EYE 1.5s infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.nx-insight-img:hover .item-icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.nx-insight-right {
  position: relative;
}

.nx-insight-img-wrap {
  position: sticky;
  top: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.nx-insight-img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 20px;
  overflow: hidden;
}

.nx-insight-img img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

/*---------------------------------------------------- */
/*Newslatter area*/
/*----------------------------------------------------*/
.nx-newslatter-content {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-newslatter-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-newslatter-widget-social {
  width: 100%;
  max-width: 668px;
}

.nx-newslatter-widget {
  gap: 24px;
  width: 100%;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-newslatter-widget {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.nx-newslatter-text {
  max-width: 437px;
}
.nx-newslatter-text .nx-sec-title1 p {
  color: #E4E4E4;
}
.nx-newslatter-text:is(.ver_2) .nx-sec-title1 .subtitle {
  color: #fff;
}
.nx-newslatter-text:is(.ver_2) .nx-sec-title1 p {
  color: #E4E4E4;
}
.nx-newslatter-text:is(.ver_2) .nx-sec-title1 .sec_title {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
       only screen and (min-width: 576px) and (max-width: 767px),
       only screen and (min-width: 481px) and (max-width: 575px) {
  .nx-sec-title1 .sec_title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 480px) {
  .nx-sec-title1 .sec_title {
    font-size: 30px;
  }
}

.nx-newslatter-text .nx-newslatter-form {
  margin-top: 30px;
}
.nx-newslatter-text .nx-newslatter-form:is(.ver_2) button {
  background-color: var(--nx-prime-c2);
}
.nx-newslatter-text .nx-newslatter-form:is(.ver_2) button:hover {
  background-color: #fff;
}
.nx-newslatter-text .nx-newslatter-form:is(.ver_2) button:hover i {
  background-color: var(--nx-prime-c2);
}
.nx-newslatter-text .nx-newslatter-form:is(.ver_2) button:hover i svg path {
  fill: #fff;
}
.nx-newslatter-text .nx-newslatter-form:is(.ver_2) button:hover span {
  color: var(--nx-prime-c2);
}
.nx-newslatter-text .nx-newslatter-form:is(.ver_2) .newslatter-text p a {
  color: var(--nx-prime-c2);
}
.nx-newslatter-text .nx-newslatter-form form {
  margin-bottom: 25px;
}
.nx-newslatter-text .nx-newslatter-form input {
  width: 100%;
  height: 45px;
  border: none;
  color: rgba(228, 228, 228, 0.6980392157);
  background-color: transparent;
  border-bottom: 1px solid #2A2A2A;
}
.nx-newslatter-text .nx-newslatter-form input::-webkit-input-placeholder {
  color: rgba(228, 228, 228, 0.6980392157);
}
.nx-newslatter-text .nx-newslatter-form input::-moz-placeholder {
  color: rgba(228, 228, 228, 0.6980392157);
}
.nx-newslatter-text .nx-newslatter-form input:-ms-input-placeholder {
  color: rgba(228, 228, 228, 0.6980392157);
}
.nx-newslatter-text .nx-newslatter-form input::-ms-input-placeholder {
  color: rgba(228, 228, 228, 0.6980392157);
}
.nx-newslatter-text .nx-newslatter-form input::placeholder {
  color: rgba(228, 228, 228, 0.6980392157);
}
.nx-newslatter-text .nx-newslatter-form button {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  margin-top: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  padding: 4px 16px 4px 4px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: var(--nx-prime-c);
}
.nx-newslatter-text .nx-newslatter-form button i {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nx-newslatter-text .nx-newslatter-form button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.nx-newslatter-text .nx-newslatter-form button:hover {
  background-color: #fff;
}
.nx-newslatter-text .nx-newslatter-form button:hover i {
  background-color: var(--nx-prime-c);
}
.nx-newslatter-text .nx-newslatter-form button:hover i svg path {
  fill: #fff;
}
.nx-newslatter-text .nx-newslatter-form button:hover span {
  color: var(--nx-prime-c);
}
.nx-newslatter-text .nx-newslatter-form .newslatter-text p {
  color: #E4E4E4;
  padding-bottom: 5px;
  letter-spacing: -0.5px;
}
.nx-newslatter-text .nx-newslatter-form .newslatter-text p a {
  font-weight: 500;
  color: var(--nx-prime-c);
}
.nx-newslatter-text .nx-newslatter-form .newslatter-text span {
  color: rgba(228, 228, 228, 0.8980392157);
}

.nx-footer-widget2 .widget-title {
  color: #E4E4E4;
  line-height: 1;
  font-weight: 500;
  opacity: 0.8;
  font-size: 18px;
  letter-spacing: -1px;
  font-family: var(--nx-body-font);
  position: relative;
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 20px;
}
.nx-footer-widget2 .widget-title:before {
  left: 0;
  bottom: 0px;
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  background-color: #2A2A2A;
}
.nx-footer-widget2 .widget-title:after {
  left: 0;
  bottom: -1px;
  width: 24px;
  height: 3px;
  content: "";
  position: absolute;
  background-color: var(--nx-prime-c);
}
.nx-footer-widget2 .widget-title:is(.ver_2):after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-75.69%, #5C3FE9), to(#B019D6));
  background: linear-gradient(360deg, #5C3FE9 -75.69%, #B019D6 100%);
}
.nx-footer-widget2 .menu-widget li {
  margin-bottom: 10px;
}
.nx-footer-widget2 .menu-widget li:last-child {
  margin-bottom: 0;
}
.nx-footer-widget2 .menu-widget li a {
  opacity: 0.8;
  color: #E4E4E4;
  font-size: 17px;
  font-weight: 500;
}
.nx-footer-widget2 .menu-widget li a:hover {
  opacity: 1;
  color: #fff;
  letter-spacing: 0.5px;
}
.nx-footer-widget2 .cta-widget h4 {
  color: #fff;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  font-family: var(--nx-body-font);
}
.nx-footer-widget2 .cta-widget h5 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}
.nx-footer-widget2 .cta-widget p {
  opacity: 0.8;
  color: #E4E4E4;
}
.nx-footer-widget2 .cta-widget a {
  font-size: 20px;
  font-weight: 500;
  color: var(--nx-prime-c);
}
.nx-footer-widget2 .cta-widget:is(.ver_2) a {
  color: var(--nx-prime-c2);
}

.nx-newslatter-social {
  margin-top: 105px;
}
.nx-newslatter-social h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.nx-newslatter-social h4:is(.ver_2) {
  color: #E4E4E4;
}
.nx-newslatter-social ul li {
  margin-left: 12px;
}
.nx-newslatter-social ul li a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/******* HOME PAGE 3 *******/
/*Hero area*/
/*----------------------------------------------------*/
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes flowGradientEnhanced {
  0% {
    background-position: center 0%;
    background-size: 100% 280%;
  }
  100% {
    background-position: center 65%;
    background-size: 100% 320%;
  }
}
@keyframes flowGradientEnhanced {
  0% {
    background-position: center 0%;
    background-size: 100% 280%;
  }
  100% {
    background-position: center 65%;
    background-size: 100% 320%;
  }
}
.nx-hero-about {
  background-color: #E0E0E0;
}

.nx-hero3-wrap {
  z-index: 1;
  background-color: #E0E0E0;
}
.nx-hero3-wrap .nx-ball {
  top: 108px;
  left: -80px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.nx-hero3-wrap .container {
  max-width: 1744px;
}
.nx-hero3-wrap .line_animation {
  top: 0;
  left: 0%;
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.nx-hero3-wrap .line_animation .line_area {
  width: 1px;
  height: 100%;
  position: relative;
  background: #CACACA;
}

.nx-hero3-img {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero3-img {
    position: static;
  }
}

.nx-hr3-shape1 {
  top: 200px;
  right: 100px;
}
.nx-hr3-shape1 img {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hr3-shape1 {
    display: none;
  }
}

.nx-hero3-video {
  top: 50%;
  right: 100px;
  width: 267px;
  height: 156px;
  z-index: 2;
  position: absolute;
  border-radius: 32px;
  border: 4px solid #FFFFFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.2784313725);
          box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.2784313725);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero3-video {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nx-hero3-video {
    top: 20%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-hero3-video {
    top: 25%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero3-video {
    position: static;
    margin-bottom: 30px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.nx-hero3-video video {
  border-radius: 32px;
}

.nx-hr3-marquee-text {
  left: 0;
  z-index: 2;
  bottom: 0px;
  mix-blend-mode: exclusion;
}
.nx-hr3-marquee-text h3 {
  color: #fff;
  font-weight: 700;
  font-size: 260px;
  letter-spacing: -15px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hr3-marquee-text h3 {
    font-size: 160px;
    letter-spacing: -5px;
  }
}

.nx-hero3-content {
  z-index: 1;
  padding-top: 375px;
  padding-bottom: 375px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-hero3-content {
    padding-top: 150px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero3-content {
    padding-top: 0px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero3-wrap {
    padding-top: 150px;
  }
}

.nx-hr3-brand-text {
  left: 10%;
  right: 0;
  top: -25px;
  z-index: -2;
  color: #D3D3D3;
  line-height: 0.9;
  font-size: 380px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  letter-spacing: -20px;
  font-family: var(--nx-heading);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hr3-brand-text {
    display: none;
  }
}

.nx-hr3-circle {
  right: 0;
  top: -60px;
  left: -25px;
  z-index: -1;
  width: 742px;
  height: 742px;
  margin: 0 auto;
  border-radius: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-11.39%, #5C3FE9), color-stop(88.88%, #B019D6));
  background: linear-gradient(360deg, #5C3FE9 -11.39%, #B019D6 88.88%);
  -webkit-animation: flowGradientEnhanced 2s infinite alternate;
          animation: flowGradientEnhanced 2s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-hr3-circle {
    width: 600px;
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hr3-circle {
    display: none;
  }
}

.nx-hr3-circle-social {
  left: 0;
  right: 25px;
  bottom: 148px;
  margin: 0 auto;
  max-width: 898px;
  text-align: 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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hr3-circle-social {
    display: none;
  }
}
.nx-hr3-circle-social .nx-hr3-social {
  left: 0;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.nx-hr3-circle-social .nx-hr3-social ul li {
  width: 72px;
  height: 72px;
  line-height: 72px;
  list-style: none;
  text-align: center;
  border-radius: 100%;
  background-color: #E0E0E0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-hr3-circle-social .nx-hr3-social ul li:hover {
  background-color: var(--nx-prime-c2);
}
.nx-hr3-circle-social .nx-hr3-social ul:nth-child(1) li {
  top: 15%;
  left: 10px;
  position: absolute;
}
.nx-hr3-circle-social .nx-hr3-social ul:nth-child(1) li:nth-child(2) {
  top: 30%;
  left: 34px;
}
.nx-hr3-circle-social .nx-hr3-social ul:nth-child(1) li:nth-child(3) {
  top: 44%;
  left: 70px;
}
.nx-hr3-circle-social .nx-hr3-social ul:nth-child(2) li {
  top: 15%;
  right: 10px;
  position: absolute;
}
.nx-hr3-circle-social .nx-hr3-social ul:nth-child(2) li:nth-child(2) {
  top: 30%;
  right: 34px;
}
.nx-hr3-circle-social .nx-hr3-social ul:nth-child(2) li:nth-child(3) {
  top: 44%;
  right: 70px;
}

.nx-hero3-desc {
  z-index: 3;
  max-width: 300px;
  position: relative;
}
.nx-hero3-desc p {
  color: #474747;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 28px;
  letter-spacing: -0.5px;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.nx-ab3-sec {
  padding: 100px 0px;
  background-color: #111111;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}
.nx-ab3-sec .container {
  max-width: 1746px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab3-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nx-ab3-part1 {
  width: 100%;
  max-width: 581px;
}

.nx-ab3-count-card {
  z-index: 1;
  padding: 28px;
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 32px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#2D2D2D), color-stop(49.96%, #171717), to(#000000));
  background: linear-gradient(180deg, #2D2D2D 0%, #171717 49.96%, #000000 100%);
}
.nx-ab3-count-card:last-child {
  margin-bottom: 0;
}
.nx-ab3-count-card:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-11.39%, #5C3FE9), color-stop(88.88%, #B019D6));
  background: linear-gradient(360deg, #5C3FE9 -11.39%, #B019D6 88.88%);
}
.nx-ab3-count-card .item-top {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 26px;
}
.nx-ab3-count-card .item-top h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -1px;
}
.nx-ab3-count-card .item-top p {
  opacity: 0.9;
  color: #E4E4E4;
  max-width: 155px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.nx-ab3-count-card .item-bottom p {
  opacity: 0.8;
  color: #E4E4E4;
  max-width: 368px;
}
.nx-ab3-count-card:is(.active):before {
  width: 100%;
}
.nx-ab3-count-card:is(.active) .item-top p {
  color: #fff;
}
.nx-ab3-count-card:is(.active) .item-bottom p {
  color: #FFFFFF;
}

.nx-ab3-part2 {
  width: 100%;
  max-width: 602px;
  padding-left: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab3-part2 {
    padding-left: 25px;
  }
}
.nx-ab3-part2 .nx-sec-title1 .subtitle {
  color: #fff;
}
.nx-ab3-part2 .nx-sec-title1 .sec_title {
  color: #fff;
}
.nx-ab3-part2 .nx-sec-title1 .sec_title span {
  color: rgba(255, 255, 255, 0.6980392157);
  display: inline;
}
.nx-ab3-part2 .nx-sec-title1 p {
  opacity: 0.8;
  color: #fff;
}
.nx-ab3-part2 .nx-ab3-ratting h3 {
  gap: 12px;
  color: #fff;
  line-height: 0.9;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
.nx-ab3-part2 .nx-ab3-ratting p {
  color: #E4E4E4;
  font-weight: 500;
  font-family: var(--nx-heading);
}
.nx-ab3-part2 .nx-hr1-cl-slide .nx-h-cl-img {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #111111;
}
.nx-ab3-part2 .cl_circle {
  z-index: 2;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #111111;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-75.69%, #5C3FE9), to(#B019D6));
  background: linear-gradient(360deg, #5C3FE9 -75.69%, #B019D6 100%);
}
.nx-ab3-part2 .nx-hr1-cl-slide {
  margin-left: 60px;
  margin-right: -65px;
}

.nx-ab3-part3 {
  max-width: 555px;
  padding-left: 70px;
}
.nx-ab3-part3 .inner-item-wrap {
  height: 100%;
  overflow: hidden;
  border-radius: 32px;
  border: 4px solid #3B3B3B;
}
.nx-ab3-part3 .nx-ab3-circle {
  left: -12px;
  z-index: 1;
  width: 180px;
  bottom: 190px;
  height: 180px;
  position: absolute;
  border-radius: 100%;
  background-color: #111111;
}
.nx-ab3-part3 .nx-ab3-circle span {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab3-part3 .nx-ab3-circle {
    bottom: 0;
  }
}
.nx-ab3-part3 .nx-ab3-circle i {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.nx-ab3-testi-slide {
  left: 0;
  bottom: 12px;
  overflow: hidden;
  position: absolute;
  display: flow-root;
}

.nx-ab3-testi-card {
  width: 277px;
  padding: 16px;
  margin: 0px 6px;
  border-radius: 20px;
  display: inline-block;
  background-color: #fff;
}
.nx-ab3-testi-card .item-img-name {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nx-ab3-testi-card .item-img-name .item-img {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 100%;
}
.nx-ab3-testi-card .item-img-name .item-name h3 {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -1px;
}
.nx-ab3-testi-card .item-rate h3 {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -1px;
}
.nx-ab3-testi-card .item-rate h3 i {
  color: #BFBFBF;
  font-size: 15px;
}
.nx-ab3-testi-card .item-desc {
  color: #474747;
  font-size: 15px;
  font-weight: 500;
  margin-top: 12px;
  line-height: 1.4;
}

/*---------------------------------------------------- */
/*How we work area*/
/*----------------------------------------------------*/
.nx-hw-work3-sec .nx-sec-title1 {
  margin: 0 auto;
  max-width: 800px;
}
.nx-hw-work3-sec .nx-sec-title1 p {
  color: #474747;
}
.nx-hw-work3-sec .container {
  max-width: 1462px;
}

.nx-hw-work3-vh {
  height: 200vh;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hw-work3-vh {
    height: 100%;
  }
}

.nx-hw-work3-sticky {
  top: 60px;
  position: sticky;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hw-work3-sticky {
    position: static;
  }
}

.nx-hw-work3-content {
  margin: 0px auto;
  max-width: 460px;
  margin-top: 60px;
  position: relative;
}

.nx-hw-work3-item {
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0px auto;
  max-width: 460px;
  overflow: hidden;
  position: absolute;
  border-radius: 32px;
  margin-bottom: 32px;
  border: 1px solid #D9D9D9;
  background-color: #EFEFEF;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hw-work3-item {
    position: relative;
  }
}
.nx-hw-work3-item:is(._1) {
  position: relative;
}
.nx-hw-work3-item:is(._2) {
  top: 15px;
}
.nx-hw-work3-item:is(._3) {
  top: 30px;
}
.nx-hw-work3-item:before {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#2D2D2D), color-stop(49.96%, #171717), to(#000000));
  background: linear-gradient(180deg, #2D2D2D 0%, #171717 49.96%, #000000 100%);
}
.nx-hw-work3-item .item-text-wrap {
  padding: 32px;
}
.nx-hw-work3-item .item-top .item-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-75.69%, #5C3FE9), to(#B019D6));
  background: linear-gradient(360deg, #5C3FE9 -75.69%, #B019D6 100%);
}
.nx-hw-work3-item .item-top .item-text {
  color: #000000;
  line-height: 1;
  font-weight: 500;
  padding: 12px 14px;
  border-radius: 12px;
  text-transform: uppercase;
  background-color: #E4E4E4;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.nx-hw-work3-item .item-img {
  height: 248px;
  overflow: hidden;
  position: relative;
  border-radius: 26px;
  border: 6px solid #fff;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.nx-hw-work3-item .item-img img {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.nx-hw-work3-item .item-img:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.nx-hw-work3-item .item-desc h3 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 12px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.nx-hw-work3-item .item-desc p {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.nx-hw-work3-item:is(.active):before {
  opacity: 1;
}
.nx-hw-work3-item:is(.active) .item-top .item-text {
  background-color: #fff;
}
.nx-hw-work3-item:is(.active) .item-desc h3 {
  color: #fff;
}
.nx-hw-work3-item:is(.active) .item-desc p {
  color: #E4E4E4;
}
.nx-hw-work3-item:is(.active) .item-img {
  border: 6px solid #383838;
}
.nx-hw-work3-item:is(.active) .item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.nx-hw-work3-item:is(.active) .item-img:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -webkit-transition: all 400ms line;
  transition: all 400ms line;
}

.nx-hw-work3-btm .inner-item {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 120px;
  background-color: #DBDBDB;
  padding: 6px 16px 6px 6px;
}
.nx-hw-work3-btm .inner-item span {
  color: #fff;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 32px;
  background-color: #000;
}
.nx-hw-work3-btm .inner-item p {
  color: #191919;
  font-weight: 500;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.nx-ser3-sec {
  background-color: #111111;
}
.nx-ser3-sec .container {
  max-width: 1454px;
}

.nx-ser3-content {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ser3-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nx-ser3-top {
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nx-ser3-top .nx-sec-title1 {
  max-width: 480px;
}
.nx-ser3-top .nx-sec-title1 .subtitle {
  color: #fff;
}
.nx-ser3-top .nx-sec-title1 .sec_title {
  color: #fff;
}
.nx-ser3-top .nx-sec-title1 .sec_title span {
  display: inline;
  color: rgba(255, 255, 255, 0.6980392157);
}
.nx-ser3-top .item-desc {
  max-width: 412px;
}
.nx-ser3-top .item-desc p {
  opacity: 0.8;
  color: #FFFFFF;
}

.nx-ser3-img {
  max-width: 558px;
  overflow: hidden;
  margin-bottom: 48px;
  border-radius: 32px;
}
.nx-ser3-img:last-child {
  margin-bottom: 0;
}
.nx-ser3-img .item-icon {
  left: 0;
  top: 42%;
  right: 0;
  width: 72px;
  opacity: 0;
  height: 72px;
  margin: 0 auto;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nx-ser3-img .item-icon a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--nx-prime-c2);
}
.nx-ser3-img .item-icon a i {
  font-size: 28px;
  -webkit-animation: EYE 1.5s infinite;
          animation: EYE 1.5s infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.nx-ser3-img .item-tag {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 34px;
  position: absolute;
  background: rgba(0, 0, 0, 0.0117647059);
  backdrop-filter: blur(36px);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ser3-img .item-tag {
    padding: 25px 15px;
  }
}
.nx-ser3-img .item-tag a {
  color: #fff;
  margin-right: 8px;
  padding: 10px 16px;
  border-radius: 120px;
  background-color: #000000;
}
.nx-ser3-img:hover .item-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nx-ser3-text-part {
  width: 100%;
  max-width: 772px;
}

.nx-ser3-text {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ser3-text {
    display: block;
    position: static;
    margin-bottom: 30px;
  }
}
.nx-ser3-text .item-serial {
  color: #fff;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2D2D2D;
}
.nx-ser3-text .item-top {
  margin-bottom: 18px;
}
.nx-ser3-text .item-top h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  max-width: 250px;
  letter-spacing: -1px;
}
.nx-ser3-text p {
  opacity: 0.8;
  color: #E4E4E4;
}
.nx-ser3-text .item-bottom {
  padding-top: 15px;
  border-top: 1px solid #393939;
}
.nx-ser3-text .item-bottom span {
  color: #fff;
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.nx-pro3-sec .container {
  max-width: 1744px;
}

.nx-pro3-title h3 {
  line-height: 1;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 35px;
}
.nx-pro3-title h3 i {
  font-size: 18px;
}
.nx-pro3-title p {
  color: #474747;
  margin: 0 auto;
  max-width: 550px;
}

.nx-pro3-item-area .nx-pro3-item-wrap {
  gap: 30px;
  margin-bottom: 72px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro3-item-area .nx-pro3-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-pro3-item-area .nx-pro3-item-wrap:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes pxl_blinds_staggered {
  0%, 25% {
    background-position: 0 100%;
  }
  75%, 100% {
    background-position: 0 0;
  }
}

@keyframes pxl_blinds_staggered {
  0%, 25% {
    background-position: 0 100%;
  }
  75%, 100% {
    background-position: 0 0;
  }
}
.nx-pro3-item .item-img {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 32px;
  position: relative;
}
.nx-pro3-item .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.nx-pro3-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-pro3-item .item-icon {
  left: 0;
  top: 42%;
  right: 0;
  width: 72px;
  opacity: 0;
  height: 72px;
  margin: 0 auto;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nx-pro3-item .item-icon a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--nx-prime-c2);
}
.nx-pro3-item .item-icon a i {
  font-size: 28px;
  -webkit-animation: EYE 1.5s infinite;
          animation: EYE 1.5s infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.nx-pro3-item .item-text {
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nx-pro3-item .item-text .title_text h3 {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 12px;
}
.nx-pro3-item .item-text .title_text h3:hover {
  letter-spacing: 1px;
}
.nx-pro3-item .item-text .title_text .item-tag a {
  line-height: 1;
  font-size: 15px;
  padding: 8px 10px;
  margin-right: 6px;
  margin-bottom: 4px;
  border-radius: 100px;
  letter-spacing: -0.5px;
  border: 1px solid rgba(71, 71, 71, 0.3019607843);
}
.nx-pro3-item .item-text .item-arrow a {
  width: 72px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #474747;
}
.nx-pro3-item .item-text .item-arrow a svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-pro3-item:is(.visible) .item-img:before {
  background: repeating-linear-gradient(#868686, #fff 6.25%), -webkit-gradient(linear, left top, left bottom, color-stop(33.3%, #000), color-stop(0, grey), color-stop(66.7%, #fff)) 0/100% 305%;
  background: repeating-linear-gradient(#868686, #fff 6.25%), linear-gradient(#000 33.3%, grey 0, #fff 66.7%) 0/100% 305%;
  background-blend-mode: multiply;
  background-position: 0 0;
  -webkit-filter: contrast(999);
  filter: contrast(999);
  mix-blend-mode: screen;
  border-radius: 15px;
  -webkit-animation: pxl_blinds_staggered 1.5s linear alternate;
  animation: pxl_blinds_staggered 1.5s linear alternate;
}
.nx-pro3-item:hover .item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  mix-blend-mode: exclusion;
}
.nx-pro3-item:hover .item-img .item-icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nx-pro3-item:hover .item-text .item-arrow a {
  border: 1px solid #000000;
  background-color: #000000;
}
.nx-pro3-item:hover .item-text .item-arrow a svg path {
  fill: #fff;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.nx-testi3-sec {
  background-color: #111111;
}
.nx-testi3-sec .container {
  max-width: 1454px;
}

.nx-testi3-top {
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@-webkit-keyframes verticalScroll {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes verticalScroll {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.nx-tsti3-ver-line {
  top: 0;
  left: 0;
  opacity: 0.6;
  height: 100%;
  color: #E4E4E4;
  line-height: 1;
  font-size: 180px;
  font-weight: 500;
  position: absolute;
  letter-spacing: -6px;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: var(--nx-heading);
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-tsti3-ver-line {
    display: none;
  }
}
.nx-tsti3-ver-line:before, .nx-tsti3-ver-line:after {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 146px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#111111), color-stop(19.89%, #111111), color-stop(40.37%, #111111), color-stop(59.88%, #111111), color-stop(79.58%, rgba(17, 17, 17, 0.98)), color-stop(90.31%, rgba(17, 17, 17, 0.79)), to(rgba(17, 17, 17, 0)));
  background: linear-gradient(180deg, #111111 0%, #111111 19.89%, #111111 40.37%, #111111 59.88%, rgba(17, 17, 17, 0.98) 79.58%, rgba(17, 17, 17, 0.79) 90.31%, rgba(17, 17, 17, 0) 100%);
}
.nx-tsti3-ver-line:after {
  bottom: 0;
  top: auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: -webkit-gradient(linear, left top, left bottom, from(#111111), color-stop(19.89%, #111111), color-stop(40.37%, #111111), color-stop(59.88%, #111111), color-stop(79.58%, rgba(17, 17, 17, 0.98)), color-stop(90.31%, rgba(17, 17, 17, 0.79)), to(rgba(17, 17, 17, 0)));
  background: linear-gradient(180deg, #111111 0%, #111111 19.89%, #111111 40.37%, #111111 59.88%, rgba(17, 17, 17, 0.98) 79.58%, rgba(17, 17, 17, 0.79) 90.31%, rgba(17, 17, 17, 0) 100%);
}
.nx-tsti3-ver-line .scroll-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: verticalScroll 6s linear infinite;
          animation: verticalScroll 6s linear infinite;
}
.nx-tsti3-ver-line .scroll-item span {
  white-space: nowrap;
}

.nx-testi3-slider-content {
  padding-left: 266px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi3-slider-content {
    padding-left: 0;
  }
}

.nx-testi3-slider-wrap {
  overflow: hidden;
  border-radius: 32px;
}
.nx-testi3-slider-wrap .nx-testi3-shape {
  top: -35%;
  right: -20%;
  z-index: 2;
}

.nx-testi3-top .nx-sec-title1 {
  max-width: 450px;
}
.nx-testi3-top .nx-sec-title1 .subtitle {
  color: #fff;
}
.nx-testi3-top .nx-sec-title1 .sec_title {
  color: #fff;
}

.nx-testi3-top-text {
  left: 45%;
  top: 35px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi3-top-text {
    margin-bottom: 30px;
    position: static !important;
  }
}
.nx-testi3-top-text ul li {
  color: #fff;
  font-size: 16px;
}
.nx-testi3-top-text span {
  color: #E4E4E4;
  font-weight: 500;
}

.nx-testi3-slide-item {
  padding: 12px;
  min-height: 552px;
  border-radius: 32px;
  border: 1px solid #2D2D2D;
  background: -webkit-gradient(linear, left top, left bottom, from(#2D2D2D), color-stop(49.96%, #171717), to(#000000));
  background: linear-gradient(180deg, #2D2D2D 0%, #171717 49.96%, #000000 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi3-slide-item {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nx-testi3-slide-item .test3-img {
  width: 100%;
  overflow: hidden;
  max-width: 449px;
  border-radius: 20px;
}
.nx-testi3-slide-item .test3-img:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
}
.nx-testi3-slide-item .test3-img .item-img2 {
  top: 49%;
  left: 50%;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  max-width: 389px;
  border-radius: 24px;
  border: 4px solid #FFFFFF;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.5);
          transform: translateY(-50%) translateX(-50%) scale(0.5);
}
.nx-testi3-slide-item .name-rate {
  opacity: 0;
  left: 0px;
  width: 100%;
  bottom: 50px;
  visibility: hidden;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-testi3-slide-item .name-rate .item-name {
  padding-left: 24px;
}
.nx-testi3-slide-item .name-rate .item-name h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -1px;
}
.nx-testi3-slide-item .name-rate .item-name span {
  color: #FFFFFF;
}
.nx-testi3-slide-item .name-rate .item-rate {
  padding: 12px;
  background-color: #fff;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}
.nx-testi3-slide-item .name-rate .item-rate span {
  color: #051229;
  line-height: 0.8;
  font-size: 22px;
  font-weight: 600;
}
.nx-testi3-slide-item .name-rate .item-rate i {
  color: #FFBB00;
}
.nx-testi3-slide-item .test3-text {
  position: relative;
  color: #E4E4E4;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: -1px;
  padding: 160px 60px 60px;
  font-family: var(--nx-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-testi3-slide-item .test3-text {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi3-slide-item .test3-text {
    padding: 30px;
  }
}
.nx-testi3-slide-item .test3-text div {
  opacity: 0;
  visibility: visible;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 1500ms var(--cube-1);
  transition: 1500ms var(--cube-1);
}
.nx-testi3-slide-item .test3-text:before {
  left: 0;
  z-index: 2;
  height: 1px;
  bottom: 25px;
  opacity: 0.6;
  content: "";
  width: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(98, 98, 98, 0)), color-stop(50.29%, #626262), to(rgba(98, 98, 98, 0)));
  background: linear-gradient(90deg, rgba(98, 98, 98, 0) 0%, #626262 50.29%, rgba(98, 98, 98, 0) 100%);
}

.swiper-slide-active .nx-testi3-slide-item .test3-img .item-img2 {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
}
.swiper-slide-active .nx-testi3-slide-item .name-rate {
  opacity: 1;
  bottom: 24px;
  visibility: visible;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.swiper-slide-active .nx-testi3-slide-item .test3-text div {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.swiper-slide-active .nx-testi3-slide-item .test3-text div:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.swiper-slide-active .nx-testi3-slide-item .test3-text div:nth-child(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.swiper-slide-active .nx-testi3-slide-item .test3-text div:nth-child(4) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.nx-testi2-thumb {
  top: 28%;
  right: 7%;
  gap: 40px;
  width: 100%;
  max-width: 560px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi2-thumb {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nx-testi2-thumb:before {
  left: 0;
  z-index: 2;
  height: 1px;
  top: -40px;
  opacity: 0.6;
  content: "";
  width: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(98, 98, 98, 0)), color-stop(50.29%, #626262), to(rgba(98, 98, 98, 0)));
  background: linear-gradient(90deg, rgba(98, 98, 98, 0) 0%, #626262 50.29%, rgba(98, 98, 98, 0) 100%);
}

.nx-tst-thumb-slider {
  max-width: 368px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-tst-thumb-slider {
    display: none;
  }
}

.nx-tst2-thumb {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  border: 2px solid #9A9A9A;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-tst2-thumb .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide-active .nx-tst2-thumb {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 2px solid #AD1AD6;
}

.nx-tst3-nav {
  z-index: 2;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  border-radius: 100%;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2F2F2F;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nx-tst3-nav svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-tst3-nav:is(.nx-tst3-next) {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.nx-tst3-nav:hover {
  background-color: #FFFFFF;
}
.nx-tst3-nav:hover svg path {
  fill: #000000;
}

.nx-tst3-sponsor {
  right: 0;
  z-index: 2;
  bottom: 50px;
  max-width: 640px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-tst3-sponsor {
    bottom: 0;
    margin: 40px;
    position: relative;
  }
}
.nx-tst3-sponsor h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.nx-tst3-scroller {
  position: relative;
}
.nx-tst3-scroller:before, .nx-tst3-scroller:after {
  top: 0;
  left: -60px;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  max-width: 120px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#050505), color-stop(24.89%, #050505), color-stop(50.15%, #050505), color-stop(75.16%, rgba(5, 5, 5, 0.95)), to(rgba(5, 5, 5, 0)));
  background: linear-gradient(90deg, #050505 0%, #050505 24.89%, #050505 50.15%, rgba(5, 5, 5, 0.95) 75.16%, rgba(5, 5, 5, 0) 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-tst3-scroller:before, .nx-tst3-scroller:after {
    display: none;
  }
}
.nx-tst3-scroller:after {
  left: auto;
  right: -40px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.nx-tst3-spon-item {
  margin: 0px 17px;
  display: inline-block;
}
.nx-tst3-spon-item .item-img {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nx-tst3-spon-item .item-img img {
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-tst3-spon-item .item-img:hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.nx-tst3-bottom-feed {
  gap: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-tst3-bottom-feed {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.nx-tst3-card {
  padding: 4px;
  margin-bottom: 12px;
  border-radius: 23px;
  background-color: #202020;
}
.nx-tst3-card .item-text-wrapper {
  padding: 20px;
  border-radius: 18px;
  background-color: #111111;
}
.nx-tst3-card .item-text-wrapper p {
  color: #E4E4E4;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 55px;
  font-family: var(--nx-heading);
}
.nx-tst3-card .item-top .item-rate h3 {
  gap: 5px;
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
}
.nx-tst3-card .item-top .item-rate h3 span {
  opacity: 0.8;
  margin-left: 5px;
  color: #E4E4E4;
  font-size: 16px;
  font-weight: 500;
}
.nx-tst3-card .item-top .item-rate h3 i {
  color: #FFBB00;
  font-size: 16px;
}
.nx-tst3-card .item-author {
  gap: 12px;
  padding: 16px 16px 12px;
}
.nx-tst3-card .item-author .item-img {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 100%;
}
.nx-tst3-card .item-author .item-text h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.nx-tst3-card .item-author .item-text span {
  color: #E4E4E4;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.nx-team3-sec {
  height: 100vh;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-team3-sec {
    height: 100%;
    padding: 100px 0px;
  }
}

.nx-team3-content {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-team3-content {
    height: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-team3-title {
    padding-bottom: 50px;
  }
}
.nx-team3-title .nx-tm3-subtitle {
  color: #000000;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: var(--nx-heading);
}
.nx-team3-title .nx-tm3-subtitle span {
  padding-left: 18px;
  position: relative;
  color: var(--nx-prime-c2);
}
.nx-team3-title .nx-tm3-subtitle span:before {
  top: 8px;
  left: 0;
  width: 10px;
  content: "";
  height: 10px;
  position: absolute;
  border-radius: 100%;
  background-color: var(--nx-prime-c2);
}
.nx-team3-title h2 {
  color: #000000;
  line-height: 1.6;
  font-weight: 700;
  font-size: 130px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-team3-title h2 {
    line-height: 1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-team3-title h2 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nx-team3-title h2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-team3-title h2 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .nx-team3-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .nx-team3-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 360px) {
  .nx-team3-title h2 {
    font-size: 40px;
  }
}
.nx-team3-title h2 span {
  display: block;
}
.nx-team3-title h2 span:nth-child(2) {
  padding-left: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-team3-title h2 span:nth-child(2) {
    padding-left: 0;
  }
}
.nx-team3-title h2 span:nth-child(3) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nx-team3-title h2 span i {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-75.69%, #5C3FE9), to(#B019D6));
  background: linear-gradient(360deg, #5C3FE9 -75.69%, #B019D6 100%);
}
.nx-team3-title h2 span i:before {
  top: 50%;
  content: "";
  width: 350px;
  left: -350px;
  height: 1.5px;
  position: absolute;
  background-color: #DFDFDF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-team3-title h2 span i:before {
    display: none;
  }
}

.nx-team3-item-feed {
  left: 0;
  top: 50%;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #111111;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-team3-item-feed {
    height: 100%;
    position: static;
    padding: 80px 15px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.nx-team3-item-wrap {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-team3-item-wrap {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-team3-item-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-team3-item-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.nx-team3-item {
  overflow: hidden;
  max-height: 560px;
  border-radius: 24px;
}
.nx-team3-item:is(._3) {
  z-index: 2;
  position: relative;
}
.nx-team3-item:is(._4) {
  z-index: 1;
  position: relative;
}
.nx-team3-item .item-img {
  position: relative;
}
.nx-team3-item .item-img:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(rgba(17, 17, 17, 0.7)));
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.7) 100%);
}
.nx-team3-item .item-text {
  left: 0;
  right: 0;
  opacity: 0;
  bottom: 50px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-team3-item .item-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  letter-spacing: -0.5px;
}
.nx-team3-item .item-text span {
  color: #E4E4E4;
  font-weight: 500;
}
.nx-team3-item .item-text .arrow_more {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-75.69%, #5C3FE9), to(#B019D6));
  background: linear-gradient(360deg, #5C3FE9 -75.69%, #B019D6 100%);
}
.nx-team3-item:hover .item-text {
  opacity: 1;
  bottom: 90px;
  visibility: visible;
}

.nx-team3-video {
  left: 0;
  bottom: 0;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-team3-video {
    position: static;
  }
}

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/
.nx-price3-sec .nx-sec-title1 {
  margin: 0 auto;
  max-width: 650px;
}

.nx-price3-content {
  gap: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-price3-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-price3-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.nx-price3-item .price-inner-content {
  padding: 8px;
  background: #FFFFFF;
  border-radius: 32px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(121, 85, 255, 0.1215686275);
          box-shadow: 0px 10px 30px 0px rgba(121, 85, 255, 0.1215686275);
}
.nx-price3-item .price-inner-content:is(.popular) {
  z-index: 1;
  position: relative;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.nx-price3-item .price-inner-content:is(.popular):before {
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  border-radius: 32px;
  background: linear-gradient(173.97deg, #A309CA 4.77%, #E4D5FC 36.17%, #FFFFFF 50.29%);
}
.nx-price3-item .price-inner-content:is(.popular) .popular-item-wrap .popu_title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 18px 24px 16px;
}
.nx-price3-item .price-inner-content:is(.popular) .item-btn a {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(174, 26, 214, 0.3019607843);
          box-shadow: 0px 10px 30px 0px rgba(174, 26, 214, 0.3019607843);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-75.69%, #5C3FE9), to(#B019D6));
  background: linear-gradient(360deg, #5C3FE9 -75.69%, #B019D6 100%);
}
.nx-price3-item .price-inner-content:is(.popular) .item-list li i {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-75.69%, #5C3FE9), to(#B019D6));
  background: linear-gradient(360deg, #5C3FE9 -75.69%, #B019D6 100%);
}
.nx-price3-item .price-inner-content .item-topper {
  padding: 24px;
  border-radius: 24px;
  background-color: #fff;
  border-bottom: 2px solid #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.0588235294);
}
.nx-price3-item .price-inner-content .item-list-wrap {
  padding: 24px;
}
.nx-price3-item .price-inner-content .item-tag {
  padding: 5px 12px;
  margin-bottom: 20px;
  border-radius: 100px;
  display: inline-block;
  border: 1px solid #EEEEEE;
  -webkit-box-shadow: 0px 6px 30px 0px rgba(90, 31, 230, 0.1019607843);
          box-shadow: 0px 6px 30px 0px rgba(90, 31, 230, 0.1019607843);
}
.nx-price3-item .price-inner-content .item-title h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 8px;
}
.nx-price3-item .price-inner-content .item-title p {
  line-height: 1.6;
  padding-bottom: 20px;
}
.nx-price3-item .price-inner-content .item-title h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
}
.nx-price3-item .price-inner-content .item-title h2 span {
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
.nx-price3-item .price-inner-content .item-btn {
  margin-top: 20px;
}
.nx-price3-item .price-inner-content .item-btn a {
  color: #fff;
  width: 100%;
  padding: 12px 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 15px;
  font-family: var(--nx-heading);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(121, 85, 255, 0.3490196078);
          box-shadow: 0px 10px 30px 0px rgba(121, 85, 255, 0.3490196078);
  background: -webkit-gradient(linear, left top, left bottom, from(#5A16CB), color-stop(49.6%, #720CEB), to(#462FE2));
  background: linear-gradient(180deg, #5A16CB 0%, #720CEB 49.6%, #462FE2 100%);
}
.nx-price3-item .price-inner-content .item-btn a:hover {
  letter-spacing: 1px;
}
.nx-price3-item .price-inner-content .item-slug {
  margin-top: 8px;
  margin-bottom: 32px;
}
.nx-price3-item .price-inner-content .item-slug h4 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 6px;
}
.nx-price3-item .price-inner-content .item-slug p span {
  color: #000000;
  font-weight: 700;
}
.nx-price3-item .price-inner-content .item-list li {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.5px;
}
.nx-price3-item .price-inner-content .item-list li i {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#5A16CB), color-stop(49.6%, #720CEB), to(#462FE2));
  background: linear-gradient(180deg, #5A16CB 0%, #720CEB 49.6%, #462FE2 100%);
}

/*---------------------------------------------------- */
/*Faq area*/
/*----------------------------------------------------*/
.nx-cont-faq-sec .container {
  max-width: 1744px;
}

.nx-cont3-wrap {
  max-width: 705px;
  width: 100%;
}

.nx-cont-faq-content {
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-cont-faq-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.nx-cont3-content {
  top: 40px;
  width: 100%;
  position: sticky;
  max-width: 705px;
  border-radius: 32px;
  background-color: #000000;
}
.nx-cont3-content .nx-get-in-form .nx-get-in-shape {
  top: -25%;
  right: -30%;
  z-index: -1;
}
.nx-cont3-content .nx-get-in-form {
  max-width: 100%;
}
.nx-cont3-content .nx-sec-title1 .subtitle {
  color: #fff;
}
.nx-cont3-content .nx-sec-title1 .sec_title {
  color: #fff;
  font-size: 36px;
}
.nx-cont3-content .nx-get-in-form form label span {
  color: var(--nx-prime-c2);
}
.nx-cont3-content .nx-hr1-cl-text .cl-text li {
  color: var(--nx-prime-c2);
}
.nx-cont3-content .nx-get-in-form form button i {
  background-color: var(--nx-prime-c2);
}

.nx-faq3-content {
  width: 100%;
  max-width: 850px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nx-faq3-content {
    max-width: 750;
  }
}
.nx-faq3-content .nx-sec-title1 {
  max-width: 650px;
}
.nx-faq3-content .nx-sec-title1 .subtitle {
  color: #fff;
}
.nx-faq3-content .nx-sec-title1 .sec_title {
  color: #fff;
  max-width: 450px;
}
.nx-faq3-content .nx-sec-title1 p {
  color: #fff;
}

.nx-faq3-btn .nav-tabs {
  display: -ms-grid;
  display: grid;
  border: none;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 480px) {
  .nx-faq3-btn .nav-tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.nx-faq3-btn .nav-tabs .nav-link,
.nx-faq3-btn .nav-tabs .nav-link.active {
  color: #fff;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  padding: 6px 14px;
  border: none;
  border-radius: 32px;
  font-family: var(--nx-heading);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-bottom: 4px solid #5C5C5C;
}
.nx-faq3-btn .nav-tabs .nav-link.active {
  color: var(--nx-prime-c2);
  background-color: transparent;
  border-bottom: 4px solid var(--nx-prime-c2);
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.nx-blg3-sec .container {
  max-width: 1744px;
}

.nx-blg3-top .nx-sec-title1 {
  max-width: 765px;
}
.nx-blg3-top .item-desc {
  max-width: 412px;
}

.nx-blg3-content {
  gap: 60px;
}

.nx-blg3-feed-wrap {
  gap: 24px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  max-width: 1248px;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
}

.nx-blg3-item .item-img {
  height: 378px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 24px;
  border: 6px solid #fff;
}
.nx-blg3-item .item-img img {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.nx-blg3-item .item-img .item-date {
  top: 8px;
  right: 8px;
  width: 85px;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
}
.nx-blg3-item .item-img .item-date h4 {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}
.nx-blg3-item .item-img .item-date span {
  width: 100%;
  color: #000000;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 9px;
  background-color: #E5E5E5;
}
.nx-blg3-item .item-text .item_tag {
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--nx-prime-c);
}
.nx-blg3-item .item-text .blg_title {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 15px;
}
.nx-blg3-item .item-text .blg_title:hover {
  color: var(--nx-prime-c2);
}
.nx-blg3-item .nx-btn1 a {
  background: #FFFFFF;
}
.nx-blg3-item .nx-btn1 a i {
  background: -webkit-gradient(linear, left top, left bottom, from(#5A16CB), color-stop(49.6%, #720CEB), to(#462FE2));
  background: linear-gradient(180deg, #5A16CB 0%, #720CEB 49.6%, #462FE2 100%);
}
.nx-blg3-item .nx-btn1 a span {
  color: #000;
}
.nx-blg3-item .nx-btn1 a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#5A16CB), color-stop(49.6%, #720CEB), to(#462FE2));
  background: linear-gradient(180deg, #5A16CB 0%, #720CEB 49.6%, #462FE2 100%);
}
.nx-blg3-item .nx-btn1 a:hover i {
  background: #fff;
}
.nx-blg3-item .nx-btn1 a:hover i svg path {
  fill: #000;
}
.nx-blg3-item .nx-btn1 a:hover span {
  color: #fff;
}
.nx-blg3-item:hover .item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.nx-blg3-newsl-card1 {
  padding: 24px;
  margin-bottom: 12px;
  border-radius: 24px;
  background-color: #FFFFFF;
}
.nx-blg3-newsl-card1 .item-title {
  margin-bottom: 30px;
}
.nx-blg3-newsl-card1 .item-title h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.nx-blg3-newsl-card1 .item-title p {
  color: #474747;
}
.nx-blg3-newsl-card1 .item-form h4 {
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.nx-blg3-newsl-card1 .item-form input {
  width: 100%;
  height: 53px;
  color: #474747;
  padding-left: 14px;
  margin-bottom: 12px;
  border-radius: 16px;
  border: 1px solid #E4E4E4;
  background-color: transparent;
}
.nx-blg3-newsl-card1 .item-form input::-webkit-input-placeholder {
  color: #474747;
}
.nx-blg3-newsl-card1 .item-form input::-moz-placeholder {
  color: #474747;
}
.nx-blg3-newsl-card1 .item-form input:-ms-input-placeholder {
  color: #474747;
}
.nx-blg3-newsl-card1 .item-form input::-ms-input-placeholder {
  color: #474747;
}
.nx-blg3-newsl-card1 .item-form input::placeholder {
  color: #474747;
}
.nx-blg3-newsl-card1 .item-form button {
  width: 100%;
  height: 54px;
  color: #FFFFFF;
  border-radius: 16px;
  background-color: #000000;
  border: none;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-blg3-newsl-card1 .item-form button:hover {
  color: #fff;
  background-color: var(--nx-prime-c2);
}

.nx-blg3-social-card1 {
  padding: 24px;
  border-radius: 24px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-11.39%, #5C3FE9), color-stop(88.88%, #B019D6));
  background: linear-gradient(360deg, #5C3FE9 -11.39%, #B019D6 88.88%);
}
.nx-blg3-social-card1 h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 5px;
}
.nx-blg3-social-card1 p {
  color: #FFFFFF;
}
.nx-blg3-social-card1 .item-social {
  margin-top: 30px;
}
.nx-blg3-social-card1 .item-social a {
  color: #fff;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  margin-bottom: 8px;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nx-blg3-social-card1 .item-social a:hover {
  color: #000000;
  background-color: #F5F5F5;
}
.nx-blg3-social-card1 .item-social a i {
  margin-right: 8px;
}
.nx-blg3-social-card1 .item-social a:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
.nx-ftr-sec {
  z-index: 1;
}
.nx-ftr-sec:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.7490196078);
}

.nx-ftr-top-content {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ftr-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.nx-ftr-newslatter {
  width: 100%;
  max-width: 461px;
}
.nx-ftr-newslatter h2 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
.nx-ftr-newslatter h2 i {
  margin-left: 5px;
}
.nx-ftr-newslatter h2 i img {
  width: 35px;
  height: 32px;
}
.nx-ftr-newslatter p {
  color: #E4E4E4;
  max-width: 380px;
  padding-bottom: 25px;
  letter-spacing: -0.5px;
}
.nx-ftr-newslatter form {
  width: 100%;
  position: relative;
}
.nx-ftr-newslatter form input {
  width: 100%;
  height: 52px;
  color: #E5E5E5;
  padding-left: 20px;
  border-radius: 12px;
  border: 1px solid #565656;
  background-color: transparent;
}
.nx-ftr-newslatter form input::-webkit-input-placeholder {
  opacity: 0.6;
  color: #E5E5E5;
}
.nx-ftr-newslatter form input::-moz-placeholder {
  opacity: 0.6;
  color: #E5E5E5;
}
.nx-ftr-newslatter form input:-ms-input-placeholder {
  opacity: 0.6;
  color: #E5E5E5;
}
.nx-ftr-newslatter form input::-ms-input-placeholder {
  opacity: 0.6;
  color: #E5E5E5;
}
.nx-ftr-newslatter form input::placeholder {
  opacity: 0.6;
  color: #E5E5E5;
}
.nx-ftr-newslatter form button {
  top: 4px;
  right: 4px;
  width: 44px;
  color: #fff;
  height: 44px;
  border: none;
  position: absolute;
  border-radius: 12px;
  background-color: var(--nx-prime-c);
}
.nx-ftr-newslatter form button i {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-ftr-newslatter form button:hover i {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.nx-ftr-widget-area {
  width: 100%;
  max-width: 680px;
}

.nx-ftr-widget-area {
  width: 100%;
  max-width: 680px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ftr-widget-area {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-ftr-widget-wrap {
  max-width: 320px;
}
.nx-ftr-widget-wrap .nx-ftr-widget:nth-child(1) {
  margin-bottom: 80px;
}

.nx-ftr-widget {
  width: 270px;
}
.nx-ftr-widget:is(.ver_2) {
  width: 320px;
}
.nx-ftr-widget .widget-title {
  opacity: 0.8;
  color: #E4E4E4;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 16px;
  font-family: var(--nx-body-font);
}
.nx-ftr-widget .menu-widget {
  width: 100%;
  max-width: 300px;
}
.nx-ftr-widget .menu-widget li {
  font-weight: 500;
  margin-bottom: 8px;
}
.nx-ftr-widget .menu-widget li a {
  font-size: 17px;
  opacity: 0.8;
  color: #E4E4E4;
}
.nx-ftr-widget .menu-widget li a:hover {
  opacity: 1;
  color: #fff;
}
.nx-ftr-widget .menu-widget .list-wrap {
  width: 100%;
}
.nx-ftr-widget .cta-info a {
  color: #fff;
  padding-bottom: 8px;
}
.nx-ftr-widget .cta-info a:nth-child(2) {
  opacity: 0.8;
  color: #E4E4E4;
}

.nx-ftr-bottom {
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ftr-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.nx-ftr-social {
  width: 100%;
  max-width: 540px;
  margin-left: -40px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ftr-social {
    margin-left: 0;
  }
}
.nx-ftr-social li {
  width: 100%;
}
.nx-ftr-social li a {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 460px;
  font-size: 20px;
  padding: 18px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #565656;
}
.nx-ftr-social li a:before, .nx-ftr-social li a:after {
  bottom: 0;
  right: 0;
  width: 8px;
  height: 1px;
  content: "";
  background-color: #565656;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-ftr-social li a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 3px;
}
.nx-ftr-social li a:after {
  bottom: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nx-ftr-social li a i {
  -webkit-transition: 1000ms all ease-in-out;
  transition: 1000ms all ease-in-out;
}
.nx-ftr-social li a span {
  opacity: 0.7;
}
.nx-ftr-social li a:hover {
  max-width: 540px;
  border-bottom: 1px solid #fff;
}
.nx-ftr-social li a:hover:before, .nx-ftr-social li a:hover:after {
  background-color: #fff;
}
.nx-ftr-social li a:hover i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.nx-bottom-text {
  color: #fff;
  margin-top: 40px;
  font-weight: 400;
  font-size: 340px;
  line-height: 0.7;
  letter-spacing: -9px;
  font-family: var(--nx-font1);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-bottom-text {
    font-size: 260px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-bottom-text {
    font-size: 200px;
  }
}
@media (max-width: 480px) {
  .nx-bottom-text {
    font-size: 120px;
  }
}

.nx-copyright {
  padding: 25px 0px;
  border-top: 1px solid rgba(86, 86, 86, 0.6);
}
.nx-copyright p {
  color: var(--nx-prime-c);
}
.nx-copyright p a {
  color: #fff;
}
.nx-copyright p:nth-child(2) {
  color: #fff;
}

.nx-footer2-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-footer2-content {
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-footer2-part1 {
  width: 100%;
  max-width: 553px;
}
.nx-footer2-part1:is(.ver_2) {
  max-width: 575px;
}
.nx-footer2-part1:is(.ver_2) .nx-ftr2-info:before {
  background-color: var(--nx-prime-c2);
}
.nx-footer2-part1:is(.ver_2) h3 span {
  color: var(--nx-prime-c2);
}
.nx-footer2-part1 .nx-ftr2-info {
  color: #fff;
  opacity: 0.8;
  font-size: 24px;
  font-weight: 500;
  padding-top: 25px;
  margin-bottom: 40px;
  position: relative;
  border-top: 1px solid #2A2A2A;
}
.nx-footer2-part1 .nx-ftr2-info p {
  font-family: var(--nx-heading);
  max-width: 400px;
}
.nx-footer2-part1 .nx-ftr2-info:before {
  left: 0;
  top: -2px;
  width: 24px;
  height: 3px;
  content: "";
  position: absolute;
  background-color: var(--nx-prime-c);
}
.nx-footer2-part1 h3 {
  line-height: 1;
  font-size: 82px;
  letter-spacing: -3px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 40px;
}
.nx-footer2-part1 h3 span {
  color: var(--nx-prime-c);
}
.nx-footer2-part1 .item-video {
  gap: 12px;
  margin-bottom: 30px;
}
.nx-footer2-part1 .item-video video {
  width: 80px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
.nx-footer2-part1 .item-video p {
  opacity: 0.8;
  color: #FFFFFF;
  max-width: 395px;
}
.nx-footer2-part1 .item-copyright {
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
.nx-footer2-part1 .item-brand-copy {
  color: #fff;
  padding-top: 18px;
  border-top: 1px solid #2A2A2A;
}
.nx-footer2-part1 .item-brand-copy span {
  color: var(--nx-prime-c);
}
.nx-footer2-part1 .item-brand-copy:is(.ver_2) span {
  color: var(--nx-prime-c2);
}

.nx-footer2-part2 {
  width: 100%;
  max-width: 668px;
}

.nx-footer2-widget {
  gap: 24px;
  width: 100%;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-footer2-widget {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.nx-ftr2-brand-logo img {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 5000ms;
  animation-duration: 5000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*---------------------------------------------------- */
/*Blog Details area*/
/*----------------------------------------------------*/

section#sn-b-thumbnail {
  background: #000;
}


.b-thumbnail {
  margin: 0 auto;
}

.b-thumbnail h3 {
  margin: 0 auto;
  font-size: 48px;
  line-height: 1;
  max-width: 765px;
  font-weight: 700;
  text-align: center;
  padding: 255px 15px;
  color: #fff;
}

@media only screen and (min-width: 481px) and (max-width: 575px) {
  .b-thumbnail h3 {
    font-size: 40px;
    padding: 150px 15px;
  }
}

@media (max-width: 480px) {
  .b-thumbnail h3 {
    font-size: 30px;
  }
}

.b-thumbnail .b-thumb-meta {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 680px;
  background-color: #F5F5F5;
  padding: 25px 15px 23px;
  border-radius: 12px 12px 0px 0px;
}

@media (max-width: 480px) {
  .b-thumbnail .b-thumb-meta {
    padding: 15px 15px 13px;
  }
}

.b-thumbnail .b-thumb-meta a {
  color: #535862;
  font-size: 18px;
  margin: 0px 30px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .b-thumbnail .b-thumb-meta a {
    margin: 0px 10px;
  }
}

@media (max-width: 480px) {
  .b-thumbnail .b-thumb-meta a {
    margin: 0px 5px;
  }
}

.b-thumbnail .b-thumb-meta a i {
  margin-right: 5px;
  color: var(--ag-color-1);
}

.sn-b-details-content {
  margin: 0 auto;
  max-width: 730px;
}

.sn-b-details-content h3 {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 28px;
}

.sn-b-details-content .wp-block-image {
  margin: 30px 0px;
}

.sn-b-details-content p {
  margin-bottom: 30px;
  line-height: 28px;
}

p.form-submit {
  display: none;
}
.sn-b-details-section ul li {
    font-weight: 500;
    line-height: 40px;
}
.sn-b-details-content blockquote {
  margin-top: 30px;
  color: #414141;
  font-size: 20px;
  font-weight: 500;
  padding: 40px 30px;
  font-style: italic;
  position: relative;
  border-radius: 8px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border-left: 4px solid var(--nx-prime-c);
  border-right: 4px solid var(--nx-prime-c);
}

.sn-b-details-content blockquote span {
  display: block;
  margin-top: 8px;
  padding-left: 55px;
  position: relative;
  text-transform: uppercase;
}

.sn-b-details-content blockquote span:before {
  left: 0;
  top: 12px;
  width: 40px;
  content: "";
  height: 2px;
  border-radius: 4px;
  position: absolute;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}

.sn-b-details-content blockquote:after {
  top: 20px;
  left: 20px;
  width: 57px;
  opacity: 0.1;
  content: "";
  height: 39px;
  position: absolute;
}

.art-blog-share-tag {
  margin: 0 auto;
  max-width: 730px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.art-blog-share-tag span {
  color: #261723;
  font-size: 20px;
  display: block;
  font-weight: 700;
  margin-right: 15px;
}
.sn-b-details-content.headline.pera-content h2 {
    font-weight: 600;
    margin-bottom: 15px;
}
.art-blog-share-tag .art-blog-tag a {
    margin: 5px;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    background-color: #E8EAEC;
    color: #000;
    font-weight: 500;
}

.art-blog-share-tag .art-blog-tag a:hover {
  color: #fff;
  background-color: var(--nx-prime-c);
}

.art-blog-share-tag .art-blog-share a {
  width: 36px;
  margin: 5px;
  height: 36px;
  border-radius: 100%;
  display: inline-block;
}

.art-blog-details-author {
  padding: 30px;
  gap: 30px 25px;
  margin: 0 auto;
  max-width: 730px;
  margin-top: 40px;
  border-radius: 10px;
  background: #E8EAEC;
}

.art-blog-details-author .admin-title-social {
  margin-bottom: 10px;
}

.art-blog-details-author .inner-img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 100%;
  border: 4px solid #fff;
}

.art-blog-details-author .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.art-blog-details-author .inner-text {
  max-width: 490px;
}

.art-blog-details-author .inner-text h4 {
  color: var(--ax-title-color);
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.art-blog-details-author .inner-text p {
  color: #261723;
}

.art-blog-details-author .inner-social {
  margin-top: 15px;
}

.art-blog-details-author .inner-social a {
  color: #261723;
  margin-right: 15px;
}

.art-blog-details-author .inner-social a:hover {
  color: var(--ax-prime-c);
}

.art-b-comment-form {
  padding: 45px;
  margin: 0 auto;
  max-width: 730px;
  border-radius: 12px;
  margin-top: 60px;
  background-color: #F4F4F4;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.art-b-comment-form h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px;
}

.art-b-comment-form input,
.art-b-comment-form textarea {
  width: 100%;
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 8px;
  padding-left: 24px;
  margin-bottom: 16px;
  background-color: #fff;
}

.art-b-comment-form textarea {
  height: 148px;
  padding-top: 20px;
}


/*---------------------------------------------------- */
/*Sidebar area*/
/*----------------------------------------------------*/
.sn-sidebar-wrap {
  padding: 16px;
  border-radius: 12px;
  background-color: #fff;
}

.sn-sidebar-widget {
  padding: 30px 28px;
  margin-bottom: 16px;
  border-radius: 12px;
  background-color: #F4F4F4;
}

.sn-sidebar-widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.sn-sidebar-widget:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .search-widget form {
  position: relative;
}

.sn-sidebar-widget .search-widget input {
  width: 100%;
  height: 54px;
  border: none;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.sn-sidebar-widget .search-widget input::-webkit-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::-moz-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input:-ms-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::-ms-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget button {
  top: 0;
  right: 0;
  width: 54px;
  color: #fff;
  height: 54px;
  border: none;
  border-radius: 5px;
  position: absolute;
  background-color: var(--nx-prime-c);
}

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

.sn-sidebar-widget .category-widget li,
.widget_categories li {
  margin-bottom: 8px;
}

.sn-sidebar-widget .category-widget li:last-child,
.widget_categories li:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .category-widget li a,
.widget_categories li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #414141;
  position: relative;
  border-radius: 6px;
  padding: 16px 20px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sn-sidebar-widget .category-widget li a:hover,
.widget_categories li a:hover {
  color: #fff;
  background-color: #000000;
}

.sn-sidebar-widget .recent-post-item {
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-sidebar-widget .recent-post-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sn-sidebar-widget .recent-post-item:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .recent-post-item .item-img {
  width: 112px;
  height: 123px;
  overflow: hidden;
  border-radius: 4px;
}

.sn-sidebar-widget .recent-post-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sn-sidebar-widget .recent-post-item .item-text {
  max-width: 190px;
}

.sn-sidebar-widget .recent-post-item .item-text span {
  color: #6B7280;
  margin-bottom: 5px;
}

.sn-sidebar-widget .recent-post-item .item-text span i {
  color: var(--nx-prime-c);
  margin-right: 5px;
}

.sn-sidebar-widget .recent-post-item .item-text h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.sn-b-details-content blockquote p:last-child {
    margin-bottom: 0;
}
.sn-sidebar-widget .tag-widget li a,
.tagcloud a {
  margin: 5px 2px;
  font-size: 14px !important;
  font-weight: 500;
  padding: 7px 10px;
  border-radius: 4px;
  background-color: #fff;
}

.sn-sidebar-widget .tag-widget li a:hover,
.tagcloud a:hover {
  color: #fff;
  background-color: var(--ax-prime-c);
}

.sn-sidebar-widget .follow-widget .follow-icon {
  gap: 16px;
}

.sn-sidebar-widget .follow-widget a {
  z-index: 1;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.sn-sidebar-widget .follow-widget a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  content: "";
  border-radius: 8px;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}

.sn-sidebar-widget .follow-widget a:hover {
  color: #fff;
}

.sn-sidebar-widget .follow-widget a:hover:before {
  height: 100%;
}

.fx-pagination {
  display: inline-flex;
  gap: 9px;
  flex-wrap: wrap;
  padding-left: 0;
}

.fx-pagination-item,
.fx-pagination-item .current {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid #F6F6F6;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  transition: all 0.3s var(cubic-bezier(0.55, 0.085, 0, 0.99));
  line-height: 50px;
}

.fx-pagination-item:hover,
.fx-pagination-item .current {
  background: var(--nx-prime-c);
  color: #fff;
  border-color: var(--nx-prime-c);
}

.fx-pagination-item:is(.has-btn):hover {
  border-color: var(--nx-prime-c);
  background: transparent;
  color: var(--nx-prime-c);
}


/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}


.ax-breadcurmb-sec {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .ax-breadcurmb-sec {
    padding-top: 220px;
    padding-bottom: 120px;
  }
}

.ax-breadcurmb-sec .ax-bread-bg {
  top: 0;
  left: 0;
  z-index: 1;
}

.ax-bread-text {
  z-index: 2;
  position: relative;
}

.ax-bread-text h2 {
  color: #fff;
  font-size: 56px;
  font-weight: 600;
  padding-bottom: 25px;
  font-family: var(--nx-heading);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .ax-bread-text h2 {
    font-size: 40px;
    padding-bottom: 15px;
  }
}

.ax-bread-text ul {
  padding: 10px 16px;
  border-radius: 6px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.ax-bread-text li {
  color: #fff;
  list-style: none;
  margin-right: 34px;
  position: relative;
  display: inline-block;
}

.ax-bread-text li:before {
  top: 2px;
  width: 20px;
  content: "";
  height: 20px;
  right: -28px;
  background-image: url(../img/arrow.svg);
  position: absolute;
}

.ax-bread-text li:last-child {
  margin-right: 0;
}

.ax-bread-text li:last-child:before {
  display: none;
}

.error_page .as-header-1-area {
  background-color: #020241;
}

.ax-error-sec {
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 150px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .ax-error-sec {
    padding-top: 240px;
    padding-bottom: 115px;
  }
}

.ax-error-sec .ax-error-img {
  right: 0;
  top: 120px;
  z-index: -1;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.ax-error-text {
  max-width: 590px;
}

.ax-error-text h3 {
  line-height: 1;
  font-size: 100px;
  letter-spacing: -1px;
  margin-bottom: 25px;
  font-family: var(--nx-heading);
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .ax-error-text h3 {
    font-size: 50px;
  }
}

.ax-error-text h3 span {
  color: var(--nx-prime-c);
  font-weight: 700;
}

.ax-error-text p {
  font-size: 20px;
  padding-bottom: 40px;
}

/*---------------------------------------------------- */
/*Blog Page area*/
/*----------------------------------------------------*/
@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

.sn-blog-list-feed {
  margin: 0 auto;
  padding: 32px;
  border-radius: 12px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed {
    padding: 15px;
  }
}

.sn-blog-list-feed .item-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.sn-blog-list-feed .item-img img {
  width: 100%;
  height: 345px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img {
    height: 280px;
  }
}

.sn-blog-list-feed .item-img .sn-vd5-play {
  width: auto;
  height: auto;
}

.sn-blog-list-feed .item-img .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img .inner-img {
    height: 280px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img .blog-item-img-slide {
    height: 280px;
  }
}

.sn-blog-list-feed .item-img .blog-item-img-slide .slide-item-img {
  width: 100%;
  height: 100%;
}

.sn-blog-list-feed .item-img .blog-item-img-slide .slide-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sn-blog-list-feed .item-text .blog_title {
  color: #261723;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  padding-bottom: 15px;
  font-family: var(--nx-heading);
}

@media (max-width: 480px) {
  .sn-blog-list-feed .item-text .blog_title {
    font-size: 26px;
  }
}

.sn-blog-list-feed .item-text p {
  padding-bottom: 20px;
}

.sn-blog-list-feed .item-text .read_more {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.sn-blog-list-feed .item-text .read_more span {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.sn-blog-list-feed .item-text .read_more span:hover {
  letter-spacing: 1px;
}

.sn-blog-list-feed .item-text .read_more span:hover i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sn-blog-list-feed .item-text .read_more i {
  width: 32px;
  color: #fff;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin-left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--nx-prime-c);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.sn-blog-list-feed .blog-item-meta {
  margin-bottom: 5px;
  padding-bottom: 12px;
}

.sn-blog-list-feed .blog-item-meta a {
  color: #504E4E;
  font-size: 18px;
  font-weight: 500;
  margin-right: 50px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .blog-item-meta a {
    margin-right: 15px;
  }
}

.sn-blog-list-feed .blog-item-meta a i {
  margin-right: 5px;
}

.sn-blog-list-feed .blog-item-meta a i img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.sn-blog-list-feed .blog-item-meta a:last-child {
  margin-right: 0;
}

.blog-item-arrow .nav-arrow {
  top: 50%;
  z-index: 1;
  width: 48px;
  height: 48px;
  color: #fff;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  backdrop-filter: blur(5px);
}

.blog-item-arrow .nav-arrow:hover {
  color: #fff;
  border: 2px solid var(--ax-prime-c);
  background: var(--ax-prime-c);
}

.blog-item-arrow .log-blog-button-prev {
  left: 30px;
}

.blog-item-arrow .log-blog-button-next {
  right: 30px;
}

.sn-vd5-play {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 100%;
}

.sn-vd5-play .video-play-btn {
  left: 0;
  top: 50%;
  right: 0;
  opacity: 1;
  margin: 0 auto;
  position: absolute;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sn-vd5-play .video-play-btn .video_btn_border {
  border: 15px solid rgba(255, 255, 255, 0.7);
}

.sn-vd5-play .video-play-btn a {
  width: 108px;
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
}

.sn-vd5-play .video-play-btn .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 15px solid rgba(255, 255, 255, 0.7);
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}

.sn-vd5-play .video-play-btn .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.sn-vd5-play .video-play-btn .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

/*---------------------------------------------------- */
/*# sourceMappingURL=style.css.map */