:root {
  --nxr-body-color: rgba(0, 0, 0, .8);
  --nxr-title-color: #1A1A1A;
  --nxr-inter: "Inter", sans-serif;
  --nxr-space: "Space Grotesk", sans-serif;
  --nxr-playfair: "Playfair Display", serif;
  --nxr-body-font: "Inter", sans-serif;
  --nxr-prime-c: #B82132;
  --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);
  --ca-body-color: #74787C;
  --ca-title-color: #1A1A1A;
  --ca-heading: "Space Grotesk", sans-serif;
  --ca-body-font: "Inter", sans-serif;
  --ca-prime-c: #FD3F00;
  --dm-font-1: "Big Shoulders", sans-serif;
  --dm-clr-pr-1: var(--ca-prime-c);
  --dm-clr-gd-1: linear-gradient(90deg, #EF3D25 0%, #FAA318 99.46%);
}

.nxr-header-section {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding-top: 24px;
  position: absolute;
}
.nxr-header-section .navbar-nav {
  flex-direction: row;
}
.nxr-header-section .dropdown span {
  position: relative;
}
.nxr-header-section .dropdown span:after {
  top: 3px;
  z-index: 2;
  right: -17px;
  content: "\f103";
  font-size: 12px;
  color: #fff;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 free";
  transition: 0.3s all ease-in-out;
}
.nxr-header-section .dropdown span:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  clip: inherit;
}
.nxr-header-section .dropdown-menu {
  left: 0;
  top: 44px;
  z-index: 100;
  margin: 0px;
  padding: 15px 4px 15px;
  height: auto;
  min-width: 210px;
  display: block;
  border: none;
  margin-top: 30px;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  visibility: hidden;
  border-radius: 8px;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  transition: all 300ms linear 0ms;
  box-shadow: 0px 4px 20px 0px rgba(15, 55, 20, 0.25);
}
.nxr-header-section .dropdown-menu .dropdown {
  padding-right: 0;
  padding-left: 0;
}
.nxr-header-section .dropdown-menu .dropdown:after {
  display: none;
}
.nxr-header-section .dropdown-menu .dropdown-menu {
  top: 0px !important;
  left: 100%;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform: scaleY(0) !important;
}
.nxr-header-section .dropdown-menu li {
  display: block;
  margin: 0px !important;
  transition: 0.3s all ease-in-out;
  border-left: none !important;
}
.nxr-header-section .dropdown-menu li:last-child {
  border-bottom: none;
  margin-bottom: 0 !important;
}
.nxr-header-section .dropdown-menu li:last-child a {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.nxr-header-section .dropdown-menu li:before {
  display: none;
}
.nxr-header-section .dropdown-menu li:after {
  color: #fff;
  right: 15px;
  transform: rotate(-90deg);
  transition: 0.3s all ease-in-out;
}
.nxr-header-section .dropdown-menu li.dropdown:hover:after {
  transform: rotate(0);
}
.nxr-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  transform: scaleY(1) !important;
}
.nxr-header-section .dropdown-menu li.dropdown:before {
  color: #fff;
  top: 10px;
  right: 15px;
}
.nxr-header-section .dropdown-menu li:hover:before {
  color: #fff !important;
}
.nxr-header-section .dropdown-menu a {
  width: 100%;
  line-height: 1;
  color: #0C0019 !important;
  position: relative;
  border-radius: 0 !important;
  border-bottom: 1px solid #d7d7d7;
  display: inline-block !important;
  padding: 5px 0px 5px 18px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  border: none !important;
  background-color: transparent !important;
}
.nxr-header-section .dropdown-menu a span:after {
  display: none;
}
.nxr-header-section .dropdown-menu a:before {
  display: none;
}
.nxr-header-section .dropdown-menu a:after {
  display: none;
}
.nxr-header-section .dropdown-menu a:hover, .nxr-header-section .dropdown-menu a.active {
  color: var(--nxr-prime-c) !important;
  padding-left: 30px !important;
}
.nxr-header-section .dropdown-menu a:hover:after, .nxr-header-section .dropdown-menu a.active:after {
  width: 100%;
}
.nxr-header-section .dropdown-menu a:hover:before, .nxr-header-section .dropdown-menu a.active:before {
  opacity: 1;
  width: 5px !important;
  visibility: visible;
  transform: scale(1) !important;
}
.nxr-header-section:is(.header_style_one) .nxr-header-content {
  margin: 0 auto;
  max-width: 1590px;
  padding: 0px 15px;
}
.nxr-header-section:is(.header_style_one) .logo-navigation {
  gap: 135px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-header-section:is(.header_style_one) .logo-navigation {
    gap: 30px;
  }
}
.nxr-header-section:is(.header_style_one) .main-navigation {
  font-family: var(--nxr-space);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-header-section:is(.header_style_one) .main-navigation {
    display: none;
  }
}
.nxr-header-section:is(.header_style_one) .main-navigation .dropdown a {
  padding: 10px 40px 9px 24px;
}
.nxr-header-section:is(.header_style_one) .main-navigation .dropdown:hover .dropdown-menu {
  top: 15px;
  opacity: 1;
  visibility: visible;
}
.nxr-header-section:is(.header_style_one) .main-navigation li {
  z-index: 1;
  position: relative;
  transition: all 500ms ease-in-out;
}
.nxr-header-section:is(.header_style_one) .main-navigation li:after {
  top: 15px;
  z-index: -1;
  right: -10px;
  width: 15px;
  content: "";
  height: 15px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1215686275);
}
.nxr-header-section:is(.header_style_one) .main-navigation li a {
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 10px 24px 9px;
  background-color: rgba(255, 255, 255, 0.1215686275);
  backdrop-filter: blur(21px);
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-header-section:is(.header_style_one) .main-navigation li a {
    padding: 10px 15px 9px;
  }
}
.nxr-header-section:is(.header_style_one) .main-navigation li a:before {
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: "";
  position: absolute;
  transition: all 500ms ease-in-out;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.68) 100%);
}
.nxr-header-section:is(.header_style_one) .main-navigation li:hover {
  margin-right: 4px;
}
.nxr-header-section:is(.header_style_one) .main-navigation li:hover a {
  border-radius: 60px;
}
.nxr-header-section:is(.header_style_one) .main-navigation li:hover a:before {
  width: 100%;
}
.nxr-header-section:is(.header_style_one) .main-navigation li:hover + li a {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
.nxr-header-section:is(.header_style_one) .main-navigation li:first-child a {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
.nxr-header-section:is(.header_style_one) .main-navigation li:last-child:after {
  display: none;
}
.nxr-header-section:is(.header_style_one) .main-navigation li:last-child a {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
.nxr-header-section:is(.header_style_one) .nxr-hd-social {
  gap: 20px;
}
.nxr-header-section:is(.header_style_one) .nxr-hd-social .header-social {
  gap: 8px;
  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), (max-width: 767px), (max-width: 480px) {
  .nxr-header-section:is(.header_style_one) .nxr-hd-social .header-social {
    display: none;
  }
}
.nxr-header-section:is(.header_style_one) .nxr-hd-social .header-social a {
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1019607843);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  z-index: 1;
  transition: 0.3s ease;
}
.nxr-header-section:is(.header_style_one) .nxr-hd-social .header-social a:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(142.29deg, rgba(255, 255, 255, 0.4) 15.35%, rgba(255, 255, 255, 0) 28.17%, rgba(255, 255, 255, 0) 68.75%, rgba(255, 255, 255, 0.4) 81.37%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.nxr-header-section:is(.header_style_one) .nxr-hd-social .header-social a:hover {
  background-color: var(--nxr-prime-c);
}
.nxr-header-section:is(.header_style_one) .nxr-hd-social .header-social a:hover:before {
  animation: spin 2s linear infinite;
}
.nxr-header-section:is(.header_style_one) .nxr-ofcanvas-btn {
  gap: 9px;
  cursor: pointer;
  border-radius: 100px;
  padding: 5px 5px 5px 20px;
  background-color: var(--nxr-prime-c);
}
.nxr-header-section:is(.header_style_one) .nxr-ofcanvas-btn span {
  color: #fff;
  line-height: 1;
  font-family: var(--nxr-space);
}
.nxr-header-section:is(.header_style_one) .nxr-ofcanvas-btn .of-icon {
  width: 34px;
  height: 34px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(102, 102, 102, 0.3) 100%);
}
.nxr-header-section:is(.header_style_one) .nxr-ofcanvas-btn:hover .of-icon {
  animation: flipX 2s ease-in-out infinite;
}

/*// off canvas style*/
/*----------------------------------------------------*/
.sidebar-info-contents {
  position: relative;
}

.sidebar-info-contents .content-inner {
  position: relative;
}

.sidebar-info-contents .content-inner .logo {
  padding-bottom: 20px;
  max-width: 180px;
}

.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
  position: relative;
  margin-top: 50px;
}

.sidebar-info-contents .content-inner h5 {
  color: #fff;
  font-weight: 700;
  margin: 25px 0px 15px;
}

.sidebar-info-contents .content-inner .content-box .text {
  color: #fff;
  margin-bottom: 35px;
}

.sidebar-info-contents .content-inner .social-box {
  position: relative;
  margin-top: 0px;
  padding-left: 0;
  margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #fff;
  z-index: 1;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover {
  color: #fff;
  background-color: var(--cg-pr-c3);
}

.close-side-widget,
.close-side-widget:hover {
  color: #fff !important;
  font-size: 24px;
}

.xs-sidebar-group .xs-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: fixed;
  pointer-events: none;
}

.xs-sidebar-group .xs-overlay .loader-area {
  height: 100vh;
}

.xs-sidebar-group.info-group .xs-overlay {
  z-index: 10;
}

.xs-sidebar-group .preloader-wrap {
  padding: 0px;
}

.xs-sidebar-group .loader-area {
  height: 100vh;
}

.xs-sidebar-group.info-group.isActive .preloader-wrap .loader-bg {
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
  transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
}

.xs-sidebar-group.info-group .preloader-wrap .loader-bg {
  left: 0;
  width: 0;
  opacity: 0;
  opacity: 0.95;
  height: 100%;
  -webkit-transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 20;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--tz-title-color);
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 30px;
}

.close-side-widget {
  z-index: 2;
  color: #1768dd;
  display: block;
  position: relative;
  font-size: 15px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sidebar-info-contents .gallery-box li a {
  width: 80px;
  display: block;
  height: 80px;
  margin-bottom: 5px;
  position: relative;
}
.sidebar-info-contents .gallery-box li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-info-contents .gallery-box li a:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgb(0, 0, 0);
}

.sidebar-info-contents .gallery-box li a:after {
  left: 0;
  right: 0;
  top: 40%;
  opacity: 0;
  color: #fff;
  font-size: 18px;
  content: "\f066";
  font-weight: 900;
  text-align: center;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 free";
}

.sidebar-info-contents .gallery-box li a:hover:before {
  width: 100%;
}

.sidebar-info-contents .gallery-box li a:hover:after {
  top: 50%;
  opacity: 1;
}

.ca-header-section {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding-top: 20px;
  position: absolute;
}
.ca-header-section .nav {
  display: inherit;
}
.ca-header-section .dropdown {
  position: relative;
  padding-right: 17px;
}
.ca-header-section .dropdown:after {
  top: 1px;
  z-index: 2;
  color: #000;
  right: 0px;
  opacity: 0.8;
  content: "\f0d7";
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  font-family: "Font Awesome 5 free";
  transition: 0.3s all ease-in-out;
}
.ca-header-section .dropdown:hover:after {
  color: var(--bd-prime-c);
}
.ca-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  transform: perspective(500px) rotateX(0);
}
.ca-header-section .dropdown-menu {
  left: 0;
  top: 50px;
  z-index: 100;
  margin: 0px;
  padding: 4px 4px 15px;
  height: auto;
  min-width: 270px;
  display: block;
  border: none;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #000;
  border-radius: 5px;
  transform: perspective(500px) rotateX(-20deg);
  transform-origin: 50% 0%;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.ca-header-section .dropdown-menu .dropdown {
  padding-right: 0;
  padding-left: 0;
}
.ca-header-section .dropdown-menu .dropdown:after {
  display: none;
}
.ca-header-section .dropdown-menu .dropdown-menu {
  top: 0px !important;
  left: 100%;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform: scaleY(0) !important;
}
.ca-header-section .dropdown-menu li {
  display: block;
  margin: 5px 0px !important;
  transition: 0.3s all ease-in-out;
  border-left: none !important;
}
.ca-header-section .dropdown-menu li:last-child {
  border-bottom: none;
  margin-bottom: 0 !important;
}
.ca-header-section .dropdown-menu li:last-child a {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.ca-header-section .dropdown-menu li:before {
  display: none;
}
.ca-header-section .dropdown-menu li:after {
  color: #fff;
  right: 15px;
  transform: rotate(-90deg);
  transition: 0.3s all ease-in-out;
}
.ca-header-section .dropdown-menu li.dropdown:hover:after {
  transform: rotate(0);
}
.ca-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  transform: scaleY(1) !important;
}
.ca-header-section .dropdown-menu li.dropdown:before {
  color: #fff;
  top: 10px;
  right: 15px;
}
.ca-header-section .dropdown-menu li:hover:before {
  color: #fff !important;
}
.ca-header-section .dropdown-menu a {
  width: 100%;
  line-height: 1;
  color: #fff !important;
  position: relative;
  border-radius: 0 !important;
  border-bottom: 1px solid #d7d7d7;
  display: inline-block !important;
  text-transform: uppercase !important;
  padding: 12px 0px 12px 18px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background-color: transparent !important;
}
.ca-header-section .dropdown-menu a span:after {
  display: none;
}
.ca-header-section .dropdown-menu a:before {
  display: none;
}
.ca-header-section .dropdown-menu a:after {
  display: none;
}
.ca-header-section .dropdown-menu a:hover, .ca-header-section .dropdown-menu a.active {
  color: #fff !important;
  padding-left: 30px !important;
}
.ca-header-section .dropdown-menu a:hover:after, .ca-header-section .dropdown-menu a.active:after {
  width: 100%;
}
.ca-header-section .dropdown-menu a:hover:before, .ca-header-section .dropdown-menu a.active:before {
  opacity: 1;
  width: 5px !important;
  visibility: visible;
  transform: scale(1) !important;
}
.ca-header-section .ca-mbl-btn {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-header-section .ca-mbl-btn {
    display: block;
    padding-right: 15px;
  }
}
.ca-header-section .ca-header-content .item-inner {
  gap: 56px;
  border-radius: 100px;
  background-color: #fff;
  padding: 6px 6px 6px 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), (max-width: 767px), (max-width: 480px) {
  .ca-header-section .ca-header-content .item-inner {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-header-section .ca-header-content .cta-btn {
    display: none !important;
  }
}
.ca-header-section .ca-header-content .cta-btn a {
  gap: 20px;
  border-radius: 100px;
  padding: 8px 8px 8px 24px;
  background-color: #000000;
}
.ca-header-section .ca-header-content .cta-btn a .item-text h3 {
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
}
.ca-header-section .ca-header-content .cta-btn a .item-text span {
  opacity: 0.8;
  color: #E4E4E4;
  font-size: 16px;
  line-height: 1;
}
.ca-header-section .ca-header-content .cta-btn a .item-img {
  position: relative;
}
.ca-header-section .ca-header-content .cta-btn a .item-img:before {
  top: -1px;
  left: -2px;
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #00D800;
  border: 2px solid #000000;
}
.ca-header-section .ca-header-content .cta-btn a .item-img img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-header-section .ca-header-content .main-navigation {
    display: none;
  }
}
.ca-header-section .ca-header-content .main-navigation li {
  margin: 0px 16px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .ca-header-section .ca-header-content .main-navigation li {
    margin: 0px 10px;
  }
}
.ca-header-section .ca-header-content .main-navigation li a {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--ca-heading);
}

.ca-header-2-brand-logo {
  max-width: 140px;
}

/*// 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;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}
.mobile_menu_content::-webkit-scrollbar {
  width: 6px;
}
.mobile_menu_content::-webkit-scrollbar-track {
  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;
  transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  padding: 0;
  width: 100%;
  display: block;
  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;
  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);
  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), (max-width: 767px) {
  .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;
  transition: 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: flex;
  color: #9397a7;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  border-radius: 5px;
  align-items: center;
  justify-content: end;
}
.mobile_menu .dropdown .dropdown-btn i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.08);
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  display: flex;
  cursor: pointer;
  color: #d60606;
  font-size: 20px;
  position: absolute;
  align-items: 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::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 {
  transform: scale(1.1) translateY(-5px);
}

/*
	header-3-start
*/
/*
    offcanvas-start
*/
.wa-offcanvas-area {
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 99;
  max-width: 450px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  opacity: 1;
  padding: 50px 50px;
  transition: 0.5s ease-in-out;
  transform: translateX(105%);
  visibility: hidden;
  opacity: 0;
}
.wa-offcanvas-area:is(.active) {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.wa-offcanvas-area::-webkit-scrollbar {
  display: none;
}
.wa-offcanvas-close {
  display: flex;
  flex: 0 0 auto;
  width: 25px;
  background: transparent;
  height: 25px;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  gap: 10px;
  flex-direction: column;
  position: relative;
  border: none;
}
.wa-offcanvas-close span {
  transition: 300ms;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
}
.wa-offcanvas-close span:nth-child(1) {
  transform: rotate(45deg);
}
.wa-offcanvas-close span:nth-child(2) {
  transform: rotate(-45deg);
}
.wa-offcanvas-close:hover span {
  transform: rotate(0);
}
.wa-offcanvas-top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.wa-offcanvas-top-logo {
  flex: 0 0 auto;
  max-width: 150px;
  width: 100%;
}
.wa-offcanvas-social-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-social-flex {
  gap: 10px;
}
.wa-offcanvas-social-link {
  display: flex;
  width: 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 40px;
  color: #000;
  font-size: 18px;
  transition: 400ms;
  justify-content: center;
  align-items: center;
}
.wa-offcanvas-social-link:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.wa-offcanvas-gallery {
  margin-bottom: 50px;
}
.wa-offcanvas-gallery-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.wa-offcanvas-gallery-item {
  height: 200px;
}
.wa-offcanvas-gallery-item img {
  transition: 0.3s;
}
.wa-offcanvas-gallery-item:hover img {
  transform: scale(102%);
}

.wa-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
  transform: scaleX(0);
  transform-origin: right;
  transition: opacity 0.5s;
  opacity: 0;
}
.wa-overly:is(.active) {
  transform: scaleX(1);
  transition: opacity 0.5s;
  opacity: 1;
}

/*
    header-menu-customization-start
*/
.mobile-main-navigation ul li {
  position: relative;
  padding: 0px 0;
}
.mobile-main-navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-main-navigation ul li a {
  font-family: var(--lt-font-2);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  line-height: 1;
  transition: 300ms;
  padding: 20px 0;
  display: block;
}
.mobile-main-navigation ul li .dropdown-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: end;
  background: transparent;
  font-size: 18px;
  color: #000;
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn i {
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn:is(.active) i {
  transform: rotate(90deg);
}
.mobile-main-navigation ul li:hover > a {
  color: var(--dm-clr-pr-1);
}
.mobile-main-navigation ul li:hover > .dropdown-btn {
  color: var(--dm-clr-pr-1);
}
.mobile-main-navigation ul li .dropdown-menu {
  border-radius: 0;
  background-color: transparent;
  border: none;
  margin-left: 30px;
  padding: 0;
}
.mobile-main-navigation ul li .dropdown-menu li {
  padding: 0px 0;
}
.mobile-main-navigation ul li .dropdown-menu li a {
  font-size: 18px;
}
.mobile-main-navigation ul li .dropdown-menu li .dropdown-btn {
  height: 55px;
  font-size: 16px;
}

/*
    header-menu-customization-start
*/
/*
    offcanvas-end
*/
/*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(--nxr-body-color);
  font-family: var(--nxr-body-font);
  background-color: #EBEBEB;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body a,
body span {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  transition: inherit;
}
body a {
  color: inherit;
  text-decoration: none;
  transition: 500ms all ease;
}
body a:hover,
body a:focus {
  text-decoration: none;
}
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:is(.ver_2) .container {
  max-width: 1428px;
}
body:is(.ver_3) .container {
  max-width: 1444px;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  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(--nxr-prime-c);
}

.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;
}

a {
  text-decoration: none;
}

.flaticon {
  display: inline-block;
  line-height: 0.65;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  color: #000000;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  font-family: var(--nxr-space);
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: #010101;
  transition: opacity 400ms ease, visibility 400ms ease;
}
#preloader .preloader-inner {
  width: 100%;
  padding: 0 20px;
  max-width: 400px;
  text-align: center;
  transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#preloader .preloader-logo {
  width: 96px;
  height: 96px;
  display: flex;
  position: relative;
  align-items: center;
  margin: 0 auto 26px;
  justify-content: center;
}
#preloader .preloader-logo img {
  width: 38px;
}
#preloader .preloader-ring {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top-color: var(--nxr-prime-c);
  animation: spin 1.2s linear infinite;
}
#preloader .preloader-text {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: var(--nxr-space);
}
#preloader .preloader-text .amp {
  color: var(--nxr-prime-c);
}
#preloader.preloaded {
  opacity: 0;
  visibility: hidden;
}
#preloader.preloaded .preloader-inner {
  transform: translateY(-16px);
}

.over-hidden,
.split-line {
  overflow: hidden;
}

@media (min-width: 1600px) {
  .container:is(.dm-container-1) {
    max-width: 1584px;
  }
}
.wa-p-relative {
  position: relative;
  z-index: 1;
}

.wa-fix {
  overflow: hidden;
}

.wa-img-cover img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.wa-video-cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[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;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  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;
  display: flex;
}

.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;
}

.img-cover {
  width: 100%;
  height: 100%;
}
.img-cover img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.img-cover video {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

@keyframes moveRightLoop {
  0% {
    transform: translateX(0) rotate(45deg);
    opacity: 1;
  }
  49% {
    transform: translateX(20px) rotate(45deg);
    opacity: 0;
  }
  50% {
    transform: translateX(-20px) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(45deg);
    opacity: 1;
  }
}
.nxr-btn1 {
  display: inline-block;
}
.nxr-btn1 a,
.nxr-btn1 button
 {
  gap: 4px;
  display: inline-flex;
  position: relative;
  align-items: center;
}
.nxr-btn1 span {
  z-index: 1;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  padding: 14px 24px;
  border-radius: 60px;
  white-space: nowrap;
  font-family: var(--nxr-space);
  background: linear-gradient(180deg, #E43649 0%, #B82132 100%);
}
.nxr-btn1 span i {
  top: 3px;
  z-index: -1;
  right: -18px;
  position: absolute;
}
.nxr-btn1 .btn-icon {
  width: 53px;
  height: 53px;
  display: flex;
  border-radius: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #E43649 0%, #B82132 100%);
}
.nxr-btn1 .btn-icon img,
.nxr-btn1 .btn-icon svg
 {
  transition: all 500ms ease-in-out;
}
.nxr-btn1:hover .btn-icon img ,
.nxr-btn1:hover .btn-icon svg
{
  animation: moveRightLoop 0.7s linear;
}

.nxr-btn2 {
  color: #fff;
}
.nxr-btn2 a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 13px 24px;
  position: relative;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(20px);
  font-family: var(--nxr-space);
}
.nxr-btn2 a:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: linear-gradient(121.89deg, rgba(255, 255, 255, 0.4) 8.07%, rgba(255, 255, 255, 0) 19.16%, rgba(255, 255, 255, 0) 54.25%, rgba(255, 255, 255, 0.4) 65.16%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.nxr-btn2 a:hover {
  background-color: var(--nxr-prime-c);
}

.nxr-sec-title .subtitle {
  color: #000000;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: var(--nxr-space);
}
.nxr-sec-title .subtitle i {
  font-style: normal;
  color: var(--nxr-prime-c);
}
.nxr-sec-title .subtitle span {
  font-family: var(--nxr-inter);
}
.nxr-sec-title .sec_title {
  color: #000000;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1px;
  font-family: var(--nxr-space);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nxr-sec-title .sec_title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nxr-sec-title .sec_title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nxr-sec-title .sec_title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .nxr-sec-title .sec_title {
    font-size: 34px;
    letter-spacing: 0px;
  }
}
@media (max-width: 480px) {
  .nxr-sec-title .sec_title {
    font-size: 30px;
    letter-spacing: 0px;
  }
}
@media (max-width: 360px) {
  .nxr-sec-title .sec_title {
    font-size: 28px;
    letter-spacing: 0px;
  }
}
.nxr-sec-title .sec_title .split-line {
  display: inline !important;
}
.nxr-sec-title .sec_title b {
  font-weight: 500;
  color: var(--nxr-prime-c);
}
.nxr-sec-title .sec_title span {
  display: inline;
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
  font-family: var(--nxr-playfair);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes flipX {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(180deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  animation-duration: 700ms;
  animation-timing-function: var(--cube-2);
}

.nx-btn1 {
  display: inline-block;
  font-family: var(--ca-heading);
}
.nx-btn1 a {
  gap: 8px;
  z-index: 1;
  display: flex;
  border-radius: 12px;
  align-items: center;
  position: relative;
  background-color: #fff;
  padding: 2px 16px 2px 2px;
}
.nx-btn1 a i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  justify-content: center;
  transition: all 300ms ease-in-out;
  background-color: var(--ca-prime-c);
}
.nx-btn1 a span {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
}
.nx-btn1 a:hover i {
  animation: shake2 0.6s ease-in-out;
}
.nx-btn1:is(.ver_2) a {
  background-color: #000000;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.3019607843);
}
.nx-btn1:is(.ver_2) a span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  font-family: var(--ca-heading);
}

.ca-sec-title .subtitle {
  color: #000000;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: var(--ca-heading);
  letter-spacing: -0.5px;
}
.ca-sec-title .subtitle span {
  padding-left: 18px;
  position: relative;
  color: var(--ca-prime-c);
}
.ca-sec-title .subtitle span:before {
  left: 0;
  top: 8px;
  width: 10px;
  content: "";
  height: 10px;
  position: absolute;
  border-radius: 100%;
  background-color: var(--ca-prime-c);
}
.ca-sec-title .sec_title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ca-sec-title .sec_title {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .ca-sec-title .sec_title {
    font-size: 30px;
  }
}
.ca-sec-title p {
  padding-top: 10px;
  line-height: 1.5;
}

.wa-ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.dm-h-1 {
  font-family: var(--dm-font-1);
  font-weight: 700;
  color: #000000;
  line-height: 1.058;
  margin-bottom: 0;
}

.dm-p-1 {
  font-family: var(--nxr-inter);
  font-weight: 400;
  color: #000000;
  line-height: 1.555;
  font-size: 18px;
  margin-bottom: 0;
  opacity: 80%;
}

.dm-pr-btn-1 {
  font-family: var(--dm-font-1);
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  background: var(--dm-clr-gd-1);
  padding: 6px;
  padding-left: 20px;
  border-radius: 8px;
  gap: 18px;
  position: relative;
  z-index: 1;
  transition: var(--cube-2);
}
.dm-pr-btn-1 .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--cube-2);
}
.dm-pr-btn-1 .icon i {
  transform: scaleX(-1);
}
.dm-pr-btn-1::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  border-radius: 4px;
  z-index: -1;
  transition: var(--cube-2);
}
.dm-pr-btn-1:hover {
  color: var(--dm-clr-pr-1);
}
.dm-pr-btn-1:hover::after {
  width: calc(100% - 12px);
}

.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;
}

.dm-home-1,
.dm-inner-1 {
  background-color: #ECECEC;
}

.dm-subtitle-1 {
  font-family: var(--dm-font-1);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4%;
  font-size: 20px;
  color: var(--dm-clr-pr-1);
  margin-bottom: 15px;
}

.dm-sec-title-1 {
  font-family: var(--dm-font-1);
  font-weight: 700;
  font-size: 68px;
  line-height: 1.058;
  color: #000;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dm-sec-title-1 {
    font-size: 62px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-sec-title-1 {
    font-size: 58px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-sec-title-1 {
    font-size: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-sec-title-1 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .dm-sec-title-1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dm-sec-title-1 {
    font-size: 38px;
  }
}

.dm-title-anim-1 .split-line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.12em;
  margin-bottom: -0.12em;
}

/*---------------------------------------------------- */
/******* HOME PAGE 1 *******/
/*Hero area*/
/*----------------------------------------------------*/
/*
    header-3-start
*/
.dm-header-1-area {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.dm-header-1-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dm-header-1-logo {
  max-width: 120px;
}
.dm-header-1-left {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  border-radius: 8px;
  display: flex;
  padding: 6px 18px;
  align-items: center;
  gap: 30px;
  max-width: 436px;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-header-1-left {
    width: auto;
  }
}
.dm-header-1-contact {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  max-width: 178px;
  transition: var(--cube-2);
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-header-1-contact {
    display: none;
  }
}
.dm-header-1-contact .icon {
  font-size: 24px;
  transform: rotate(-45deg);
  transition: var(--cube-2);
}
.dm-header-1-contact:hover {
  opacity: 1;
  color: var(--dm-clr-pr-1);
}
.dm-header-1-contact:hover .icon {
  transform: rotate(0deg);
}
.dm-header-1-action-link {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0px 8px;
  padding-left: 14px;
  height: 62px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-header-1-action-link {
    padding: 8px;
  }
}
.dm-header-1-action-link .dm-pr-btn-1 {
  background: var(--dm-clr-pr-1);
}
.dm-header-1-action-link .dm-pr-btn-1 .icon {
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .dm-header-1-action-link .dm-pr-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dm-header-1-action-link .dm-pr-btn-1 {
    display: inline-flex;
  }
}
.dm-header-1-menu {
  transition: var(--cube-2);
  width: 0px;
  overflow: hidden;
}
.dm-header-1-menu > ul {
  transform: translateX(10px);
  opacity: 0;
  transition: var(--cube-2);
  flex-wrap: nowrap;
  transition-delay: 0s;
  visibility: hidden;
}
.dm-header-1-menu:is(.show) {
  overflow: visible;
  margin-left: 0px;
  width: max-content;
}
.dm-header-1-menu:is(.show) > ul {
  transform: translateX(0px);
  opacity: 1;
  transition-delay: 0.3s;
  visibility: visible;
}
.dm-header-1-menu-toggle-btn {
  width: 24px;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  margin-right: 10px;
}
.dm-header-1-menu-toggle-btn span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: var(--cube-2);
}
.dm-header-1-menu-toggle-btn:hover span {
  background: var(--dm-clr-pr-1);
}
.dm-header-1-menu-toggle-btn:is(.active) span:nth-child(1) {
  transform: rotate(45deg) translateY(5px) translateX(5px);
}
.dm-header-1-menu-toggle-btn:is(.active) span:nth-child(2) {
  transform: rotate(-45deg) translateY(-4px) translateX(3px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-header-1-menu-toggle-btn {
    display: none;
  }
}

.dm-offcanvas-btn-1 {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 7px rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(9px);
  border-radius: 6px;
  border: none;
  color: #fff;
  font-size: 20px;
}

.dm-main-navigation .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.dm-main-navigation .navbar-nav li {
  flex: 0 0 auto;
  transition: var(--cube-2);
}
.dm-main-navigation .navbar-nav li a {
  position: relative;
  z-index: 1;
  font-family: var(--xr-font-1);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  padding: 18px 0;
  display: inline-flex;
  align-items: center;
  transition: var(--cube-2);
}
.dm-main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 18px;
}
.dm-main-navigation .navbar-nav li:is(.dropdown) > a::before {
  display: block;
  content: "\f103";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  font-size: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dm-main-navigation .navbar-nav li:hover > a {
  color: var(--dm-clr-pr-1);
  opacity: 1;
}
.dm-main-navigation .navbar-nav li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.dm-main-navigation .navbar-nav li .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 100;
  margin: 0px;
  padding: 0px 0px;
  height: auto;
  min-width: 200px;
  display: block;
  position: absolute;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  border-radius: 8px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transform-origin: top;
  transition: var(--cube-2);
}
.dm-main-navigation .navbar-nav li .dropdown-menu li {
  display: block;
  margin: 0;
  transition: var(--cube-2);
}
.dm-main-navigation .navbar-nav li .dropdown-menu li::after {
  display: none;
}
.dm-main-navigation .navbar-nav li .dropdown-menu li a {
  width: 100%;
  display: block;
  padding: 9px 20px;
  padding-left: 30px;
  font-size: 16px;
  color: #fff;
  opacity: 1;
}
.dm-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a {
  padding-right: 13px;
}
.dm-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a::before {
  display: block;
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  font-size: 11px;
  right: 20px;
  top: 51%;
  transform: translateY(-50%);
  opacity: 42%;
}
.dm-main-navigation .navbar-nav li .dropdown-menu li:hover {
  background: var(--dm-clr-pr-1);
}
.dm-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  color: #fff;
}
.dm-main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
}

/*
    header-3-end
*/
.nxr-hero-section {
  z-index: 1;
  background-color: #000000;
}
.nxr-hero-section .nxr-hr-bg {
  top: 0;
  left: 0;
  z-index: -1;
}
.nxr-hero-section .nxr-hr-shape1 {
  top: 0;
  left: 0;
  opacity: 0.2;
}

#nx_hero_anim {
  right: 0;
  left: 200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 825px;
  position: relative;
}

.nxr-hero-content {
  z-index: 1;
  position: relative;
  padding: 220px 0px 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-hero-content {
    padding-top: 150px;
  }
}
.nxr-hero-content .nxr-hero-img1 {
  right: 0;
  bottom: 0;
  left: 200px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-hero-content .nxr-hero-img1 {
    left: 0;
  }
}
.nxr-hero-content .nxr-hero-img2 {
  bottom: 0;
  z-index: -1;
  right: 96px;
  opacity: 0.28;
}
.nxr-hero-content .nxr-hero-img2 img {
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-hero-content .nxr-hero-img2 {
    display: none;
  }
}

.nxr-hero-text {
  z-index: 2;
  margin: 0 auto;
  max-width: 1590px;
  padding: 0px 15px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-hero-text {
    text-align: center;
  }
}
.nxr-hero-text .nxr-hr-title {
  color: #fff;
  font-size: 70px;
  line-height: 1;
  max-width: 545px;
  font-weight: 700;
  letter-spacing: -3px;
  font-family: var(--nxr-space);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-hero-text .nxr-hr-title {
    margin: 0 auto;
  }
}
@media (max-width: 767px), (max-width: 480px) {
  .nxr-hero-text .nxr-hr-title {
    font-size: 50px;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .nxr-hero-text .nxr-hr-title {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .nxr-hero-text .nxr-hr-title {
    font-size: 34px;
    letter-spacing: 0px;
  }
}
.nxr-hero-text .nxr-hr-title span {
  opacity: 0.52;
  display: inline;
  font-style: italic;
  font-family: var(--nxr-playfair);
}
.nxr-hero-text .nxr-hr-title .split-line {
  display: inline !important;
  overflow: visible;
}

.nxr-btn-grp {
  gap: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-btn-grp {
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
  }
}

.nxr-hr-desc {
  color: #fff;
  font-size: 18px;
  max-width: 415px;
  margin-top: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-hr-desc {
    margin: 0 auto;
    margin-top: 40px;
  }
}
.nxr-hr-desc i {
  width: 140px;
  display: inline-block;
}
@media (max-width: 767px), (max-width: 480px) {
  .nxr-hr-desc i {
    width: 0;
  }
}

.nxr-hero-card-wrapper {
  top: 52%;
  right: 80px;
  width: 100%;
  max-width: 312px;
  position: absolute;
  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), (max-width: 767px), (max-width: 480px) {
  .nxr-hero-card-wrapper {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-hero-card-wrapper {
    margin: 0 auto;
    margin-top: 40px;
    position: static;
    transform: translateY(0%);
  }
}

.nxr-hero-card-slider-wrap {
  z-index: 1;
  margin-bottom: 4px;
  position: relative;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.0588235294);
  padding: 16px 16px 19px;
}
.nxr-hero-card-slider-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(146.02deg, #FFFFFF 0%, rgba(240, 208, 212, 0.16) 21.15%, rgba(199, 81, 94, 0.16) 67.31%, #B82132 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.nxr-hero-card-slider {
  position: relative;
}
.nxr-hero-card-slider .nxr-hero-pagi {
  left: 0;
  gap: 4px;
  top: 24px;
  z-index: 2;
  right: 24px;
  bottom: auto;
  display: flex;
  max-width: 90%;
  margin: 0 auto;
  position: absolute;
  right: 0 !important;
}
.nxr-hero-card-slider .nxr-hero-pagi .swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 0;
  position: relative;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2392156863);
}
.nxr-hero-card-slider .nxr-hero-pagi .swiper-pagination-bullet .bullet-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  transform: scaleX(0);
  transform-origin: left;
  border-radius: inherit;
}

.nxr-hr-card-slide .item-img {
  height: 345px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.nxr-hr-card-slide .item-img:before {
  bottom: 0;
  content: "";
  height: 45%;
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(27, 13, 12, 0) 0%, #1B0D0C 100%);
}
.nxr-hr-card-slide .item-text {
  left: 24px;
  bottom: 24px;
  position: absolute;
}
.nxr-hr-card-slide .item-text h3 {
  opacity: 0;
  color: #fff;
  line-height: 1;
  font-size: 52px;
  font-weight: 500;
  margin-bottom: 0;
  visibility: hidden;
  padding-bottom: 10px;
  letter-spacing: -2px;
  font-family: var(--nxr-space);
  transition: 500ms var(--cube-2);
  transform: translateY(15px);
}
.nxr-hr-card-slide .item-text h3 span {
  opacity: 0.4;
}
.nxr-hr-card-slide .item-text p {
  opacity: 0;
  color: #fff;
  font-size: 15px;
  max-width: 230px;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0.72 !important;
  transform: translateY(50px);
  transition: 1200ms var(--cube-1);
}

.swiper-slide-active .nxr-hr-card-slide .item-text h3 {
  opacity: 1;
  visibility: visible;
  transition-delay: 300ms;
  transform: translateY(0px);
}
.swiper-slide-active .nxr-hr-card-slide .item-text p {
  opacity: 1;
  visibility: visible;
  transition-delay: 600ms;
  transform: translateY(0px);
}

.nxr-hero-partner-wrap {
  z-index: 1;
  padding: 12px;
  position: relative;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.0588235294);
}
.nxr-hero-partner-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(146.02deg, #B82132 0%, rgba(199, 81, 94, 0.16) 32.69%, rgba(240, 208, 212, 0.16) 78.85%, #FFFFFF 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.nxr-hero-partner-wrap .nxr-hero-partner {
  height: 145px;
  position: relative;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3215686275);
  backdrop-filter: blur(24px);
}
.nxr-hero-partner-wrap .nxr-hero-partner:before {
  left: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 64px;
  position: absolute;
  background: linear-gradient(180deg, rgba(27, 13, 12, 0) 0%, rgba(27, 13, 12, 0.72) 100%);
}
.nxr-hero-partner-wrap .nxr-hero-partner h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: -1px;
  padding: 15px 20px 15px;
  font-family: var(--nxr-space);
}

.hr-partner-mar1 {
  margin-bottom: 8px;
  display: flow-root;
}

.nxr-hr-part-item {
  margin: 0px 14px;
  display: inline-block;
}
.nxr-hr-part-item .item-img {
  height: 16px;
  display: flex;
  opacity: 0.5;
  align-items: center;
  justify-content: center;
}

.nxr-hr-btm-marq {
  left: 0;
  bottom: 0;
  position: absolute;
}
@media (max-width: 767px), (max-width: 480px) {
  .nxr-hr-btm-marq {
    display: none;
  }
}
.nxr-hr-btm-marq .item-img {
  display: inline-block;
}

@keyframes moving {
  0% {
    transform-origin: 50% 100%;
    transform: skewX(-5deg);
  }
  50% {
    transform-origin: 50% 100%;
    transform: skewX(5deg);
  }
  100% {
    transform-origin: 50% 100%;
    transform: skewX(-5deg);
  }
}
.ca-hero-content {
  z-index: 1;
  overflow: hidden;
  padding: 195px 0px 100px;
  border-bottom-right-radius: 72px;
  border-bottom-left-radius: 72px;
  border-bottom: 10px solid #FFFFFF;
}
.ca-hero-content .hero-img {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}

.ca-hr-area {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1750px;
}

.ca-hr-logo-wrap .item-logos-area {
  gap: 12px;
}
.ca-hr-logo-wrap .item-shape1 {
  -webkit-animation: moving 3s linear infinite;
  animation: moving 3s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.ca-hr-logo-wrap .item-shape1:is(.ver_2) {
  animation-delay: 1s;
}

.ca-hr-text {
  max-width: 732px;
  padding-top: 265px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-hr-text {
    padding-top: 150px;
  }
}
.ca-hr-text .hr-slug {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 900ms ease-in-out;
  transform: translateX(10px);
  font-family: var(--ca-heading);
}
.ca-hr-text .hr_title {
  color: #fff;
  line-height: 1.1;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ca-hr-text .hr_title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ca-hr-text .hr_title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .ca-hr-text .hr_title {
    font-size: 36px;
    letter-spacing: 0;
  }
}
.ca-hr-text .hr_title .split-word {
  overflow: hidden;
  transform: translateY(100%) scaleY(-0.6);
  opacity: 0;
  transition: 0.8s var(--cube-1);
  transition-delay: 0s;
}
.ca-hr-text .nx-btn1 {
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
  transition: 900ms ease-in-out;
}
.ca-hr-text .nx-btn1:is(.ver_4) a {
  color: #000;
  background: #fff;
}
.ca-hr-text .nx-btn1:is(.ver_4) span {
  color: #000;
}

.ca-hero-thumb-area {
  top: 50%;
  right: 80px;
  z-index: 2;
  max-width: 455px;
  position: absolute;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ca-hero-thumb-area {
    right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-hero-thumb-area {
    display: none;
  }
}
.ca-hero-thumb-area p {
  color: #fff;
  font-size: 18px;
  padding-top: 30px;
}

.ca-hr-thumb-item {
  width: 138px;
  height: 102px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #B4B4B4;
  transition: all 500ms ease-in-out;
}

.swiper-slide-thumb-active .ca-hr-thumb-item {
  border: 2px solid #fff;
}

.ca-hr-scroll {
  gap: 8px;
  z-index: 2;
  color: #fff;
  bottom: 80px;
  right: 100px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-hr-scroll {
    display: none !important;
  }
}

.swiper-slide-active .ca-hr-text .hr-slug {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.swiper-slide-active .ca-hr-text .split-word {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.7s;
  transform: translateY(0%) scaleY(1);
}
.swiper-slide-active .ca-hr-text .split-word:nth-child(2) {
  transition-delay: 0.9s;
}
.swiper-slide-active .ca-hr-text .split-word:nth-child(3) {
  transition-delay: 1.1s;
}
.swiper-slide-active .ca-hr-text .split-word:nth-child(4) {
  transition-delay: 1.3s;
}
.swiper-slide-active .ca-hr-text .split-word:nth-child(5) {
  transition-delay: 1.5s;
}
.swiper-slide-active .ca-hr-text .split-word:nth-child(6) {
  transition-delay: 1.7s;
}
.swiper-slide-active .ca-hr-text .nx-btn1 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

/*
	hero-1-start
*/
.dm-hero-1-top {
  padding-top: 70px;
  position: absolute;
  z-index: -3;
  inset: 0;
  display: flex;
  align-items: center;
  --mask-scale: 2.3;
  mask-image: url(../img/hero/h3-mask-img.svg);
  -webkit-mask-position: 50%;
  mask-position: 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: calc(max(100vw, 100vh) * var(--mask-scale));
  -webkit-mask-size: calc(max(100vw, 100vh) * var(--mask-scale));
  mask-size: calc(max(100vw, 100vh) * var(--mask-scale));
}
@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), (max-width: 767px) {
  .dm-hero-1-top {
    position: relative;
    inset: auto;
    z-index: 1;
    padding: 160px 0px 80px;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .dm-hero-1-top {
    padding: 130px 0px 60px;
  }
}
.dm-hero-1-top-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.dm-hero-1-top-bg-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
}
.dm-hero-1-top-bg-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -3;
}
.dm-hero-1-top-flex {
  display: flex;
  flex-direction: column;
  gap: 100px;
  opacity: 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), (max-width: 767px) {
  .dm-hero-1-top-flex {
    opacity: 1;
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .dm-hero-1-top-flex {
    gap: 40px;
  }
}
.dm-hero-1-top-title {
  font-size: 112px;
  color: #fff;
  max-width: 800px;
  letter-spacing: -1%;
}
.dm-hero-1-top-title .split-line {
  margin-bottom: -5px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .dm-hero-1-top-title {
    font-size: 96px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dm-hero-1-top-title {
    font-size: 86px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-hero-1-top-title {
    font-size: 74px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-hero-1-top-title {
    font-size: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-hero-1-top-title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .dm-hero-1-top-title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .dm-hero-1-top-title {
    font-size: 32px;
  }
}
.dm-hero-1-top-card {
  max-width: 340px;
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1.1fr;
  gap: 2px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .dm-hero-1-top-card {
    margin-left: 0;
    max-width: 100%;
  }
}
.dm-hero-1-top-card .left {
  background-color: #FCFCFC;
  border-radius: 8px;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
}
.dm-hero-1-top-card .title {
  font-size: 24px;
  margin-bottom: 13px;
}
.dm-hero-1-top-card .disc {
  font-size: 16px;
  opacity: 70%;
  margin-bottom: auto;
}
.dm-hero-1-top-card .card-btn {
  background: linear-gradient(180deg, #F4F4F4 0%, #FEFEFE 100%);
  box-shadow: 0px 0px 0.224852px 0.224852px rgba(0, 0, 0, 0.07), 0px 0px 0.224852px 0.674556px rgba(0, 0, 0, 0.05), 0px 2.69822px 2.92308px -1.34911px rgba(0, 0, 0, 0.25), 0px 0.899408px 3.59763px 0.899408px rgba(0, 0, 0, 0.12), 0px 0px 0px 4px #F2F2F2;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: var(--dm-clr-pr-1);
  padding: 11px;
  transition: var(--cube-2);
}
.dm-hero-1-top-card .card-btn:hover {
  background: var(--dm-clr-pr-1);
  color: #fff;
}
.dm-hero-1-top-card .card-img {
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
.dm-hero-1-bottom {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.dm-hero-1-bottom a,
.dm-hero-1-bottom button {
  pointer-events: auto;
}
@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), (max-width: 767px) {
  .dm-hero-1-bottom {
    display: block;
    height: auto;
    padding: 70px 0px 0px;
    pointer-events: auto;
  }
}
.dm-hero-1-bottom-title, .dm-hero-1-bottom-subtitle, .dm-hero-1-bottom-disc, .dm-hero-1-bottom-list, .dm-hero-1-bottom-img,
.dm-hero-1-bottom .btn-elm,
.dm-hero-1-bottom .ca-hr-logo-wrap {
  opacity: 0;
  visibility: hidden;
}
@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), (max-width: 767px) {
  .dm-hero-1-bottom-title, .dm-hero-1-bottom-subtitle, .dm-hero-1-bottom-disc, .dm-hero-1-bottom-list, .dm-hero-1-bottom-img,
  .dm-hero-1-bottom .btn-elm,
  .dm-hero-1-bottom .ca-hr-logo-wrap {
    opacity: 1;
    visibility: visible;
  }
}
.dm-hero-1-bottom-img {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
@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), (max-width: 767px) {
  .dm-hero-1-bottom-img {
    position: static;
    margin-top: 50px;
  }
}
.dm-hero-1-bottom-flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.dm-hero-1-bottom-flex .ca-hr-logo-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.dm-hero-1-bottom-flex .ca-hr-logo-wrap .title {
  font-size: 15px;
  color: #FFDD5E;
  opacity: 1;
  font-weight: 500;
  border-bottom: 1px solid;
  margin-bottom: -25px;
}
.dm-hero-1-bottom-flex .ca-hr-logo-wrap .item-logos-area.d-flex {
  margin-bottom: -23px;
  opacity: 70%;
}
.dm-hero-1-bottom-title {
  font-size: 250px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: -10px;
}
.dm-hero-1-bottom-title .split-line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .dm-hero-1-bottom-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dm-hero-1-bottom-title {
    font-size: 172px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-hero-1-bottom-title {
    font-size: 146px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-hero-1-bottom-title {
    font-size: 118px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-hero-1-bottom-title {
    font-size: 92px;
  }
}
@media (max-width: 767px) {
  .dm-hero-1-bottom-title {
    font-size: 56px;
  }
}
@media (max-width: 480px) {
  .dm-hero-1-bottom-title {
    font-size: 42px;
  }
}
.dm-hero-1-bottom-subtitle {
  font-size: 70px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -1%;
  display: inline-block;
  background: linear-gradient(0deg, #fff, transparent);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dm-hero-1-bottom-subtitle {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-hero-1-bottom-subtitle {
    font-size: 52px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-hero-1-bottom-subtitle {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-hero-1-bottom-subtitle {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .dm-hero-1-bottom-subtitle {
    font-size: 26px;
  }
}
.dm-hero-1-bottom-disc {
  color: #fff;
  max-width: 400px;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .dm-hero-1-bottom-disc {
    max-width: 100%;
    text-align: left;
  }
}
.dm-hero-1-bottom .top-content {
  display: flex;
  align-items: center;
  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), (max-width: 767px) {
  .dm-hero-1-bottom .top-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.dm-hero-1-bottom .top-content-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .dm-hero-1-bottom .top-content-right {
    align-items: flex-start;
    gap: 24px;
  }
}
.dm-hero-1-bottom .bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .dm-hero-1-bottom .bottom-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.dm-hero-1-bottom .bottom-content-right {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .dm-hero-1-bottom .bottom-content-right {
    align-items: flex-start;
  }
}
.dm-hero-1-bottom-list {
  max-width: 412px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .dm-hero-1-bottom-list {
    max-width: 100%;
  }
}
.dm-hero-1-bottom-list .title {
  font-size: 16px;
  opacity: 1;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.dm-hero-1-bottom-list .title i {
  color: #FFDD5E;
  font-size: 14px;
}
.dm-hero-1-bottom-list-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dm-hero-1-bottom-list-ul li {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.dm-hero-1-bottom-list-ul li:nth-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.dm-hero-1-area {
  height: 200vh;
  position: relative;
  padding-bottom: 56px;
}
@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), (max-width: 767px) {
  .dm-hero-1-area {
    height: auto;
  }
}
.dm-hero-1-bg-line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  padding: 0 14px;
}
.dm-hero-1-bg-line-svg {
  width: 100%;
  height: 304px;
}
.dm-hero-1-pin {
  position: sticky;
  top: 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), (max-width: 767px) {
  .dm-hero-1-pin {
    position: static;
  }
}
.dm-hero-1-height {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
  border-radius: 0 0 30px 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), (max-width: 767px) {
  .dm-hero-1-height {
    height: auto;
  }
}

/*
	hero-1-end
*/
/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-about-title {
    gap: 25px;
    flex-wrap: wrap;
  }
}
.nxr-about-title .subtitle {
  color: #000000;
  font-weight: 500;
  font-family: var(--nxr-space);
}
.nxr-about-title .subtitle i {
  font-style: normal;
  color: var(--nxr-prime-c);
}
.nxr-about-title .subtitle span {
  font-family: var(--nxr-inter);
}
.nxr-about-title .ab_title {
  color: #000000;
  font-size: 52px;
  max-width: 1030px;
  line-height: 1.08;
  letter-spacing: -1px;
  font-family: var(--nxr-space);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nxr-about-title .ab_title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nxr-about-title .ab_title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nxr-about-title .ab_title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .nxr-about-title .ab_title {
    font-size: 34px;
    letter-spacing: 0px;
  }
}
@media (max-width: 480px) {
  .nxr-about-title .ab_title {
    font-size: 30px;
    letter-spacing: 0px;
  }
}
@media (max-width: 360px) {
  .nxr-about-title .ab_title {
    font-size: 28px;
    letter-spacing: 0px;
  }
}
.nxr-about-title .ab_title b {
  font-weight: 500;
  color: var(--nxr-prime-c);
}
.nxr-about-title .ab_title span {
  display: inline;
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
  font-family: var(--nxr-playfair);
}
.nxr-about-title .ab_title .split-line {
  display: inline !important;
}

.nxr-about-content {
  gap: 60px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-about-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), (max-width: 767px), (max-width: 480px) {
  .nxr-about-content {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}

.nxr-about-img-wrap {
  width: 100%;
  height: 640px;
  max-width: 528px;
  overflow: hidden;
  border-radius: 24px;
}

.nxr-about-text-wrap {
  width: 100%;
  max-width: 972px;
  padding-top: 28px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-about-text-wrap {
    padding-top: 0;
  }
}
.nxr-about-text-wrap .nxr-about-desc {
  max-width: 426px;
  padding-top: 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), (max-width: 767px), (max-width: 480px) {
  .nxr-about-text-wrap .nxr-about-desc {
    padding-top: 0;
  }
}
.nxr-about-text-wrap .nxr-about-desc p {
  font-size: 18px;
}

.nxr-about-text-img {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-about-text-img {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}

.nxr-ab-img .item-img {
  overflow: hidden;
  border-radius: 24px;
  border: 4px solid #FFFFFF;
}

.nxr-about-card-wrap {
  gap: 5px;
  padding: 5px;
  display: grid;
  border-radius: 16px;
  background-color: #000000;
  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) {
  .nxr-about-card-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px), (max-width: 480px) {
  .nxr-about-card-wrap {
    grid-template-columns: 1fr;
  }
}

.nxr-ab-card {
  overflow: hidden;
  border-radius: 16px;
  padding: 28px 28px 22px;
  background-color: #F5F5F5;
}
.nxr-ab-card .ab-shape1 {
  top: -55%;
  left: -45%;
  transform: scale(0);
  transition: all 800ms ease-in-out;
}
.nxr-ab-card .ab-shape2 {
  bottom: -90%;
  right: -54%;
  transform: scale(0);
  transition: all 800ms ease-in-out;
}
.nxr-ab-card .item-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  position: relative;
  border-radius: 16px;
  transition: all 500ms ease-in-out;
}
.nxr-ab-card .item-icon .inner-box {
  top: 0;
  left: 0;
  position: absolute;
}
.nxr-ab-card .item-text h3 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 8px;
}
.nxr-ab-card .item-text p {
  line-height: 1.5;
}
.nxr-ab-card:hover .ab-shape1,
.nxr-ab-card:hover .ab-shape2 {
  transform: scale(1);
}
.nxr-ab-card:hover .item-icon {
  transform: scale(-1) rotate(180deg);
}

.ca-about-sec {
  padding: 100px 15px;
}

.ca-about-content {
  gap: 72px;
  margin: 0 auto;
  max-width: 1750px;
  padding: 0px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-about-content {
    flex-wrap: wrap;
  }
}

.ca-about-p1 {
  width: 100%;
  max-width: 557px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-about-p1 {
    max-width: 100%;
  }
}

.ca-ab-p1-item {
  padding: 32px;
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 24px;
  border-bottom: 1px solid #FFFFFF;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.ca-ab-p1-item .item-icon {
  transition: all 500ms ease-in-out;
}
.ca-ab-p1-item:last-child {
  margin-bottom: 0;
}
.ca-ab-p1-item h3 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}
.ca-ab-p1-item .item-text {
  color: #474747;
}
.ca-ab-p1-item:hover .item-icon {
  transform: scale(-1) rotate(180deg);
}

.ca-about-p2 {
  width: 100%;
  max-width: 554px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-about-p2 {
    max-width: 100%;
  }
}
.ca-about-p2 .nx-ab3-ratting h3 {
  gap: 12px;
  color: #000000;
  line-height: 0.8;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
.ca-about-p2 .nx-ab3-ratting p {
  color: #474747;
  font-weight: 500;
  font-family: var(--nx-heading);
}
.ca-about-p2 .nx-hr1-cl-slide {
  width: 110px;
  margin-right: -30px;
}
.ca-about-p2 .nx-hr1-cl-slide .nx-h-cl-img {
  margin-left: -30px;
}
.ca-about-p2 .nx-hr1-cl-slide .swiper-slide {
  opacity: 0;
  transform: scale(0.5);
  transition: all 500ms ease-in-out;
}
.ca-about-p2 .nx-hr1-cl-slide .swiper-slide-prev,
.ca-about-p2 .nx-hr1-cl-slide .swiper-slide-next,
.ca-about-p2 .nx-hr1-cl-slide .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.ca-about-p2 .nx-hr1-cl-slide .nx-h-cl-img {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #FFFFFF;
}
.ca-about-p2 .cl_circle {
  z-index: 2;
  width: 56px;
  height: 56px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  border: 2px solid #FFFFFF;
  background: var(--ca-prime-c);
}
.ca-about-p2 .nx-hr1-cl-slide {
  margin-left: 60px;
  margin-right: -65px;
}

@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), (max-width: 767px), (max-width: 480px) {
  .ca-about-p3 {
    display: none;
  }
}

/*
	about-3-start
*/
.dm-about-1-sec-title {
  max-width: 1130px;
}
.dm-about-1-wrap {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1.4fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-about-1-wrap {
    grid-template-columns: 1fr;
  }
}
.dm-about-1-wrap-left {
  padding-top: 45px;
}
.dm-about-1-wrap-left .left-disc {
  max-width: 560px;
  margin-bottom: 35px;
}
.dm-about-1-wrap-left .inner-div {
  display: flex;
  align-items: center;
  margin-right: -280px;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-about-1-wrap-left .inner-div {
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
    margin-right: 0;
  }
}
.dm-about-1-wrap-right {
  display: flex;
  flex-direction: column;
  margin-top: -60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-about-1-wrap-right {
    margin-top: 0px;
  }
}
.dm-about-1-img {
  height: 544px;
  border-radius: 30px;
}
.dm-about-1-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.dm-about-1-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 1;
}
.dm-about-1-slider-wrap {
  width: 100%;
  max-width: 530px;
  padding: 16px;
}
@media (max-width: 767px) {
  .dm-about-1-slider-wrap {
    max-width: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dm-about-1-slider-wrap {
    padding: 12px;
    max-width: 450px;
  }
}
.dm-about-1-slider-bg-shape {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.dm-about-1-slider-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: absolute;
  right: 37px;
  top: 27px;
  z-index: 2;
}
@media (max-width: 480px) {
  .dm-about-1-slider-btn {
    position: static;
    margin-top: 14px;
  }
}
.dm-about-1-slider-btn .single-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  transition: var(--cube-2);
}
.dm-about-1-slider-btn .single-btn:hover {
  background-color: var(--dm-clr-pr-1);
}
@media (max-width: 480px) {
  .dm-about-1-slider-btn .single-btn {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.dm-about-1-slider-pagi {
  display: flex;
  gap: 8px;
  width: auto !important;
  position: relative !important;
  top: unset !important;
  bottom: unset !important;
}
.dm-about-1-slider-pagi .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 !important;
  background: #fff;
  transition: var(--cube-2);
}
.dm-about-1-slider-pagi .swiper-pagination-bullet-active {
  background: #000;
}
.dm-about-1-slider-item .icon-x-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .dm-about-1-slider-item .icon-x-title {
    gap: 8px;
    margin-bottom: 14px;
  }
}
.dm-about-1-slider-item .icon-elm {
  width: 64px;
  height: 64px;
  background: #ECECEC;
  box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .dm-about-1-slider-item .icon-elm {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
}
.dm-about-1-slider-item .title {
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-about-1-slider-item .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .dm-about-1-slider-item .title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .dm-about-1-slider-item .title {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  .dm-about-1-slider-item .title {
    font-size: 21px;
  }
}
.dm-about-1-slider-item .img-elm {
  max-width: 436px;
  height: 268px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .dm-about-1-slider-item .img-elm {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dm-about-1-slider-item .img-elm {
    height: 268px;
  }
}
.dm-about-1-slider-item .img-elm::after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
  background: linear-gradient(0deg, black, transparent);
}
.dm-about-1-slider-item .img-elm-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
  opacity: 1;
  padding: 24px 30px;
}
.dm-about-1-support {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  margin-left: auto;
  gap: 20px;
  padding: 10px;
  padding-right: 30px;
  margin-top: -43px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .dm-about-1-support {
    margin-right: 0px;
    flex-wrap: wrap;
    border-radius: 20px;
  }
}
.dm-about-1-support .author-img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  flex: 0 0 auto;
}
.dm-about-1-support .left {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--cube-2);
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px) {
  .dm-about-1-support .left {
    width: 68px;
    overflow: hidden;
  }
}
.dm-about-1-support .plus {
  font-size: 50px;
  font-weight: 200;
  color: var(--dm-clr-pr-1);
  flex: 0 0 auto;
}
.dm-about-1-support .icon-elm {
  width: 68px;
  height: 68px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex: 0 0 auto;
}
.dm-about-1-support .title {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 500;
}
.dm-about-1-support .disc {
  font-size: 16px;
}
.dm-about-1-support:hover .left {
  width: 178px;
}

/*
	about-3-end
*/
/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.nxr-service-sec {
  padding: 0px 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-service-sec {
    padding: 0px 10px;
  }
}

.nxr-service-wrapper {
  overflow: hidden;
  border-radius: 32px;
  padding-bottom: 120px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-service-wrapper {
    padding-bottom: 0;
  }
}

@keyframes moving {
  0% {
    transform-origin: 50% 100%;
    transform: skewX(-5deg);
  }
  50% {
    transform-origin: 50% 100%;
    transform: skewX(5deg);
  }
  100% {
    transform-origin: 50% 100%;
    transform: skewX(-5deg);
  }
}
.nxr-service-title {
  z-index: 6;
  width: 100%;
  max-width: 450px;
  position: relative;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-service-title {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.nxr-service-title .subtitle {
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: var(--nxr-space);
}
.nxr-service-title .subtitle i {
  font-style: normal;
  color: var(--nxr-prime-c);
}
.nxr-service-title .subtitle span {
  font-family: var(--nxr-inter);
}
.nxr-service-title .ser_title {
  color: #fff;
  line-height: 1;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -2px;
}

.nxr-service-card-wrapper {
  width: 100%;
  max-width: 700px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-service-card-wrapper {
    gap: 30px;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center !important;
  }
}

@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), (max-width: 767px), (max-width: 480px) {
  .nxr-service-content {
    display: block !important;
  }
}

.nxr-ser-card-item {
  top: 0;
  right: 0;
  padding: 10px;
  max-width: 440px;
  position: absolute;
  border-radius: 20px;
  transition: all 500ms ease-in-out;
  box-shadow: -12px -12px 34px 0px rgba(0, 0, 0, 0.3490196078);
  filter: blur(2px);
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-ser-card-item {
    top: 0 !important;
    left: 0 !important;
    position: relative;
    filter: blur(0px);
    transform: rotate(0deg) !important;
  }
}
.nxr-ser-card-item:is(.active) {
  filter: blur(0px);
}
.nxr-ser-card-item:is(.ver_1) {
  z-index: 5;
  position: relative;
}
.nxr-ser-card-item:is(.ver_2) {
  top: 5px;
  left: 150px;
  z-index: 4;
  transform: rotate(-12deg);
}
.nxr-ser-card-item:is(.ver_3) {
  top: 30px;
  left: 75px;
  z-index: 3;
  transform: rotate(-22deg);
}
.nxr-ser-card-item:is(.ver_4) {
  left: 23px;
  top: 50px;
  z-index: 2;
  transform: rotate(-32deg);
}
.nxr-ser-card-item:is(.ver_5) {
  left: -15px;
  top: 80px;
  z-index: 1;
  transform: rotate(-45deg);
}
.nxr-ser-card-item:is(.itm_1) {
  background-color: #FFAEAF;
}
.nxr-ser-card-item:is(.itm_2) {
  background-color: #B8B1FE;
}
.nxr-ser-card-item:is(.itm_3) {
  background-color: #FABE91;
}
.nxr-ser-card-item:is(.itm_4) {
  background-color: #FFEDAA;
}
.nxr-ser-card-item:is(.itm_5) {
  background-color: #D1FFB3;
}
.nxr-ser-card-item .inner-img {
  overflow: hidden;
  border-radius: 20px;
  clip-path: polygon(100% 94.724%, 100% 94.724%, 99.927% 95.623%, 99.717% 96.469%, 99.382% 97.248%, 98.936% 97.948%, 98.392% 98.557%, 97.762% 99.062%, 97.061% 99.452%, 96.3% 99.713%, 95.493% 99.833%, 94.653% 99.801%, 32.041% 91.473%, 32.041% 91.473%, 31.687% 91.393%, 31.36% 91.254%, 31.062% 91.063%, 30.795% 90.824%, 30.563% 90.545%, 30.367% 90.231%, 30.21% 89.888%, 30.095% 89.522%, 30.024% 89.14%, 30% 88.747%, 30% 88.747%, 29.844% 86.673%, 29.393% 84.705%, 28.671% 82.87%, 27.703% 81.195%, 26.513% 79.705%, 25.126% 78.426%, 23.566% 77.386%, 21.858% 76.611%, 20.026% 76.126%, 18.095% 75.959%, 18.095% 75.959%, 16.57% 76.063%, 15.102% 76.367%, 13.705% 76.857%, 12.39% 77.521%, 11.168% 78.346%, 10.052% 79.319%, 9.053% 80.428%, 8.184% 81.66%, 7.457% 83.002%, 6.882% 84.441%, 6.882% 84.441%, 6.666% 84.991%, 6.396% 85.511%, 6.075% 85.993%, 5.708% 86.428%, 5.301% 86.808%, 4.857% 87.124%, 4.381% 87.369%, 3.877% 87.532%, 3.351% 87.608%, 2.807% 87.586%, 2.807% 87.586%, 2.339% 87.485%, 1.899% 87.316%, 1.494% 87.083%, 1.126% 86.792%, 0.802% 86.451%, 0.526% 86.063%, 0.303% 85.636%, 0.138% 85.175%, 0.035% 84.686%, 0% 84.174%, 0% 5.115%, 0% 5.115%, 0.062% 4.285%, 0.243% 3.498%, 0.532% 2.764%, 0.919% 2.094%, 1.395% 1.498%, 1.95% 0.987%, 2.574% 0.571%, 3.257% 0.261%, 3.989% 0.067%, 4.762% 0%, 95.238% 0%, 95.238% 0%, 96.011% 0.067%, 96.743% 0.261%, 97.426% 0.571%, 98.05% 0.987%, 98.605% 1.498%, 99.081% 2.094%, 99.468% 2.764%, 99.757% 3.498%, 99.938% 4.285%, 100% 5.115%, 100% 94.724%);
}
.nxr-ser-card-item .inner-icon {
  left: 36px;
  bottom: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(184, 33, 50, 0.5019607843) inset;
}
.nxr-ser-card-item .item-text {
  padding: 0px 26px 26px;
}
.nxr-ser-card-item .item-text h3 {
  display: none;
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-ser-card-item .item-text h3 {
    display: block;
  }
}
.nxr-ser-card-item .item-text p {
  opacity: 0.72;
  color: #000000;
  font-size: 18px;
  padding-bottom: 25px;
}
.nxr-ser-card-item .item-text .read_more {
  gap: 8px;
  opacity: 0.72;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}
.nxr-ser-card-item .item-text .read_more i {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background-color: #fff;
  transition: all 500ms ease-in-out;
}
.nxr-ser-card-item .item-text .read_more:hover {
  letter-spacing: 1px;
}
.nxr-ser-card-item .item-text .read_more:hover i {
  color: #fff;
  background-color: var(--nxr-prime-c);
}

.nxr-service-list-wrap {
  margin-top: 70px;
  padding-left: 40px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-service-list-wrap {
    display: none;
  }
}
.nxr-service-list-wrap li {
  opacity: 0.16;
  color: #FFFFFF;
  line-height: 1;
  font-size: 52px;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  text-align: right;
  letter-spacing: -3px;
  white-space: nowrap;
  margin-bottom: 40px;
  font-family: var(--nxr-space);
  transition: all 500ms ease-in-out;
}
.nxr-service-list-wrap li:before {
  right: 0;
  width: 0%;
  content: "";
  height: 30px;
  bottom: -24px;
  max-width: 315px;
  position: absolute;
  background-repeat: no-repeat;
  transition: all 700ms ease-in-out;
}
.nxr-service-list-wrap li:last-child {
  margin-bottom: 0;
}
.nxr-service-list-wrap li:is(.active) {
  opacity: 1;
}
.nxr-service-list-wrap li:is(.active):before {
  width: 100%;
}

.nxr-ser-desc {
  left: 0;
  bottom: 0;
  max-width: 414px;
  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), (max-width: 767px), (max-width: 480px) {
  .nxr-ser-desc {
    margin: 0 auto;
    position: static;
    margin-top: 30px;
  }
}
.nxr-ser-desc p {
  color: #fff;
  font-size: 18px;
}

.nxr-ser-ratting {
  right: 0;
  width: 260px;
  bottom: -25px;
  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), (max-width: 767px), (max-width: 480px) {
  .nxr-ser-ratting {
    position: static;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.nxr-ser-ratting .nxr-ser-rate-top {
  margin-bottom: 10px;
}
.nxr-ser-ratting .nxr-ser-rate-top li {
  width: 54px;
  height: 54px;
  overflow: hidden;
  margin-left: -22px;
  border-radius: 100%;
  border: 2px solid #010101;
}
.nxr-ser-ratting .nxr-ser-rate-top .lf-1 {
  -webkit-animation: moving 3s linear infinite;
  animation: moving 3s linear infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.nxr-ser-ratting .nxr-ser-rate-top .lf-2 {
  margin-left: -20px;
  -webkit-animation: moving 3s linear infinite;
  animation: moving 3s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.nxr-ser-ratting .nxr-ser-rate-bottom .rate-star {
  gap: 8px;
  margin-bottom: 10px;
}
.nxr-ser-ratting .nxr-ser-rate-bottom .rate-star li {
  color: #FD3F00;
}
.nxr-ser-ratting .nxr-ser-rate-bottom .rate-star span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.nxr-ser-ratting .nxr-ser-rate-bottom p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.nxr-ser-ratting .nxr-ser-rate-bottom p span {
  color: #fff;
  font-weight: 600;
}

.ca-serv-sec {
  background-color: #000000;
}

.ca-serv-top .ca-sec-title .subtitle {
  color: #fff;
}
.ca-serv-top .item-desc {
  max-width: 835px;
}
.ca-serv-top .item-desc h3 {
  color: #fff;
  margin-top: 40px;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ca-serv-top .item-desc h3 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .ca-serv-top .item-desc h3 {
    font-size: 30px;
  }
}
.ca-serv-top .item-desc h3 span {
  opacity: 0.6;
  display: inline;
}

.ca-ser1-img-text .item-img-wrap {
  gap: 20px;
  max-width: 410px;
}
.ca-ser1-img-text .item-img-wrap .item-img1,
.ca-ser1-img-text .item-img-wrap .item-img2 {
  overflow: hidden;
  border-radius: 20px;
  border: 3px solid #242424;
}
.ca-ser1-img-text .item-text-wrap {
  max-width: 437px;
}

.ca-ser1-accordion .accordion-item,
.ca-ser1-accordion .accordion-button:not(.collapsed),
.ca-ser1-accordion .accordion-button {
  background-color: transparent;
}
.ca-ser1-accordion .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: none;
  padding: 40px 0px 32px;
  transition: all 500ms ease-in-out;
  border-bottom: 1px solid rgba(198, 199, 200, 0.15);
}
.ca-ser1-accordion .accordion-button {
  padding: 0;
  border: none;
  display: flex;
  font-size: 32px;
  gap: 20px 140px;
  font-weight: 400;
  position: relative;
  transition: all 500ms ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-ser1-accordion .accordion-button {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ca-ser1-accordion .accordion-button {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ca-ser1-accordion .accordion-button {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .ca-ser1-accordion .accordion-button {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .ca-ser1-accordion .accordion-button {
    font-size: 26px;
  }
}
.ca-ser1-accordion .accordion-button b {
  color: #FFFFFF;
  font-weight: 500;
}
.ca-ser1-accordion .accordion-button span {
  width: 91px;
  color: #474747;
  font-weight: 500;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-ser1-accordion .accordion-button span {
    width: 100%;
  }
}
.ca-ser1-accordion .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.ca-ser1-accordion .accordion-body {
  padding: 0;
  padding-top: 0;
  font-size: 18px;
  padding-bottom: 0;
  padding-left: 230px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-ser1-accordion .accordion-body {
    padding-left: 0;
  }
}
.ca-ser1-accordion .accordion-body .bi-faq-text {
  display: flex;
  justify-content: space-between;
}
.ca-ser1-accordion .accordion-body .ca-ser1-img-text {
  gap: 20px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-ser1-accordion .accordion-body .ca-ser1-img-text {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.ca-ser1-accordion .accordion-body .item-text-wrap p {
  opacity: 0.8;
  color: #E4E4E4;
  padding-bottom: 30px;
}
.ca-ser1-accordion .accordion-body .item-text-wrap .more_detail {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.ca-ser1-accordion .accordion-body .item-text-wrap .more_detail:hover {
  letter-spacing: 1px;
  color: var(--ca-prime-c);
}
.ca-ser1-accordion .accordion-body .item-text-wrap .item-tag {
  margin-top: 85px;
}
.ca-ser1-accordion .accordion-body .item-text-wrap .item-tag a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}
.ca-ser1-accordion .accordion-body .item-text-wrap .item-tag a:hover {
  color: var(--ca-prime-c);
}
.ca-ser1-accordion .accordion-button::after {
  display: none;
}
.ca-ser1-accordion .accordion-button::before {
  right: 0;
  top: -12px;
  color: #fff;
  content: "+";
  width: 48px;
  height: 48px;
  display: flex;
  font-size: 24px;
  border-radius: 0;
  font-weight: 800;
  position: absolute;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease-in-out;
  background-color: #191919;
  font-family: "Font Awesome 6 free";
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-ser1-accordion .accordion-button::before {
    display: none;
  }
}
.ca-ser1-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  padding-bottom: 35px;
}
.ca-ser1-accordion .accordion-button:not(.collapsed):before {
  content: "\f068";
  background-color: var(--ca-prime-c);
}

/*
	services-3-start
*/
.dm-services-1-main {
  background-color: #000;
}
.dm-services-1-sec-title .dm-sec-title-1 {
  color: #fff;
  margin-bottom: 20px;
}
.dm-services-1-sec-title .sec-disc {
  color: #fff;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.dm-services-1-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-services-1-wrap {
    gap: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-services-1-wrap {
    gap: 24px;
  }
}
.dm-services-1-wrap-box {
  position: relative;
  z-index: 1;
  padding-top: 81px;
  height: min(570px, 100vh - 390px);
  overflow: hidden;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .dm-services-1-wrap-box {
    height: min(520px, 100vh - 390px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dm-services-1-wrap-box {
    height: min(470px, 100vh - 390px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-services-1-wrap-box {
    height: min(400px, 100vh - 390px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-services-1-wrap-box {
    height: auto;
    padding-top: 0;
    overflow: visible;
  }
}
.dm-services-1-wrap-box-bg {
  height: 252px;
  border-radius: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dm-services-1-wrap-box-bg {
    height: 226px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-services-1-wrap-box-bg {
    height: 196px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-services-1-wrap-box-bg {
    display: none;
  }
}
.dm-services-1-wrap-box-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 138px;
  background: #FFDD5E;
  border-radius: 50%;
  position: absolute;
  left: 58%;
  transform: translateX(-50%);
  top: 20px;
  padding: 12px;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dm-services-1-wrap-box-btn {
    width: 118px;
    height: 118px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-services-1-wrap-box-btn {
    width: 100px;
    height: 100px;
    padding: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-services-1-wrap-box-btn {
    display: none;
  }
}
.dm-services-1-wrap-box-btn .icon-arrow {
  position: absolute;
  width: 58px;
  height: 58px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dm-services-1-wrap-box-btn .icon-arrow {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-services-1-wrap-box-btn .icon-arrow {
    width: 42px;
    height: 42px;
  }
}
.dm-services-1-wrap-box-btn .icon-arrow {
  background: radial-gradient(50% 50% at 50% 50%, #876B03 0%, #000000 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: var(--cube-2);
}
.dm-services-1-wrap-box-btn .circle-img {
  animation: dm-services-1-wrap-box-btn 10s linear infinite;
}
.dm-services-1-wrap-box-btn:hover .icon-arrow {
  background: var(--dm-clr-pr-1);
}
.dm-services-1-item {
  display: flex;
  justify-content: center;
  padding: 0 30px;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-services-1-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
  }
}
@media (max-width: 767px) {
  .dm-services-1-item {
    padding: 22px;
    gap: 18px;
  }
}
.dm-services-1-item .left-side,
.dm-services-1-item .list-elm {
  position: absolute;
  top: 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), (max-width: 767px) {
  .dm-services-1-item .left-side,
  .dm-services-1-item .list-elm {
    position: static;
    transform: none;
  }
}
.dm-services-1-item .left-side {
  left: 30px;
  width: 100%;
  max-width: 286px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-services-1-item .left-side {
    left: 20px;
    max-width: 220px;
    gap: 14px;
  }
}
.dm-services-1-item .left-side .number {
  font-size: 26px;
  color: #fff;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-services-1-item .left-side .number {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .dm-services-1-item .left-side .number {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.dm-services-1-item .img-elm-1 {
  height: 128px;
  border-radius: 10px;
  outline: 4px solid rgba(255, 255, 255, 0.24);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-services-1-item .img-elm-1 {
    height: 98px;
  }
}
@media (max-width: 767px) {
  .dm-services-1-item .img-elm-1 {
    height: 88px;
  }
}
.dm-services-1-item .img-elm-2 {
  height: 166px;
  border-radius: 10px;
  outline: 4px solid rgba(255, 255, 255, 0.24);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-services-1-item .img-elm-2 {
    height: 128px;
  }
}
@media (max-width: 767px) {
  .dm-services-1-item .img-elm-2 {
    height: 114px;
  }
}
.dm-services-1-item .title {
  font-size: 84px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -2%;
  transition: var(--cube-2);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .dm-services-1-item .title {
    font-size: 76px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dm-services-1-item .title {
    font-size: 68px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-services-1-item .title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-services-1-item .title {
    font-size: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-services-1-item .title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .dm-services-1-item .title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .dm-services-1-item .title {
    font-size: 28px;
  }
}
.dm-services-1-item .title a {
  color: inherit;
}
.dm-services-1-item .title:hover {
  transform: scaleX(1.04);
}
.dm-services-1-item .list-elm {
  right: 30px;
  display: flex;
  gap: 14px 6px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 330px;
  justify-content: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-services-1-item .list-elm {
    right: 20px;
    max-width: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-services-1-item .list-elm {
    max-width: 100%;
    justify-content: start;
  }
}
.dm-services-1-item .list-elm li {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: 16px;
  padding: 3px 11px;
  opacity: 80%;
  display: inline-block;
}

@keyframes dm-services-1-wrap-box-btn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dm-services-1-area {
  height: 300vh;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-services-1-area {
    height: auto;
  }
}
.dm-services-1-pin {
  position: sticky;
  top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-services-1-pin {
    position: static;
  }
}
.dm-services-1-main {
  height: 100vh;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-services-1-main {
    height: auto;
    overflow: visible;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .dm-services-1-main {
    padding-bottom: 70px;
  }
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-services-1-item:not(:first-child) .list-elm, .dm-services-1-item:not(:first-child) .left-side {
    opacity: 0;
  }
}

/*
	services-3-end
*/
/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-sponsor-title {
    gap: 25px;
    flex-wrap: wrap;
  }
}
.nxr-sponsor-title .subtitle {
  color: #000000;
  font-weight: 500;
  font-family: var(--nxr-space);
}
.nxr-sponsor-title .subtitle i {
  font-style: normal;
  color: var(--nxr-prime-c);
}
.nxr-sponsor-title .subtitle span {
  font-family: var(--nxr-inter);
}
.nxr-sponsor-title .ab_title {
  width: 100%;
  color: #000000;
  font-size: 52px;
  font-weight: 700;
  max-width: 1030px;
  line-height: 1.05;
  letter-spacing: -1px;
  font-family: var(--nxr-space);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nxr-sponsor-title .ab_title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nxr-sponsor-title .ab_title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nxr-sponsor-title .ab_title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .nxr-sponsor-title .ab_title {
    font-size: 34px;
    letter-spacing: 0px;
  }
}
@media (max-width: 480px) {
  .nxr-sponsor-title .ab_title {
    font-size: 30px;
    letter-spacing: 0px;
  }
}
@media (max-width: 360px) {
  .nxr-sponsor-title .ab_title {
    font-size: 28px;
    letter-spacing: 0px;
  }
}
.nxr-sponsor-title .ab_title .blank-space1 {
  width: 350px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-sponsor-title .ab_title .blank-space1 {
    display: none;
  }
}
.nxr-sponsor-title .ab_title b {
  color: var(--nxr-prime-c);
}
.nxr-sponsor-title .ab_title span {
  display: inline;
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
  font-family: var(--nxr-playfair);
}

.nxr-sponsor-content {
  gap: 45px;
}

.nxr-sponsor-img {
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-sponsor-img {
    display: none;
  }
}

.nxr-sponsor-wrapper {
  width: 100%;
  max-width: 1295px;
}

@keyframes partnerFlip {
  0% {
    transform: rotateY(0deg);
  }
  8% {
    transform: rotateY(180deg);
  }
  16% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.nxr-sponsor-item-wrap {
  gap: 5px;
  display: grid;
  perspective: 1000px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nxr-sponsor-item-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .nxr-sponsor-item-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .nxr-sponsor-item-wrap {
    grid-template-columns: 1fr;
  }
}

.nxr-spon-item {
  width: 100%;
  height: 132px;
  overflow: hidden;
  display: flex;
  max-width: 320px;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  justify-content: center;
  transform-style: preserve-3d;
  animation: partnerFlip 8s infinite ease-in-out;
  transition: 0.6s var(--cube-1);
  transform-origin: center;
  backface-visibility: visible;
}
@media (max-width: 480px) {
  .nxr-spon-item {
    margin: 0 auto;
  }
}
.nxr-spon-item:nth-child(1) {
  animation-delay: 0s;
}
.nxr-spon-item:nth-child(2) {
  animation-delay: 1s;
}
.nxr-spon-item:nth-child(3) {
  animation-delay: 2s;
}
.nxr-spon-item:nth-child(4) {
  animation-delay: 3s;
}
.nxr-spon-item:nth-child(5) {
  animation-delay: 4s;
}
.nxr-spon-item:nth-child(6) {
  animation-delay: 5s;
}
.nxr-spon-item:nth-child(7) {
  animation-delay: 6s;
}
.nxr-spon-item:nth-child(8) {
  animation-delay: 7s;
}
.nxr-spon-item .spon-shape {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease-in-out;
}
.nxr-spon-item .item-img {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nxr-spon-item:hover {
  box-shadow: 7px 8px 18px 0px rgba(0, 0, 0, 0.1607843137);
}
.nxr-spon-item:hover .spon-shape {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nx-spon1-top {
    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), (max-width: 767px), (max-width: 480px) {
  .nx-spon1-top .sec_title b {
    display: none;
  }
}

.nx-spon1-item-wrap {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nx-spon1-item-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .nx-spon1-item-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .nx-spon1-item-wrap {
    grid-template-columns: 1fr;
  }
}

.nx-spon1-item {
  height: 120px;
  display: flex;
  position: relative;
  border-radius: 20px;
  align-items: center;
  background-color: #fff;
  justify-content: center;
}
.nx-spon1-item:last-child {
  background-color: transparent;
}
.nx-spon1-item img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.6s ease;
}
.nx-spon1-item .img_1 {
  top: 50%;
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.nx-spon1-item .img_2 {
  top: 70%;
  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;
  transform: translateY(-100%) scale(0.7);
}

.nx-spon1-item.active .img_2 {
  top: 50%;
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

/*
    counter-1-start
*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-counter-1-area {
    padding-top: 40px;
  }
}
.dm-counter-1-wrap {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-counter-1-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .dm-counter-1-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.dm-counter-1-item {
  width: 100%;
  max-width: 468px;
  height: 468px;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  margin: 0 -54px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .dm-counter-1-item {
    max-width: 440px;
    height: 440px;
    margin: 0 -50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dm-counter-1-item {
    max-width: 400px;
    height: 400px;
    margin: 0 -54px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-counter-1-item {
    max-width: 340px;
    height: 340px;
    margin: 0 -45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-counter-1-item {
    max-width: 420px;
    height: 420px;
    margin: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-counter-1-item {
    max-width: 360px;
    height: 360px;
    margin: -30px;
  }
}
@media (max-width: 767px) {
  .dm-counter-1-item {
    max-width: 400px;
    height: auto;
    aspect-ratio: 1;
    margin: -40px 0;
  }
}
@media (max-width: 480px) {
  .dm-counter-1-item {
    max-width: 320px;
    margin: -30px 0;
  }
}
.dm-counter-1-item .border-line {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transition: var(--cube-2);
}
.dm-counter-1-item .border-line::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--dm-clr-pr-1), #e5e5e5 70%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.dm-counter-1-item .border-line::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  background-color: var(--dm-clr-pr-1);
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 4px solid #ECECEC;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-counter-1-item .border-line::after {
    width: 22px;
    height: 22px;
    left: -11px;
    border-width: 3px;
  }
}
.dm-counter-1-item .back-content {
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
  gap: 25px;
  opacity: 0;
  transition: var(--cube-2);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-counter-1-item .back-content {
    padding: 36px;
    gap: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-counter-1-item .back-content {
    padding: 32px;
    gap: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-counter-1-item .back-content {
    padding: 28px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .dm-counter-1-item .back-content {
    padding: 40px;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .dm-counter-1-item .back-content {
    padding: 30px;
    gap: 16px;
  }
}
.dm-counter-1-item .back-content .bg-img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.dm-counter-1-item .back-content .bg-img::after {
  content: "";
  inset: 0;
  background-color: #000;
  position: absolute;
  opacity: 0.5;
}
.dm-counter-1-item .back-content .icon-elm {
  width: 100px;
  height: 100px;
  background: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-counter-1-item .back-content .icon-elm {
    width: 92px;
    height: 92px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-counter-1-item .back-content .icon-elm {
    width: 82px;
    height: 82px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-counter-1-item .back-content .icon-elm {
    width: 74px;
    height: 74px;
  }
  .dm-counter-1-item .back-content .icon-elm img {
    max-width: 34px;
  }
}
@media (max-width: 767px) {
  .dm-counter-1-item .back-content .icon-elm {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .dm-counter-1-item .back-content .icon-elm {
    width: 66px;
    height: 66px;
  }
}
.dm-counter-1-item .back-content .icon-elm::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 68px;
  background: var(--dm-clr-pr-1);
  filter: blur(17px);
  z-index: -1;
  bottom: -30px;
  right: -20px;
}
.dm-counter-1-item .back-content .icon-elm::before {
  position: absolute;
  content: "";
  width: 68px;
  height: 68px;
  background: #FFDD5E;
  filter: blur(17px);
  z-index: -1;
  top: -30px;
  left: -20px;
}
.dm-counter-1-item .back-content .disc {
  color: #fff;
  opacity: 1;
  font-weight: 500;
  max-width: 320px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-counter-1-item .back-content .disc {
    max-width: 300px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-counter-1-item .back-content .disc {
    max-width: 270px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-counter-1-item .back-content .disc {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .dm-counter-1-item .back-content .disc {
    max-width: 300px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .dm-counter-1-item .back-content .disc {
    font-size: 14px;
  }
}
.dm-counter-1-item .front-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
  transition: var(--cube-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-counter-1-item .front-content {
    gap: 12px;
  }
}
.dm-counter-1-item .front-content .number {
  font-size: 90px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .dm-counter-1-item .front-content .number {
    font-size: 84px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-counter-1-item .front-content .number {
    font-size: 78px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-counter-1-item .front-content .number {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-counter-1-item .front-content .number {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .dm-counter-1-item .front-content .number {
    font-size: 68px;
  }
}
@media (max-width: 480px) {
  .dm-counter-1-item .front-content .number {
    font-size: 54px;
  }
}
.dm-counter-1-item .front-content .disc {
  max-width: 230px;
  text-align: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-counter-1-item .front-content .disc {
    max-width: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-counter-1-item .front-content .disc {
    max-width: 195px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-counter-1-item .front-content .disc {
    max-width: 175px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .dm-counter-1-item .front-content .disc {
    max-width: 230px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .dm-counter-1-item .front-content .disc {
    max-width: 200px;
    font-size: 15px;
  }
}
.dm-counter-1-item:nth-child(2) .border-line {
  transform: rotate(90deg);
}
.dm-counter-1-item:nth-child(3) .border-line {
  transform: rotate(-90deg);
}
.dm-counter-1-item:hover {
  z-index: 2;
}
.dm-counter-1-item:hover .front-content {
  opacity: 0;
}
.dm-counter-1-item:hover .back-content {
  opacity: 1;
}
.dm-counter-1-item:hover .border-line {
  opacity: 0;
}

/*
    counter-1-end
*/
/*
    clients-1-start
*/
.dm-clients-1-area {
  margin-left: 20px;
  margin-right: 20px;
  border: 2px solid rgba(20, 28, 20, 0.12);
  border-radius: 30px;
  padding: 50px 50px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.dm-clients-1-area::after {
  content: "";
  border: 2px solid rgba(20, 28, 20, 0.12);
  border-radius: 0 0 30px 30px;
  width: 94%;
  height: 30px;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  position: absolute;
  border-top: 0;
}
.dm-clients-1-logo {
  display: flex;
  gap: 80px;
  align-items: center;
  margin-right: 80px;
}
@media (max-width: 767px) {
  .dm-clients-1-logo {
    gap: 30px;
    margin-right: 30px;
  }
}
.dm-clients-1-logo .single-logo img {
  transition: var(--cube-2);
}
.dm-clients-1-logo .single-logo:hover img {
  filter: brightness(0) saturate(100%) invert(52%) sepia(100%) saturate(2996%) hue-rotate(353deg) brightness(81%) contrast(158%);
}

/*
    clients-1-end
*/
/*
    award-1-start
*/
.dm-award-1-wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1.6fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-award-1-wrap {
    grid-template-columns: 1fr;
  }
}
.dm-award-1-img {
  height: 755px;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .dm-award-1-img {
    height: 405px;
  }
}
.dm-award-1-sec-title .dm-sec-title-1 {
  font-size: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-award-1-sec-title .dm-sec-title-1 {
    font-size: 58px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-award-1-sec-title .dm-sec-title-1 {
    font-size: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-award-1-sec-title .dm-sec-title-1 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .dm-award-1-sec-title .dm-sec-title-1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dm-award-1-sec-title .dm-sec-title-1 {
    font-size: 38px;
  }
}
.dm-award-1-right {
  background-color: #fff;
  border-radius: 32px;
  padding: 80px 120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-award-1-right {
    padding: 80px 50px;
  }
}
.dm-award-1-list-elm {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding: 28px 0;
  transition: var(--cube-2);
}
@media (max-width: 767px) {
  .dm-award-1-list-elm {
    flex-wrap: wrap;
  }
}
.dm-award-1-list-elm:nth-child(1) {
  border-top: 1px solid #D9D9D9;
}
.dm-award-1-list-elm .img-elm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(30deg);
  opacity: 0;
  transition: var(--cube-2);
}
.dm-award-1-list-elm .text-elm {
  font-size: 20px;
}
.dm-award-1-list-elm .text-elm span {
  opacity: 50%;
}
.dm-award-1-list-elm:hover {
  border-color: #FD3F00;
  transform: scaleX(1.15);
}
.dm-award-1-list-elm:hover .img-elm {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 1;
}

/*
    award-1-end
*/
/*
    choose-1-start
*/
.dm-choose-1-area {
  position: relative;
  overflow: hidden;
}
.dm-choose-1 {
  /* the trail sits over the background but under the copy, so the
     headline stays readable while the images sweep past behind it */
}
.dm-choose-1-trail {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-choose-1-trail {
    display: none;
  }
}
@media (max-width: 767px) {
  .dm-choose-1-trail {
    display: none;
  }
}
.dm-choose-1-trail-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 312px;
  object-fit: cover;
  border-radius: 6px;
  opacity: 0;
  will-change: transform, opacity;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-choose-1-trail-img {
    width: 240px;
    height: 268px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-choose-1-trail-img {
    width: 210px;
    height: 234px;
  }
}
.dm-choose-1-wrap {
  position: relative;
  z-index: 2;
}
.dm-choose-1-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
  margin-bottom: 420px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-choose-1-top {
    margin-bottom: 150px;
  }
}
.dm-choose-1-title {
  max-width: 946px;
  width: 100%;
  color: #fff;
}
.dm-choose-1-ply-btn {
  display: inline-flex;
  flex: 0 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  transition: var(--cube-2);
}
.dm-choose-1-ply-btn .circle-border-1 {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  opacity: 0.5;
  animation: choose_1_plybtn 10s linear infinite;
  transition: var(--cube-2);
}
.dm-choose-1-ply-btn .circle-border-2 {
  border: 1px solid #fff;
  width: 92%;
  height: 92%;
  position: absolute;
  border-radius: 50%;
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
  opacity: 0.5;
  animation: choose_1_plybtn-2 10s linear infinite;
  animation-delay: 4s;
  transition: var(--cube-2);
}
.dm-choose-1-ply-btn:hover {
  color: #000;
}
.dm-choose-1-ply-btn:hover .circle-border-2, .dm-choose-1-ply-btn:hover .circle-border-1 {
  border-color: #000;
  opacity: 1;
}
.dm-choose-1-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-choose-1-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .dm-choose-1-item {
    grid-template-columns: 1fr;
  }
}
.dm-choose-1-item-single {
  display: flex;
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding-top: 20px;
  padding-left: 20px;
}
.dm-choose-1-item-single .number {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  background-color: #FFDD5E;
  border-radius: 0 4px 4px 4px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.dm-choose-1-item-single .number::after {
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 0 3px 0 3px;
  background: #FFDD5E;
  position: absolute;
  top: -14px;
  left: -14px;
}
.dm-choose-1-item-single .number::before {
  width: 6px;
  height: 6px;
  content: "";
  background: #FFDD5E;
  position: absolute;
  top: -20px;
  left: -20px;
}
.dm-choose-1-item-single .disc {
  color: #fff;
  opacity: 1;
  max-width: 290px;
}

@keyframes choose_1_plybtn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes choose_1_plybtn-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*
    choose-1-end
*/
/*---------------------------------------------------- */
/*Portfolio area*/
/*----------------------------------------------------*/
.nxr-portfolio-top {
  z-index: 1;
}
.nxr-portfolio-top .nxr-port-big {
  z-index: -1;
}
.nxr-portfolio-top .nxr-port-big h1 {
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.07;
  line-height: 0.8;
  color: #000000;
  font-weight: 700;
  font-size: 252px;
  position: absolute;
  text-align: center;
}
.nxr-portfolio-top .nxr-port-title .subtitle {
  color: #000000;
  font-weight: 500;
  margin-bottom: 25px;
  font-family: var(--nxr-space);
}
.nxr-portfolio-top .nxr-port-title .subtitle i {
  font-style: normal;
  color: var(--nxr-prime-c);
}
.nxr-portfolio-top .nxr-port-title .subtitle span {
  font-family: var(--nxr-inter);
}
.nxr-portfolio-top h2 {
  font-size: 100px;
  line-height: 0.85;
  font-weight: 700;
  letter-spacing: -4px;
}
.nxr-portfolio-top .nxr-port-year {
  gap: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-portfolio-top .nxr-port-year {
    flex-wrap: wrap;
  }
}
.nxr-portfolio-top .nxr-port-year h2 span {
  opacity: 0.5;
}
.nxr-portfolio-top .nxr-port-year .mdl-img {
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
}

.nxr-portfolio-content {
  position: relative;
  z-index: 2;
}

.nxr-portfolio-item-wrap {
  gap: 20px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-portfolio-item-wrap {
    flex-wrap: wrap;
  }
}
.nxr-portfolio-item-wrap:last-child {
  margin-bottom: 0;
}

.nxr-portfolio-item {
  overflow: hidden;
  max-width: 980px;
  border-radius: 20px;
  background-color: #fff;
}
.nxr-portfolio-item:is(.ver_2) {
  max-width: 500px;
}
.nxr-portfolio-item:is(.ver_2) .item-text h3 {
  font-size: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-portfolio-item:is(.ver_2) .item-text h3 {
    font-size: 20px;
  }
}
.nxr-portfolio-item:is(.ver_2) .item-text span {
  font-size: 16px;
}
.nxr-portfolio-item .item-text {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  padding: 18px 24px;
}
.nxr-portfolio-item .item-text h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-portfolio-item .item-text h3 {
    font-size: 26px;
  }
}
.nxr-portfolio-item .item-text span {
  opacity: 0.48;
  color: #000000;
  font-size: 18px;
}
.nxr-portfolio-item .item-img-wrap {
  overflow: hidden;
  border-radius: 20px;
}
.nxr-portfolio-item .item-video {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  height: 100%;
  position: absolute;
  transition: all 500ms ease-in-out;
}
.nxr-portfolio-item .item-view {
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  font-size: 38px;
  border-radius: 100%;
  position: absolute;
  background-color: #fff;
  transition: all 500ms ease-in-out;
  box-shadow: 0px 0px 14px 0px var(--nxr-prime-c) inset;
  transform: translateY(-50%) scale(0);
}
.nxr-portfolio-item .item-view i {
  color: var(--nxr-prime-c);
}
.nxr-portfolio-item .item-marquee {
  left: 0;
  top: 45%;
  z-index: 2;
  opacity: 0;
  width: 100%;
  padding: 5px 0px;
  display: flow-root;
  position: absolute;
  visibility: hidden;
  transform: translateY(-50%);
  transition: all 500ms ease-in-out;
  background-color: var(--nxr-prime-c);
}
.nxr-portfolio-item .item-marquee a {
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
  display: inline-block;
  font-family: var(--nxr-space);
}
.nxr-portfolio-item .item-marquee a i {
  top: -2px;
  margin-right: 15px;
  position: relative;
}
.nxr-portfolio-item:hover .item-video {
  opacity: 1;
}
.nxr-portfolio-item:hover .item-view {
  transform: translateY(-50%) scale(1);
}
.nxr-portfolio-item:hover .item-marquee {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.nxr-portfolio-bottom {
  margin: 0 auto;
  max-width: 830px;
}
.nxr-portfolio-bottom p {
  font-size: 18px;
}

/*
	portfolio-3-start
*/
.dm-portfolio-1-big-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 324px;
  font-weight: 800;
  color: #fff;
  opacity: 52%;
  margin-bottom: -180px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dm-portfolio-1-big-title {
    font-size: 300px;
    margin-bottom: -150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-portfolio-1-big-title {
    font-size: 280px;
    margin-bottom: -110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-portfolio-1-big-title {
    font-size: 240px;
    margin-bottom: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-portfolio-1-big-title {
    font-size: 180px;
    margin-bottom: -30px;
  }
}
@media (max-width: 767px) {
  .dm-portfolio-1-big-title {
    font-size: 80px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dm-portfolio-1-big-title {
    font-size: 140px;
    margin-bottom: 0px;
  }
}
.dm-portfolio-1-item {
  display: flex;
  flex-direction: column;
  gap: 60px;
  overflow: hidden;
}
.dm-portfolio-1-item-single {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 70px 20px;
  overflow: hidden;
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-portfolio-1-item-single {
    height: 60vh;
  }
}
.dm-portfolio-1-item-single .panel-media {
  position: absolute;
  top: -12%;
  left: 0;
  width: 100%;
  height: 124%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  will-change: transform;
}
.dm-portfolio-1-item-single .title {
  font-size: 80px;
  color: #fff;
  transition: var(--cube-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-portfolio-1-item-single .title {
    font-size: 40px;
  }
}
.dm-portfolio-1-item-single .title a {
  color: inherit;
  transition: var(--cube-2);
}
.dm-portfolio-1-item-single .title:hover {
  color: var(--dm-clr-pr-1);
}
.dm-portfolio-1-item-single .content-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.dm-portfolio-1-item-single .tags-list {
  display: flex;
  gap: 8px;
}
.dm-portfolio-1-item-single .tags-list-elm {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border-radius: 5px;
  color: var(--dm-clr-pr-1);
  font-size: 16px;
  padding: 8px 15px;
}

/*
	portfolio-3-end
*/
/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-team-sec {
    padding-bottom: 120px;
  }
}

.nxr-team-text-wrap {
  height: 100vh;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-team-text-wrap {
    height: auto;
    padding-bottom: 30px;
  }
}
.nxr-team-text-wrap .subtitle {
  color: #000000;
  font-weight: 500;
  font-family: var(--nxr-space);
}
.nxr-team-text-wrap .subtitle i {
  font-style: normal;
  color: var(--nxr-prime-c);
}
.nxr-team-text-wrap .subtitle span {
  font-family: var(--nxr-inter);
}

.nxr-team-text-wrap {
  margin: 0 auto;
  max-width: 1206px;
}

@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), (max-width: 767px), (max-width: 480px) {
  .nxr-team-title {
    text-align: center;
  }
}
.nxr-team-title h2 {
  color: #000;
  line-height: 1.4;
  font-size: 140px;
  font-weight: 700;
  letter-spacing: -6px;
  font-family: var(--nxr-space);
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-team-title h2 {
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .nxr-team-title h2 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .nxr-team-title h2 {
    font-size: 70px;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .nxr-team-title h2 {
    font-size: 40px;
    letter-spacing: 0;
  }
}
.nxr-team-title h2 span {
  opacity: 0.4;
  font-style: italic;
  font-family: var(--nxr-playfair);
}
.nxr-team-title .middle-line {
  margin-left: 150px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-team-title .middle-line {
    margin-left: 0;
  }
}
.nxr-team-title .middle-line .img-wrapper {
  padding-top: 18px;
  padding-right: 54px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-team-title .middle-line .img-wrapper {
    display: none;
  }
}
.nxr-team-title .middle-line .img-wrapper .item-img {
  width: 78px;
  height: 98px;
  overflow: hidden;
  border-radius: 8px;
  transform: rotate(16.11deg);
  border: 2px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  box-shadow: 5px 6px 14px 0px rgba(0, 0, 0, 0.4);
}
.nxr-team-title .middle-line .img-wrapper .item-img:nth-child(1) {
  top: 0px;
  left: 20px;
  z-index: 3;
  position: relative;
}
.nxr-team-title .middle-line .img-wrapper .item-img:nth-child(2) {
  top: 8px;
  left: 38px;
  z-index: 2;
  position: absolute;
}
.nxr-team-title .middle-line .img-wrapper .item-img:nth-child(3) {
  top: 0;
  left: 54px;
  z-index: 1;
  position: absolute;
}
.nxr-team-title .last-line {
  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), (max-width: 767px), (max-width: 480px) {
  .nxr-team-title .last-line {
    text-align: center;
    justify-content: center;
  }
}
.nxr-team-title .last-line .img-pair-1 {
  position: relative;
}
.nxr-team-title .last-line .img-pair-1:before {
  top: 50%;
  left: -200px;
  height: 1px;
  width: 290px;
  content: "";
  opacity: 0.12;
  position: absolute;
  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), (max-width: 767px), (max-width: 480px) {
  .nxr-team-title .last-line .img-pair-1 {
    display: none !important;
  }
}
.nxr-team-title .last-line .img-pair-1 .item-img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 100%;
}
.nxr-team-title .last-line .img-pair-1 .item-img:nth-child(1) {
  transform: translateX(70px);
}
.nxr-team-title .last-line .img-pair-1 .item-img:nth-child(2) {
  z-index: 1;
  position: relative;
  margin-right: 110px;
}

.nxr-team-feed-area {
  gap: 24px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 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), (max-width: 767px), (max-width: 480px) {
  .nxr-team-feed-area {
    grid-template-columns: 1fr 1fr 1fr;
    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), (max-width: 767px), (max-width: 480px) {
  .nxr-team-feed-area {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-team-feed-area {
    grid-template-columns: 1fr;
  }
}

.nxr-team-feed-wrap {
  left: 0;
  top: 37%;
  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;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-team-feed-wrap {
    height: auto;
    position: static;
    transform: translateY(0%);
  }
}

@keyframes shake {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-6px);
  }
  40% {
    transform: translateY(4px);
  }
  60% {
    transform: translateY(-3px);
  }
  80% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-team-feed-content {
    justify-content: center;
  }
}

.nxr-team-item .nxr-team-inner {
  z-index: 1;
  width: 270px;
  height: 364px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  transition: all 700ms ease-in-out;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-team-item .nxr-team-inner {
    width: 100%;
    height: 520px;
    max-width: 384px;
    margin: 0 auto;
  }
}
.nxr-team-item .nxr-team-inner:before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 40%;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease-in-out;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
}
.nxr-team-item .nxr-team-inner .nxr-tm-shape {
  top: 50%;
  right: -78%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  transition: all 500ms ease-in-out;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-team-item .nxr-team-inner .nxr-tm-shape {
    display: none;
  }
}
.nxr-team-item .nxr-team-inner .nxr-tm-shape2 {
  left: -44%;
  bottom: -34%;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease-in-out;
}
.nxr-team-item .nxr-team-inner .item-text {
  left: 0;
  right: 0;
  opacity: 0;
  bottom: 30px;
  visibility: hidden;
  position: absolute;
  transition: all 500ms ease-in-out;
}
.nxr-team-item .nxr-team-inner .item-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 4px;
  letter-spacing: -1px;
}
.nxr-team-item .nxr-team-inner .item-text span {
  color: #fff;
  opacity: 0.72;
}
.nxr-team-item .nxr-team-inner .item-social {
  top: 50%;
  right: 8px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transform: translateY(-50%);
  transition: all 500ms ease-in-out;
}
.nxr-team-item .nxr-team-inner .item-social a {
  width: 40px;
  height: 40px;
  display: flex;
  margin: 23px 0px;
  position: relative;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  justify-content: center;
  color: var(--nxr-prime-c);
}
.nxr-team-item .nxr-team-inner .item-social a:nth-child(2) {
  top: -5px;
  left: -25px;
}
.nxr-team-item .nxr-team-inner .item-social a:nth-child(3) {
  top: 5px;
  left: -25px;
}
.nxr-team-item .nxr-team-inner .item-social a:hover {
  animation: shake 0.7s cubic-bezier(0.36, 0.07, 0.19, 0.97);
}
.nxr-team-item:is(._3) {
  z-index: 2;
  position: relative;
}
.nxr-team-item:is(._4) {
  z-index: 1;
  position: relative;
}
.nxr-team-item:is(.active) .nxr-team-inner {
  width: 384px;
  height: 520px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-team-item:is(.active) .nxr-team-inner {
    width: 100%;
    max-width: 384px;
  }
}
.nxr-team-item:is(.active) .nxr-team-inner:before {
  opacity: 1;
}
.nxr-team-item:is(.active) .nxr-team-inner .nxr-tm-shape {
  opacity: 1;
  visibility: visible;
}
.nxr-team-item:is(.active) .nxr-team-inner .item-text {
  opacity: 1;
  visibility: visible;
}
.nxr-team-item:is(.active) .nxr-team-inner .item-social {
  opacity: 1;
  visibility: visible;
}
.nxr-team-item:is(.active) .nxr-team-inner .nxr-tm-shape2 {
  opacity: 1;
  visibility: visible;
}

.nxr-team-height {
  height: 210vh;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-team-height {
    height: auto;
  }
}

.nxr-team-pinned {
  top: 120px;
  position: sticky;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-team-pinned {
    position: static;
  }
}

.ca-team-content {
  margin: 0 auto;
  max-width: 1750px;
  padding: 0px 15px;
}

.ca-team-top {
  gap: 20px;
  flex-wrap: wrap;
}
.ca-team-top .ca-sec-title {
  max-width: 500px;
}
.ca-team-top .item-desc {
  max-width: 395px;
}

.ca-team-wrap {
  gap: 16px;
  z-index: 2;
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@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), (max-width: 767px), (max-width: 480px) {
  .ca-team-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px), (max-width: 480px) {
  .ca-team-wrap {
    grid-template-columns: 1fr;
  }
}

.ca-team-item1 {
  overflow: hidden;
  border-radius: 24px;
}
.ca-team-item1 .item-inner {
  height: 100%;
}
.ca-team-item1 .item-social {
  top: 0px;
  opacity: 0;
  right: 32px;
  padding: 6px;
  position: absolute;
  visibility: hidden;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.1490196078);
  transition: all 500ms ease-in-out;
}
.ca-team-item1 .item-social a {
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  display: flex;
  margin-bottom: 4px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1490196078);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.ca-team-item1 .item-social a:hover {
  color: #fff;
  background-color: var(--ca-prime-c);
}
.ca-team-item1 .item-social a:last-child {
  margin-bottom: 0;
}
.ca-team-item1 .item-text {
  left: 8px;
  right: 8px;
  width: 96%;
  opacity: 0;
  bottom: 40px;
  padding: 15px;
  visibility: hidden;
  position: absolute;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1490196078);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  transition: all 500ms ease-in-out;
}
.ca-team-item1 .item-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.ca-team-item1 .item-text h3:hover {
  color: var(--ca-prime-c);
}
.ca-team-item1 .item-text span {
  color: #E4E4E4;
  font-weight: 500;
}
.ca-team-item1:hover .item-social {
  top: 32px;
  opacity: 1;
  visibility: visible;
}
.ca-team-item1:hover .item-text {
  opacity: 1;
  bottom: 8px;
  visibility: visible;
}

/*
	team-3-start
*/
.dm-team-1-member {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 0 20px;
}
.dm-team-1-member-single {
  max-width: 254px;
  width: 100%;
  border-radius: 12px;
  height: 280px;
  position: relative;
  z-index: 1;
  will-change: transform;
}
.dm-team-1-member-single .content-wrap {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 20px 10px;
  transform: translateY(100%);
  transition: var(--cube-2);
  z-index: 2;
}
.dm-team-1-member-single .name {
  font-size: 24px;
  color: #fff;
  margin-bottom: 6px;
  text-transform: uppercase;
  transition: var(--cube-2);
}
.dm-team-1-member-single .name a {
  color: inherit;
}
.dm-team-1-member-single .name:hover {
  color: var(--dm-clr-pr-1);
}
.dm-team-1-member-single .disc {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.dm-team-1-member-single .social-link {
  display: inline-flex;
  gap: 10px;
}
.dm-team-1-member-single .social-link-elm {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(17px);
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: var(--cube-2);
}
.dm-team-1-member-single .social-link-elm a {
  color: inherit;
}
.dm-team-1-member-single .social-link-elm:hover {
  background-color: var(--dm-clr-pr-1);
}
.dm-team-1-member-single .bg-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: var(--cube-2);
  opacity: 0;
}
.dm-team-1-member-single:hover .content-wrap {
  transform: translateY(0);
}
.dm-team-1-member-single:hover .bg-shape {
  opacity: 0.7;
}
.dm-team-1-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
.dm-team-1-content .disc {
  max-width: 500px;
  text-align: center;
}

/*
	team-3-end
*/
/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/
.nxr-price-top {
  gap: 30px 40px;
  margin: 0 auto;
  max-width: 1296px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-price-top {
    flex-wrap: wrap;
  }
}

.nxr-price-btn-wrap {
  width: 100%;
  max-width: 320px;
}
.nxr-price-btn-wrap .subtitle {
  color: #000000;
  font-weight: 500;
  font-family: var(--nxr-space);
}
.nxr-price-btn-wrap .subtitle i {
  font-style: normal;
  color: var(--nxr-prime-c);
}
.nxr-price-btn-wrap .subtitle span {
  font-family: var(--nxr-inter);
}

.nxr-price-btn {
  padding: 10px;
  max-width: 278px;
  position: relative;
  border-radius: 12px;
  border: 3px solid #FFFFFF;
  font-family: var(--nxr-space);
}
.nxr-price-btn span {
  top: -20px;
  right: -45px;
  color: #fff;
  padding: 3px 12px;
  font-weight: 500;
  position: absolute;
  border-radius: 10px;
  background: linear-gradient(180deg, #E43649 0%, #B82132 100%);
}
.nxr-price-btn .nav-tabs:is(.nav) {
  gap: 10px;
  display: flex;
}
.nxr-price-btn .nav-tabs .nav-link,
.nxr-price-btn .nav-tabs .nav-link.active {
  line-height: 1;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 32px;
  border-radius: 8px;
  transition: all 500ms ease-in-out;
}
.nxr-price-btn .nav-tabs .nav-link.active {
  background-color: #fff;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.1019607843);
}

.nxr-price-top-text {
  max-width: 850px;
  width: 100%;
}
.nxr-price-top-text h2 {
  color: #000000;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.05;
  padding-bottom: 20px;
  letter-spacing: -1px;
}
.nxr-price-top-text h2 span {
  opacity: 0.4;
  font-style: italic;
  font-family: var(--nxr-playfair);
}
.nxr-price-top-text p {
  opacity: 0.8;
  color: #000000;
  font-size: 18px;
}

.nxr-price-feed-wrap {
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nxr-price-feed-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-price-feed-wrap {
    grid-template-columns: 1fr;
  }
}

.nxr-price-item {
  padding: 34px 36px;
  border-radius: 20px;
  border: 3px solid #F0F0F0;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1215686275);
  background: radial-gradient(96.59% 138.97% at 0% -32.14%, #FFDBDC 0%, #FFFFFF 78.85%);
}
.nxr-price-item .item-top {
  gap: 16px;
  margin-bottom: 26px;
}
.nxr-price-item .item-top .item-icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.48);
}
.nxr-price-item .item-top .item-text {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  font-family: var(--nxr-space);
}
.nxr-price-item .item-desc {
  opacity: 0.8;
  color: #000000;
  max-width: 300px;
  font-size: 18px;
  margin-bottom: 20px;
}
.nxr-price-item .item-value h2 {
  font-weight: 700;
  color: #000000;
  line-height: 1;
  font-size: 52px;
}
.nxr-price-item .item-value h2 b {
  font-weight: 300;
}
.nxr-price-item .item-value h2 span {
  opacity: 0.6;
  font-size: 18px;
  font-weight: 400;
}
.nxr-price-item .item-btn a {
  width: 100%;
  z-index: 1;
  font-size: 16px;
  text-align: center;
  padding: 13px 20px;
  overflow: hidden;
  font-weight: 500;
  border-radius: 100px;
  color: var(--nxr-prime-c);
  font-family: var(--nxr-space);
  background: linear-gradient(263.57deg, rgba(255, 220, 220, 0.4) 10.17%, rgba(255, 151, 151, 0.4) 60.22%, rgba(255, 220, 220, 0.4) 103.12%);
  position: relative;
  box-shadow: 0px 2.54px 5.08px 0px rgba(184, 33, 50, 0.1490196078), 0px 8.9px 8.9px 0px rgba(184, 33, 50, 0.1294117647), 0px 20.34px 12.71px 0px rgba(184, 33, 50, 0.0784313725), 0px 36.86px 13.98px 0px rgba(184, 33, 50, 0.0196078431);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}
.nxr-price-item .item-btn a:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 3px;
  border-radius: inherit;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(184, 33, 50, 0.6) 52.26%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.nxr-price-item .item-btn a:hover {
  letter-spacing: 1px;
}
.nxr-price-item .item-list h3 {
  opacity: 0.4;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
}
.nxr-price-item .item-list li {
  gap: 8px;
  display: flex;
  font-size: 18px;
  color: #000000;
  align-items: center;
  margin-bottom: 16px;
}
.nxr-price-item .item-list li:last-child {
  margin-bottom: 0;
}
.nxr-price-item .item-list li:is(.nt-avl) {
  opacity: 0.6;
}
.nxr-price-item:is(.popular) {
  background-size: cover;
}
.nxr-price-item:is(.popular) .item-top .item-icon {
  background: rgba(255, 255, 255, 0.1411764706);
}
.nxr-price-item:is(.popular) .item-top .item-text {
  color: #fff;
}
.nxr-price-item:is(.popular) .item-desc {
  opacity: 0.8;
  color: #FFFFFF;
}
.nxr-price-item:is(.popular) .item-value h2 {
  color: #fff;
}
.nxr-price-item:is(.popular) .item-btn a {
  color: #fff;
  background: var(--nxr-prime-c);
}
.nxr-price-item:is(.popular) .item-list h3 {
  color: #fff;
}
.nxr-price-item:is(.popular) .item-list li {
  color: #fff;
}

.nxr-price-content {
  margin: 0 auto;
  max-width: 1296px;
}

.nxr-price-btm {
  gap: 20px;
  margin: 0 auto;
  margin-top: 24px;
  max-width: 1296px;
}
.nxr-price-btm p {
  color: #000000;
  font-size: 18px;
  max-width: 340px;
}
.nxr-price-btm .nxr-pr-support {
  width: 100%;
  max-width: 856px;
}
.nxr-price-btm .nxr-pr-support {
  gap: 15px;
  padding: 12px;
  border-radius: 14px;
  background-color: #000000;
}
.nxr-price-btm .nxr-pr-support .item-img-text {
  gap: 20px;
}
.nxr-price-btm .nxr-pr-support .item-img-text .item-img {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 10px;
}
.nxr-price-btm .nxr-pr-support .item-img-text .item-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.nxr-price-btm .nxr-pr-support .item-img-text .item-text span {
  color: #fff;
  opacity: 0.72;
}
.nxr-price-btm .nxr-pr-support .nxr-suprt-btn a {
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.2392156863);
  backdrop-filter: blur(24px);
  font-family: var(--nxr-space);
  box-shadow: 8px 8px 32px 0px rgba(184, 33, 50, 0.6980392157);
}
.nxr-price-btm .nxr-pr-support .nxr-suprt-btn a:hover {
  background-color: var(--nxr-prime-c);
}

.nx-price1-sec .nx-ser1-top .item-desc {
  max-width: 465px;
}

@keyframes floatCard {
  0% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateX(2px) translateY(-4px) rotate(-2deg);
  }
  50% {
    transform: translateX(-2px) translateY(-2px) rotate(2deg);
  }
  75% {
    transform: translateX(1px) translateY(3px) rotate(-1deg);
  }
  100% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }
}
.nx-price1-content {
  padding: 4px;
  border-radius: 28px;
  background-color: #fff;
}

.nx-price1-top {
  gap: 4px;
  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), (max-width: 767px), (max-width: 480px) {
  .nx-price1-top {
    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), (max-width: 767px), (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;
  flex-direction: column;
  background-color: #000000;
  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), (max-width: 767px), (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 (max-width: 767px), (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), (max-width: 767px), (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), (max-width: 767px), (max-width: 480px) {
  .nx-price1-card-wrap2 .item-list {
    flex-wrap: wrap;
  }
}
.nx-price1-card-wrap2 .item-list li {
  gap: 12px;
  display: flex;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.nx-price1-card-wrap2 .item-list li i {
  width: 20px;
  height: 20px;
  display: flex;
  border-radius: 4px;
  align-items: 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 {
    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), (max-width: 767px), (max-width: 480px) {
  .nx-price1-bottom {
    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 {
    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), (max-width: 767px), (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);
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nx-price1-sec .container {
    max-width: 1320px;
  }
}

/*
    price-3-start
*/
.dm-price-1-sec-title {
  max-width: 860px;
  margin: 0 auto;
}
.dm-price-1-sec-title .sec-disc {
  max-width: 820px;
  margin: 20px auto 0;
}
.dm-price-1-toggle {
  display: flex;
  justify-content: center;
  margin-top: 45px;
  margin-bottom: 55px;
}
.dm-price-1-toggle .toggle-inner {
  position: relative;
  padding: 10px;
  border-radius: 14px;
  border: 2px solid #fff;
}
.dm-price-1-toggle .save-badge {
  position: absolute;
  top: -24px;
  right: -34px;
  font-family: var(--dm-font-1);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  padding: 6px 10px;
  border: 1px solid #FFFFFF;
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background-color: #FFC93C;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .dm-price-1-toggle .save-badge {
    right: -14px;
  }
}
.dm-price-1-toggle .nav-tabs {
  gap: 4px;
  border: 0;
}
.dm-price-1-toggle .nav-tabs .nav-link {
  border: 0;
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  border-radius: 8px;
  background: transparent;
  transition: var(--cube-2);
}
@media (max-width: 767px) {
  .dm-price-1-toggle .nav-tabs .nav-link {
    padding: 12px 22px;
  }
}
.dm-price-1-toggle .nav-tabs .nav-link:is(.active) {
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.dm-price-1-wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1210px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-price-1-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .dm-price-1-wrap {
    grid-template-columns: 1fr;
  }
}
.dm-price-1-item {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--cube-2);
  background-color: #ECECEC;
}
.dm-price-1-item .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: var(--cube-2);
  opacity: 0.5;
  z-index: -1;
}
.dm-price-1-item .bg-shape img {
  width: 100%;
}
.dm-price-1-item-top {
  padding: 30px 22px;
}
.dm-price-1-item-top .plan-name {
  font-size: 24px;
  margin-bottom: 14px;
}
.dm-price-1-item-top .plan-disc {
  font-size: 16px;
}
.dm-price-1-item-top .plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 70px;
  line-height: 1;
  margin-top: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-price-1-item-top .plan-price {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-price-1-item-top .plan-price {
    font-size: 52px;
  }
}
.dm-price-1-item-top .plan-price .currency {
  color: var(--dm-clr-pr-1);
  font-weight: 400;
}
.dm-price-1-item-top .plan-price .duration {
  font-family: var(--nxr-inter);
  font-size: 17px;
  font-weight: 400;
  color: #000;
  opacity: 60%;
  margin-left: 6px;
}
.dm-price-1-item-body {
  padding: 22px 32px;
  padding-top: 32px;
  border-radius: 10px;
  background-color: #fff;
}
.dm-price-1-item:hover {
  filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.16));
}
.dm-price-1-item:hover .bg-shape {
  opacity: 1;
}
.dm-price-1-list-title {
  font-size: 22px;
  opacity: 36%;
  margin-bottom: 22px;
}
.dm-price-1-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  margin-bottom: 12px;
}
.dm-price-1-list li:last-child {
  margin-bottom: 0;
}
.dm-price-1-list li img {
  flex-shrink: 0;
}
.dm-price-1-btn {
  display: block;
  width: 100%;
  margin-top: 30px;
  text-align: center;
  font-family: var(--dm-font-1);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 15px 20px;
  transition: var(--cube-2);
  background: linear-gradient(180deg, #919191 0%, #000000 100%);
  border-radius: 12px;
  border: 1px solid #919191;
  letter-spacing: 4%;
}
.dm-price-1-btn:hover {
  background: linear-gradient(0deg, #EF3D25 0%, #FAA318 99.47%);
  box-shadow: 10px 10px 16px rgba(253, 63, 0, 0.28);
  border-color: #EF3D25;
  color: #fff;
}
.dm-price-1-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 860px;
  margin: 24px auto 0;
  padding: 12px;
  border-radius: 14px;
  border: 2px solid #fff;
}
.dm-price-1-support .author {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.dm-price-1-support .author-img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  flex-shrink: 0;
}
.dm-price-1-support .author-name {
  font-size: 20px;
}
.dm-price-1-support .author-dg {
  font-size: 16px;
  opacity: 60%;
}
.dm-price-1-support-btn {
  font-family: var(--dm-font-1);
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  color: #000;
  padding: 13px 24px;
  background: #FFFFFF;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: var(--cube-2);
  letter-spacing: 1%;
}
.dm-price-1-support-btn:hover {
  color: #fff;
  border-color: transparent;
  background-color: var(--dm-clr-pr-1);
}
.dm-price-1-bg-hand-1 {
  width: 23%;
  position: absolute;
  top: 32%;
  left: 0%;
  filter: grayscale(1);
  z-index: -1;
}
.dm-price-1-bg-hand-2 {
  width: 23%;
  position: absolute;
  top: 32%;
  right: 0%;
  filter: grayscale(1);
  z-index: -1;
}

/*
    price-3-end
*/
/*---------------------------------------------------- */
/*text scroll area*/
/*----------------------------------------------------*/
.nxr-txt-scrl2-sec {
  width: 100%;
  height: 295px;
}

.nxr-txt-scrl2-wrap {
  width: 120%;
  margin-top: 75px;
  overflow: hidden;
  padding: 27px 0px;
  margin-left: -65px;
  display: flow-root;
  background: #000000;
  transform: rotate(-4deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-txt-scrl2-wrap {
    transform: rotate(0deg);
  }
}
.nxr-txt-scrl2-wrap h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  display: inline-block;
}
.nxr-txt-scrl2-wrap i {
  top: -8px;
  margin: 0px 10px;
  position: relative;
}
.nxr-txt-scrl2-wrap:is(.ver_2) {
  margin-top: -50px;
  transform: rotate(4deg);
  background: linear-gradient(180deg, #E43649 0%, #B82132 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-txt-scrl2-wrap:is(.ver_2) {
    margin-top: 0;
    transform: rotate(0deg);
  }
}

.nxr-txt-scrl-circle {
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px), (max-width: 480px) {
  .nxr-txt-scrl-circle {
    display: none;
  }
}
.nxr-txt-scrl-circle span {
  animation: spin 8s linear infinite;
}
.nxr-txt-scrl-circle i {
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  display: flex;
  position: absolute;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--nxr-prime-c);
  transform: translateY(-50%) translateX(-50%);
}

.ca-text-scroll h3 {
  color: #000000;
  line-height: 1.1;
  font-size: 120px;
  font-weight: 700;
  display: flow-root;
}
.ca-text-scroll h3 span {
  color: rgba(0, 0, 0, 0.6);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ca-text-circle {
  left: 0;
  right: 0;
  top: 25px;
  margin: 0 auto;
  position: absolute;
}
.ca-text-circle img {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 7000ms;
  animation-duration: 7000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.ca-text-circle .item-arrow {
  top: 50%;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  display: flex;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background-color: var(--ca-prime-c);
}
.ca-text-circle .item-arrow img {
  animation: none;
}

/*
	marquee-text-1-start
*/
.nxr-txt-scrl2-sec:is(.dm-marquee-1-text) .nxr-txt-scrl2-wrap {
  padding: 26px 0px;
}
.nxr-txt-scrl2-sec:is(.dm-marquee-1-text) .nxr-txt-scrl2-wrap h3 {
  font-family: var(--dm-font-1);
  text-transform: uppercase;
}
.nxr-txt-scrl2-sec:is(.dm-marquee-1-text) .nxr-txt-scrl2-wrap i {
  top: -11px;
}
.nxr-txt-scrl2-sec:is(.dm-marquee-1-text) .nxr-txt-scrl2-wrap:is(.ver_2) {
  margin-top: -85px;
  background: var(--dm-clr-pr-1);
}

/*
	marquee-text-1-end
*/
/*---------------------------------------------------- */
/*why choose area*/
/*----------------------------------------------------*/
.nxr-sec-title {
  margin: 0 auto;
  max-width: 800px;
}
.nxr-sec-title .subtitle {
  color: #000000;
  font-weight: 500;
  font-family: var(--nxr-space);
}
.nxr-sec-title .subtitle i {
  font-style: normal;
  color: var(--nxr-prime-c);
}
.nxr-sec-title .subtitle span {
  font-family: var(--nxr-inter);
}
.nxr-sec-title .sec_title {
  color: #000000;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: var(--nxr-space);
}
.nxr-sec-title .sec_title b {
  font-weight: 500;
  color: var(--nxr-prime-c);
}
.nxr-sec-title .sec_title span {
  display: inline;
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
  font-family: var(--nxr-playfair);
}

.nxr-why-choose-content {
  gap: 14px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-why-choose-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.nxr-wc-part1 {
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-wc-part1 {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.nxr-wc-card1 {
  width: 100%;
  padding: 8px;
  height: 435px;
  max-width: 392px;
  border-radius: 12px;
  background-color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-wc-card1 {
    height: auto;
  }
}
.nxr-wc-card1 .item-text {
  padding: 32px 32px 25px;
}
.nxr-wc-card1 .item-text .item-top {
  gap: 15px;
  margin-bottom: 23px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.nxr-wc-card1 .item-text .item-top h3 {
  font-size: 84px;
  line-height: 0.9;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 500;
  letter-spacing: -2px;
}
.nxr-wc-card1 .item-text .item-top h3 span {
  color: #000000;
}
.nxr-wc-card1 .item-text .item-top p {
  color: #0A0A0A;
  font-size: 18px;
  max-width: 108px;
}
.nxr-wc-card1 .item-text p {
  opacity: 0.72;
  color: #000000;
}
.nxr-wc-card1 .item-img {
  overflow: hidden;
  border-radius: 12px;
}

.nxr-wc-card2 {
  width: 640px;
  height: 435px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: 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), (max-width: 767px), (max-width: 480px) {
  .nxr-wc-card2 {
    mask-image: none;
    max-width: 640px;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
  }
}
.nxr-wc-card2 .item-top {
  padding: 40px;
}
.nxr-wc-card2 .item-top h3 {
  color: #000;
  max-width: 190px;
  font-size: 28px;
  font-weight: 500;
}
.nxr-wc-card2 .item-top h2 {
  color: rgba(0, 0, 0, 0.3019607843);
  font-size: 88px;
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: -3px;
}
.nxr-wc-card2 .item-top h2 span {
  color: #000000;
}

.as-achieve-1-team {
  background-color: var(--as-clr-h-1);
  border-radius: 8px;
  padding: 40px 40px;
  min-height: 396px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .as-achieve-1-team {
    min-height: 506px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-achieve-1-team {
    min-height: 396px;
  }
}
.as-achieve-1-team .content-wrap {
  display: flex;
  align-items: end;
  gap: 20px;
  flex-wrap: wrap;
}
.as-achieve-1-team .number {
  font-size: 88px;
  line-height: 1;
  color: #fff;
}
.as-achieve-1-team .number .plus {
  opacity: 50%;
}
.as-achieve-1-team .disc {
  color: #fff;
  font-weight: 500;
  margin-bottom: 16px;
}
.as-achieve-1-team-member {
  width: 100%;
  height: 150%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  transform: translateY(-33.5%);
  overflow: hidden;
}
.as-achieve-1-team-member-single {
  position: absolute;
  user-select: none;
  display: flex;
  padding: 4px;
  padding-right: 20px;
  gap: 8px;
  background-color: var(--as-clr-sd-1);
  align-items: center;
  border-radius: 200px;
  flex: 0 0 auto;
  transform: translate(-50%, -50%);
}
.as-achieve-1-team-member-single .img-elm {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  flex: 0 0 auto;
}
.as-achieve-1-team-member-single .name {
  flex: 0 0 auto;
  color: var(--as-clr-h-1);
  font-weight: 500;
}
.as-achieve-1-team-member-single:nth-child(1) {
  background-color: #FFC0B5;
}
.as-achieve-1-team-member-single:nth-child(2) {
  background-color: #FDCD8C;
}
.as-achieve-1-team-member-single:nth-child(3) {
  background-color: #55D7EA;
}
.as-achieve-1-team-member-single:nth-child(4) {
  background-color: #BBC0D3;
}
.as-achieve-1-team-member-single:nth-child(5) {
  background-color: #ECFF97;
}
.as-achieve-1-team-member-single:nth-child(6) {
  background-color: #FFA2DD;
}
.as-achieve-1-team-member-single:nth-child(7) {
  background-color: #FFC0B5;
}
.as-achieve-1-team-member-single:nth-child(8) {
  background-color: #fff;
}
.as-achieve-1-team-member-single:nth-child(9) {
  background-color: #BBC0D3;
}
.as-achieve-1-team-member-single:nth-child(10) {
  background-color: #ECFF97;
}
.as-achieve-1-team-member-single:nth-child(11) {
  background-color: #FFA2DD;
}
.as-achieve-1-team-member-single:nth-child(12) {
  background-color: #FFC0B5;
}
.as-achieve-1-team-member-single:nth-child(13) {
  background-color: #fff;
}
.as-achieve-1-team-member-single:nth-child(14) {
  background-color: #BBC0D3;
}
.as-achieve-1-team-member-single:nth-child(15) {
  background-color: #ECFF97;
}

.nxr-wc-card3 {
  width: 100%;
  height: 620px;
  overflow: hidden;
  max-width: 504px;
  padding: 28px 44px;
  border-radius: 16px;
  background-color: #0D1B2A;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-wc-card3 {
    height: auto;
  }
}
.nxr-wc-card3 .item-title {
  padding-top: 15px;
  margin-bottom: 80px;
}
.nxr-wc-card3 .item-title h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  padding-bottom: 25px;
  letter-spacing: -1px;
}
.nxr-wc-card3 .item-title p {
  color: #fff;
  opacity: 0.8;
}
.nxr-wc-card3 .item-list li {
  gap: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.nxr-wc-card3 .item-list li:last-child {
  margin-bottom: 0;
}
.nxr-wc-card3 .item-list a {
  width: auto;
  color: #FFFFFF;
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1215686275);
  font-family: var(--nxr-space);
  display: inline-block;
}
.nxr-wc-card3 .item-list a:hover {
  background-color: var(--nxr-prime-c);
}

.nxr-wc-card4 {
  width: 100%;
  height: 268px;
  max-width: 557px;
  border-radius: 12px;
  padding: 24px 28px 35px;
  flex-direction: column;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-wc-card4 {
    height: auto;
  }
}
.nxr-wc-card4 .client-top ul {
  display: flex;
}
.nxr-wc-card4 .client-top li {
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 100%;
  margin-left: -22px;
  color: var(--nxr-prime-c);
  border: 2px solid #0B1018;
  background-color: #F1F3F5;
}
.nxr-wc-card4 .client-top li:first-child {
  margin-left: 0;
}
.nxr-wc-card4 .client-top li span {
  height: 100%;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}
.nxr-wc-card4 .client-rate li {
  color: #FFFFFF;
}
.nxr-wc-card4 .client-rate p {
  opacity: 0.68;
  color: #FFFFFF;
}
.nxr-wc-card4 .item-bottom h3 {
  color: #fff;
  line-height: 1;
  font-size: 60px;
}
.nxr-wc-card4 .item-bottom h3 span {
  font-weight: 700;
}
.nxr-wc-card4 .item-bottom h4 {
  color: #fff;
  max-width: 305px;
  font-size: 22px;
  font-weight: 500;
  text-align: right;
}

.nxr-wc-part3 {
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-wc-part3 {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.nxr-wc-card5 {
  z-index: 1;
  width: 100%;
  height: 230px;
  padding: 28px;
  max-width: 475px;
  overflow: hidden;
  border-radius: 16px;
  transform: translateY(-55px);
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-wc-card5 {
    transform: translateY(0px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-wc-card5 {
    height: auto;
  }
}
.nxr-wc-card5 .item-img {
  z-index: -1;
  right: -30px;
  bottom: -35px;
  transform: rotate(-16.14deg);
}
.nxr-wc-card5 .item-text {
  max-width: 240px;
}
.nxr-wc-card5 .item-text h3 {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 25px;
}
.nxr-wc-card5 .item-text p {
  opacity: 0.72;
  color: #000000;
  letter-spacing: -1px;
  font-family: var(--nxr-space);
}

.nxr-wc-btm-wrap {
  gap: 10px;
  transform: translateY(-84px);
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-wc-btm-wrap {
    transform: translateY(0px);
    margin-top: 30px;
  }
}

.nxr-btm-rate {
  gap: 8px;
  width: 100%;
  max-width: 360px;
  padding: 10px 18px;
  border-radius: 10px;
  border: 3px solid #FFFFFF;
}
.nxr-btm-rate .clt-img {
  display: flex;
}
.nxr-btm-rate .clt-img li {
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-left: -20px;
  border-radius: 100%;
  border: 1.5px solid #FFFFFF;
}
.nxr-btm-rate .clt-img li:first-child {
  margin-left: 0;
}
.nxr-btm-rate .client-rate li {
  background: linear-gradient(180deg, #E43649 0%, #B82132 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nxr-btm-rate .client-rate p {
  letter-spacing: -1px;
}

.nxr-wc-sponsor {
  width: 100%;
  max-width: 665px;
  border-radius: 10px;
  border: 3px solid #FFFFFF;
}
.nxr-wc-sponsor .nxr-wc-spon-run {
  overflow: hidden;
  display: flow-root;
  margin: 25px 20px;
}
.nxr-wc-sponsor .item-img {
  margin: 0px 20px;
  display: inline-block;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.nxr-testimonial-content {
  max-width: 815px;
}
.nxr-testimonial-content .nxr-sec-title {
  margin: 0;
  max-width: 600px;
  margin-bottom: 135px;
}
.nxr-testimonial-content .nxr-sec-title .subtitle {
  color: #fff;
}
.nxr-testimonial-content .nxr-sec-title .sec_title {
  color: #fff;
  font-size: 72px;
}
.nxr-testimonial-content .nxr-sec-title .sec_title span {
  opacity: 1;
  color: var(--nxr-prime-c);
}

.nxr-testi-thumb-slider {
  top: 0px;
  right: 0;
  width: 500px;
  height: 1252px;
  position: absolute;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-testi-thumb-slider {
    display: none;
  }
}
.nxr-testi-thumb-slider .swiper-slide {
  overflow: hidden;
  opacity: 0.7;
  border-radius: 100%;
  width: 85px !important;
  height: 85px !important;
  border: 4px solid rgba(255, 255, 255, 0.2);
  transition: all 700ms ease-in-out;
  filter: blur(1px);
}
.nxr-testi-thumb-slider .swiper-slide-nth-prev-3 {
  opacity: 0.5;
  width: 85px !important;
  height: 85px !important;
  transform: translateX(450px) translateY(-10%) !important;
}
.nxr-testi-thumb-slider .swiper-slide-nth-prev-2 {
  transform: translateX(370px) translateY(-10%) !important;
  width: 120px !important;
  height: 120px !important;
}
.nxr-testi-thumb-slider .swiper-slide-prev {
  width: 160px !important;
  height: 160px !important;
  transform: translateX(200px) translateY(-10%) !important;
}
.nxr-testi-thumb-slider .swiper-slide-nth-next-3 {
  width: 85px !important;
  height: 85px !important;
  opacity: 0;
  transform: translateX(450px) translateY(10%) !important;
}
.nxr-testi-thumb-slider .swiper-slide-nth-next-2 {
  width: 120px !important;
  height: 120px !important;
  transform: translateX(370px) translateY(15%) !important;
}
.nxr-testi-thumb-slider .swiper-slide-next {
  width: 160px !important;
  height: 160px !important;
  transform: translateX(200px) translateY(10%) !important;
}
.nxr-testi-thumb-slider .swiper-slide-active {
  opacity: 1;
  filter: blur(0px);
  width: 265px !important;
  height: 265px !important;
  border: 6px solid var(--nxr-prime-c);
}

.nxr-testimonial-item {
  max-width: 693px;
}
.nxr-testimonial-item .item-text {
  color: #FFFFFF;
  font-size: 26px;
  margin: 30px 0px 50px;
}
.nxr-testimonial-item .item-text i {
  color: var(--nxr-prime-c);
}
.nxr-testimonial-item .item-author {
  max-width: 385px;
}
.nxr-testimonial-item .item-author h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.nxr-testimonial-item .item-author span {
  color: #fff;
  opacity: 0.72;
}

.nxr-tst-btn {
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  max-width: 385px;
  position: absolute;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .nxr-tst-btn {
    position: static;
    margin-top: 50px;
  }
}
.nxr-tst-btn .views-button-prev,
.nxr-tst-btn .views-button-next {
  width: 52px;
  color: #fff;
  height: 52px;
  z-index: 1;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1607843137);
  justify-content: center;
  transition: all 500ms ease-in-out;
}
.nxr-tst-btn .views-button-prev:hover,
.nxr-tst-btn .views-button-next:hover {
  color: #000;
  background-color: #fff;
}
.nxr-tst-btn .views-button-prev:before,
.nxr-tst-btn .views-button-next:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.4px;
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(147.38deg, #FFFFFF 10.98%, rgba(0, 0, 0, 0) 28.46%, rgba(0, 0, 0, 0) 72.96%, #FFFFFF 93.62%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/*
	testimonial-3-start
*/
.dm-testimonial-1-big-title {
  font-size: 268px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -100px;
}
.dm-testimonial-1-big-title span {
  display: inline-block;
  position: relative;
  background: linear-gradient(180deg, #F5F5F5 0%, #EBEBEB 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  filter: drop-shadow(0px 0px 1px #FFFFFF) drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.14));
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .dm-testimonial-1-big-title {
    font-size: 230px;
    margin-bottom: -60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dm-testimonial-1-big-title {
    font-size: 200px;
    margin-bottom: -30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-testimonial-1-big-title {
    font-size: 170px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-testimonial-1-big-title {
    font-size: 138px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-testimonial-1-big-title {
    font-size: 105px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .dm-testimonial-1-big-title {
    font-size: 52px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dm-testimonial-1-big-title {
    font-size: 78px;
    margin-bottom: 0px;
  }
}
.dm-testimonial-1-slider .swiper-slide {
  height: auto;
}
.dm-testimonial-1-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.72) 0%, rgba(236, 236, 236, 0.72) 100%);
  box-shadow: 0px 32px 100px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  border-radius: 24px;
  padding: 48px;
  border: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .dm-testimonial-1-item {
    padding: 26px 22px;
  }
}
.dm-testimonial-1-item .logo-elm {
  margin-left: -15px;
}
.dm-testimonial-1-item .rating {
  display: flex;
  gap: 5px;
  font-size: 13px;
  color: var(--dm-clr-pr-1);
  margin-top: 26px;
  margin-bottom: 14px;
}
.dm-testimonial-1-item .disc {
  font-size: 16px;
  line-height: 1.6;
}
.dm-testimonial-1-item .author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 40px;
}
.dm-testimonial-1-item .author-img {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.dm-testimonial-1-item .name {
  font-size: 22px;
  margin-bottom: 8px;
}
.dm-testimonial-1-item .designation {
  font-size: 14px;
  opacity: 60%;
}

/*
	testimonial-3-end
*/
/*---------------------------------------------------- */
/*work process area*/
/*----------------------------------------------------*/
.nxr-work-pro-title {
  gap: 15px;
}
.nxr-work-pro-title .nxr-wrp-left-title {
  text-align: right;
}
.nxr-work-pro-title h3 {
  color: #000000;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.08;
}
.nxr-work-pro-title h3 span {
  opacity: 0.4;
  font-style: italic;
  font-family: var(--nxr-playfair);
}

.nxr-work-process-item {
  margin: 0 auto;
  padding: 12px;
  max-width: 446px;
  border-radius: 26px;
  margin-bottom: 24px;
  background-color: #fff;
}
.nxr-work-process-item .inner-item {
  padding: 36px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.nxr-work-process-item .inner-item .item-top h3 {
  color: #000000;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}
.nxr-work-process-item .inner-item .item-text {
  opacity: 0.8;
  color: #000000;
  font-size: 18px;
}
.nxr-work-process-item .inner-item .item-icon {
  opacity: 0.3;
}

/*
	work-process-3-start
*/
.dm-work-process-1-sec-title .dm-sec-title-1 {
  margin-bottom: 20px;
}
.dm-work-process-1-sec-title .sec-disc {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.dm-work-process-1-wrap {
  display: flex;
  align-items: stretch;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-work-process-1-wrap {
    flex-wrap: wrap;
  }
}
.dm-work-process-1-item {
  flex: 1;
  position: relative;
  min-height: 340px;
  padding: 0 12px 0 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-work-process-1-item {
    min-height: 360px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-work-process-1-item {
    min-height: 380px;
    padding: 0 8px 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-work-process-1-item {
    min-height: auto;
    padding: 44px 12px 30px 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-work-process-1-item {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .dm-work-process-1-item {
    flex: 0 0 100%;
  }
}
.dm-work-process-1-item::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 34px;
  bottom: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.16);
  transform: scaleY(var(--dm-wp-line, 1));
  transform-origin: top center;
}
.dm-work-process-1-item .number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.25s var(--cube-3);
}
.dm-work-process-1-item:nth-child(1) .dm-work-process-1-item-card {
  bottom: 135px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-work-process-1-item:nth-child(1) .dm-work-process-1-item-card {
    bottom: 130px;
  }
}
.dm-work-process-1-item:nth-child(2) .dm-work-process-1-item-card {
  bottom: 95px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-work-process-1-item:nth-child(2) .dm-work-process-1-item-card {
    bottom: 94px;
  }
}
.dm-work-process-1-item:nth-child(3) .dm-work-process-1-item-card {
  bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-work-process-1-item:nth-child(3) .dm-work-process-1-item-card {
    bottom: 58px;
  }
}
.dm-work-process-1-item:nth-child(4) .dm-work-process-1-item-card {
  bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-work-process-1-item:nth-child(4) .dm-work-process-1-item-card {
    bottom: 22px;
  }
}
.dm-work-process-1-item-card {
  position: absolute;
  left: 26px;
  right: 15px;
  padding: 24px;
  border-radius: 14px;
  background-color: #fff;
  background-repeat: no-repeat;
  transition: background-color 0.45s var(--cube-3), box-shadow 0.45s var(--cube-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-work-process-1-item-card {
    left: 10px;
    right: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-work-process-1-item-card {
    position: static;
  }
}
.dm-work-process-1-item-card .card-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dm-work-process-1-item-card .icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--dm-clr-pr-1);
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: var(--cube-2);
}
.dm-work-process-1-item-card .icon i {
  line-height: 1;
}
.dm-work-process-1-item-card .title {
  font-size: 26px;
  color: #000;
  transition: var(--cube-2);
}
.dm-work-process-1-item-card .disc-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s var(--cube-3);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-work-process-1-item-card .disc-wrap {
    grid-template-rows: 1fr;
  }
}
.dm-work-process-1-item-card .disc-inner {
  overflow: hidden;
}
.dm-work-process-1-item-card .disc {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
  transition: opacity 0.35s var(--cube-3);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-work-process-1-item-card .disc {
    color: #000;
    border-top-color: rgba(0, 0, 0, 0.1);
    opacity: 0.8;
  }
}
.dm-work-process-1-item:hover .number, .dm-work-process-1-wrap:not(:hover) .dm-work-process-1-item.active .number {
  color: var(--dm-clr-pr-1);
}
.dm-work-process-1-item:hover .dm-work-process-1-item-card, .dm-work-process-1-wrap:not(:hover) .dm-work-process-1-item.active .dm-work-process-1-item-card {
  background-color: #050505;
  background-image: radial-gradient(85% 115% at 100% 105%, rgba(250, 190, 60, 0.6) 0%, rgba(239, 110, 30, 0.16) 42%, rgba(0, 0, 0, 0) 72%);
}
.dm-work-process-1-item:hover .dm-work-process-1-item-card .icon, .dm-work-process-1-wrap:not(:hover) .dm-work-process-1-item.active .dm-work-process-1-item-card .icon {
  color: #fff;
  background: var(--dm-clr-gd-1);
  box-shadow: none;
}
.dm-work-process-1-item:hover .dm-work-process-1-item-card .title, .dm-work-process-1-wrap:not(:hover) .dm-work-process-1-item.active .dm-work-process-1-item-card .title {
  color: #fff;
}
.dm-work-process-1-item:hover .dm-work-process-1-item-card .disc-wrap, .dm-work-process-1-wrap:not(:hover) .dm-work-process-1-item.active .dm-work-process-1-item-card .disc-wrap {
  grid-template-rows: 1fr;
}
.dm-work-process-1-item:hover .dm-work-process-1-item-card .disc, .dm-work-process-1-wrap:not(:hover) .dm-work-process-1-item.active .dm-work-process-1-item-card .disc {
  opacity: 0.75;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-work-process-1-item:hover .dm-work-process-1-item-card .disc, .dm-work-process-1-wrap:not(:hover) .dm-work-process-1-item.active .dm-work-process-1-item-card .disc {
    color: #fff;
    border-top-color: rgba(255, 255, 255, 0.14);
  }
}

/*
	work-process-3-end
*/
.ca-how-work-sec {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #000000;
}

.ca-how-work-content {
  margin: 0 auto;
  margin-top: 45px;
  max-width: 1720px;
}

.ca-how-work-sec .ca-sec-title {
  margin: 0 auto;
  max-width: 675px;
}
.ca-how-work-sec .ca-sec-title .subtitle {
  color: #fff;
}
.ca-how-work-sec .ca-sec-title .sec_title {
  color: #fff;
}
.ca-how-work-sec .ca-sec-title .sec_title span {
  opacity: 0.4;
  display: inline;
}

.ca-hw-item1-area:nth-child(2) {
  margin-top: -125px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-hw-item1-area:nth-child(2) {
    margin-top: 50px;
  }
}
.ca-hw-item1-area:nth-child(3) {
  margin-top: -205px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-hw-item1-area:nth-child(3) {
    margin-top: 50px;
  }
}

.ca-hw-item1 {
  gap: 135px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-hw-item1 {
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.ca-hw-item1:before {
  right: 0;
  top: 47%;
  z-index: 1;
  content: "";
  width: 90%;
  height: 1px;
  position: absolute;
  background-color: #474747;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-hw-item1:before {
    display: none;
  }
}
.ca-hw-item1 .item-img-serial {
  width: 340px;
  height: 340px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-hw-item1 .item-img-serial {
    height: 300px !important;
    width: 300px !important;
  }
}
.ca-hw-item1 .item-img-serial .item-img {
  width: 340px;
  height: 340px;
  overflow: hidden;
  border-radius: 100%;
  border: 4px solid #000000;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-hw-item1 .item-img-serial .item-img {
    height: 300px !important;
    width: 300px !important;
  }
}
.ca-hw-item1 .item-img-serial .item-text {
  top: 48%;
  left: 50%;
  font-weight: 500;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
}
.ca-hw-item1 .item-img-serial .item-text span {
  color: #fff;
  display: block;
}
.ca-hw-item1 .item-img-serial .item-text span:last-child {
  font-size: 20px;
  margin-top: 15px;
  padding-top: 12px;
  font-family: var(--ca-heading);
}
.ca-hw-item1 .item-text-area {
  display: flex;
  flex-wrap: wrap;
  max-width: 535px;
  justify-content: end;
}
.ca-hw-item1 .item-text-area .item-desc {
  color: #E4E4E4;
  padding-top: 24px;
}
.ca-hw-item1:is(.ver_2) {
  gap: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-hw-item1:is(.ver_2) {
    gap: 50px;
  }
}
.ca-hw-item1:is(.ver_2):before {
  left: 0;
  right: 0;
  width: 87%;
}
.ca-hw-item1:is(.ver_2) .item-img-serial {
  width: 320px;
  height: 320px;
}
.ca-hw-item1:is(.ver_2) .item-img-serial .item-img {
  width: 320px;
  height: 320px;
}
.ca-hw-item1:is(.ver_2) .item-img-serial .item-text {
  left: 38%;
  text-align: right;
}
.ca-hw-item1:is(.ver_2) .item-text-area {
  max-width: 480px;
  justify-content: start;
}
.ca-hw-item1:is(.ver_3):before {
  width: 93%;
}
.ca-hw-item1:is(.ver_3) .item-img-serial {
  width: 220px;
  height: 220px;
}
.ca-hw-item1:is(.ver_3) .item-img-serial .item-img {
  width: 220px;
  height: 220px;
}
.ca-hw-item1:is(.ver_3) .item-img-serial .item-text {
  text-align: right;
}
.ca-hw-item1:is(.ver_3) .item-text-area {
  max-width: 600px;
}

.ca-pro-slug h3 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-left: 100px;
}

.ca-project-title {
  margin: 0 auto;
  margin-top: 80px;
  max-width: 1450px;
}
.ca-project-title .pr-text {
  color: #000000;
  line-height: 0.8;
  font-weight: 700;
  font-size: 300px;
  letter-spacing: -24px;
  font-family: var(--ca-heading);
}
.ca-project-title .pr-text:nth-child(1) {
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-project-title .pr-text {
    display: none;
  }
}
.ca-project-title .pr-img {
  width: 558px;
  height: 320px;
  z-index: 1;
  position: relative;
  border-radius: 32px;
  border: 4px solid #FFFFFF;
}

.ca-project-item-area {
  margin-bottom: 24px;
}

.ca-project-item {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1430px;
  border-radius: 32px;
  border: 4px solid #FFFFFF;
}
.ca-project-item .item-text {
  left: 8px;
  opacity: 0;
  bottom: 60px;
  width: 98.8%;
  visibility: hidden;
  border-radius: 24px;
  padding: 20px 32px;
  position: absolute;
  background-color: #fff;
  transition: all 500ms ease-in-out;
}
.ca-project-item .item-text .item-title .pro_title {
  color: #000000;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -1px;
  padding-bottom: 10px;
}
.ca-project-item .item-text .item-title .item-tag a {
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 12px;
  border-radius: 32px;
  background-color: #EFEFEF;
}
.ca-project-item .item-text .item-title .item-tag a:hover {
  color: #fff;
  background-color: var(--ca-prime-c);
}
.ca-project-item .item-text .item-arrow a {
  width: 72px;
  height: 56px;
  display: flex;
  color: #FFFFFF;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
.ca-project-item .item-text .item-arrow a:hover {
  background-color: var(--ca-prime-c);
}
.ca-project-item:hover .item-text {
  opacity: 1;
  bottom: 8px;
  visibility: visible;
}

.ca-testi-content {
  height: 100vh;
  overflow: hidden;
  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), (max-width: 767px), (max-width: 480px) {
  .ca-testi-content {
    display: none;
  }
}

.ca-testi-wrapper {
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 1920px;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
.ca-testi-wrapper .ca-tst-text {
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  line-height: 1;
  font-size: 180px;
  font-weight: 700;
  position: absolute;
  text-transform: uppercase;
  transform: translateY(-50%);
  font-family: var(--ca-heading);
}

.ca-testi-card-content .container {
  max-width: 1454px;
}

.ca-testi-card {
  padding: 4px;
  max-width: 385px;
  border-radius: 24px;
  background-color: #0E0E0E;
  border: 1px solid #2A2A2A;
}
@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), (max-width: 767px), (max-width: 480px) {
  .ca-testi-card {
    max-width: 100%;
  }
}
.ca-testi-card:nth-child(even) .item-text {
  background-color: var(--ca-prime-c);
}
.ca-testi-card .item-text {
  padding: 32px;
  border-radius: 22px;
  background-color: #1F1F1F;
}
.ca-testi-card .item-text .inner-text p {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  padding: 30px 0px 25px;
}
.ca-testi-card .item-text .inner-text .item-rate .rate1 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: -1px;
}
.ca-testi-card .item-text .inner-text .item-rate .rate1 i {
  font-size: 18px;
  color: var(--ca-prime-c);
}
.ca-testi-card .item-text .inner-text .item-rate .rate1 span {
  font-size: 16px;
}
.ca-testi-card .ca-item-author {
  gap: 12px;
  padding: 24px 24px 20px;
}
.ca-testi-card .ca-item-author .aut-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 12px;
}
.ca-testi-card .ca-item-author .aut-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}
.ca-testi-card .ca-item-author .aut-text span {
  color: #E4E4E4;
}

.ca-testi-card-wrapper {
  gap: 20px;
  display: grid;
  margin: 0 auto;
  max-width: 1650px;
  padding: 0px 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@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), (max-width: 767px), (max-width: 480px) {
  .ca-testi-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-testi-card-wrapper {
    grid-template-columns: 1fr;
  }
}

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
@keyframes borderpls2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #34C759;
    box-shadow: 0 0 0 0 #34C759;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px #34C759;
    box-shadow: 0 0 0 10px #34C759;
    opacity: 0;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 #34C759;
    box-shadow: 0 0 0 0 #34C759;
    opacity: 0;
  }
}
.nxr-contact-content {
  gap: 20px;
  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), (max-width: 767px), (max-width: 480px) {
  .nxr-contact-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.nxr-contact-cta-wrap {
  width: 100%;
  max-width: 752px;
}
.nxr-contact-cta-wrap .item-top {
  gap: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-contact-cta-wrap .item-top {
    flex-wrap: wrap;
  }
}

.nxr-top-cnt-item1 {
  width: 100%;
  max-width: 484px;
  padding: 28px 34px;
  border-radius: 16px;
  background-color: #fff;
}
.nxr-top-cnt-item1 h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1px;
}
.nxr-top-cnt-item1 p {
  opacity: 0.6;
  color: #000000;
}
.nxr-top-cnt-item1 .btn-wrap {
  gap: 15px 5px;
}
.nxr-top-cnt-item1 .btn-wrap .item-text {
  line-height: 1.3;
  max-width: 145px;
  color: rgba(0, 0, 0, 0.6);
}
.nxr-top-cnt-item1 .btn-wrap .item-text a {
  color: #000;
}
.nxr-top-cnt-item1 .btn-wrap .item-text a span {
  color: rgba(0, 0, 0, 0.6);
}

.nxr-top-cnt-item2 {
  z-index: 1;
  width: 100%;
  overflow: hidden;
  padding-top: 22px;
  max-width: 260px;
  position: relative;
  border-radius: 20px;
}
.nxr-top-cnt-item2 .nxr-cnt-shape1 {
  top: -104px;
  right: -76px;
}
.nxr-top-cnt-item2 .nxr-cnt-shape2 {
  left: -49px;
  bottom: -77px;
}
.nxr-top-cnt-item2:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #fff;
  clip-path: polygon(100% 91.534%, 100% 91.534%, 99.919% 92.908%, 99.686% 94.21%, 99.313% 95.425%, 98.813% 96.534%, 98.198% 97.521%, 97.481% 98.367%, 96.674% 99.055%, 95.791% 99.568%, 94.844% 99.889%, 93.846% 100%, 6.154% 100%, 6.154% 100%, 5.156% 99.889%, 4.209% 99.568%, 3.326% 99.055%, 2.519% 98.367%, 1.802% 97.521%, 1.187% 96.534%, 0.687% 95.425%, 0.314% 94.21%, 0.081% 92.908%, 0% 91.534%, 0% 8.466%, 0% 8.466%, 0.081% 7.092%, 0.314% 5.79%, 0.687% 4.575%, 1.187% 3.466%, 1.802% 2.48%, 2.519% 1.633%, 3.326% 0.945%, 4.209% 0.432%, 5.156% 0.111%, 6.154% 0%, 43.791% 0%, 43.791% 0%, 44.299% 0.056%, 44.781% 0.22%, 45.23% 0.481%, 45.641% 0.831%, 46.006% 1.262%, 46.319% 1.764%, 46.573% 2.329%, 46.763% 2.947%, 46.882% 3.61%, 46.923% 4.309%, 46.923% 4.309%, 46.892% 4.913%, 46.801% 5.494%, 46.656% 6.047%, 46.459% 6.568%, 46.217% 7.055%, 45.933% 7.502%, 45.611% 7.905%, 45.257% 8.262%, 44.875% 8.567%, 44.468% 8.817%, 44.468% 8.817%, 42.792% 9.869%, 41.23% 11.18%, 39.798% 12.729%, 38.51% 14.497%, 37.38% 16.463%, 36.424% 18.607%, 35.654% 20.91%, 35.087% 23.352%, 34.736% 25.912%, 34.615% 28.571%, 34.615% 28.571%, 34.817% 32.004%, 35.4% 35.261%, 36.333% 38.298%, 37.584% 41.071%, 39.121% 43.537%, 40.914% 45.652%, 42.93% 47.373%, 45.137% 48.656%, 47.505% 49.458%, 50% 49.735%, 50% 49.735%, 52.495% 49.458%, 54.863% 48.656%, 57.07% 47.373%, 59.086% 45.652%, 60.879% 43.537%, 62.416% 41.071%, 63.667% 38.298%, 64.6% 35.261%, 65.183% 32.004%, 65.385% 28.571%, 65.385% 28.571%, 65.264% 25.912%, 64.913% 23.352%, 64.346% 20.91%, 63.576% 18.607%, 62.62% 16.463%, 61.49% 14.497%, 60.202% 12.729%, 58.77% 11.18%, 57.208% 9.869%, 55.532% 8.817%, 55.532% 8.817%, 55.125% 8.567%, 54.743% 8.262%, 54.389% 7.905%, 54.067% 7.502%, 53.783% 7.055%, 53.541% 6.568%, 53.344% 6.047%, 53.199% 5.494%, 53.108% 4.913%, 53.077% 4.309%, 53.077% 4.309%, 53.118% 3.61%, 53.237% 2.947%, 53.427% 2.329%, 53.681% 1.764%, 53.994% 1.262%, 54.359% 0.831%, 54.77% 0.481%, 55.219% 0.22%, 55.701% 0.056%, 56.209% 0%, 93.846% 0%, 93.846% 0%, 94.844% 0.111%, 95.791% 0.432%, 96.674% 0.945%, 97.481% 1.633%, 98.198% 2.48%, 98.813% 3.466%, 99.313% 4.575%, 99.686% 5.79%, 99.919% 7.092%, 100% 8.466%, 100% 91.534%);
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-top-cnt-item2:before {
    clip-path: none;
  }
}
.nxr-top-cnt-item2 .item-img {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
}
.nxr-top-cnt-item2 .item-text {
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  padding-top: 24px;
  font-weight: 500;
}

.nxr-cnt-img-wrap {
  z-index: 1;
  width: 100%;
  height: 513px;
  max-width: 752px;
  border-radius: 16px;
}
.nxr-cnt-img-wrap:before {
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  max-width: 513px;
  position: absolute;
  background: linear-gradient(270deg, rgba(184, 33, 50, 0) 0%, rgba(184, 33, 50, 0.71) 41.35%, #B82132 100%);
}
.nxr-cnt-img-wrap .nxr-cn-img {
  top: 0;
  z-index: 2;
  left: -170px;
  position: absolute;
}
.nxr-cnt-img-wrap .nxr-cn-reel-marquee {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.nxr-cnt-img-wrap .nxr-cn-reel-marquee .item-img {
  width: 270%;
  position: absolute;
}
.nxr-cnt-img-wrap .nxr-cn-reel-marquee .item-img:nth-child(1) {
  left: 0;
  top: -50%;
}
.nxr-cnt-img-wrap .nxr-cn-reel-marquee .item-img:nth-child(2) {
  left: 0;
  top: 2%;
}
.nxr-cnt-img-wrap .nxr-cn-reel-marquee .item-img:nth-child(3) {
  left: 0;
  top: 54%;
}

.nxr-contact-form-wrap {
  width: 100%;
  padding: 50px 60px;
  max-width: 780px;
  border-radius: 20px;
  background-color: #000000;
}
.nxr-contact-form-wrap .item-title .subtitle {
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  border-radius: 100px;
  display: inline-block;
  padding: 6px 18px 6px 32px;
  background-color: rgba(255, 255, 255, 0.1215686275);
}
.nxr-contact-form-wrap .item-title .subtitle:before {
  top: 13px;
  left: 15px;
  width: 8px;
  z-index: 1;
  content: "";
  height: 8px;
  position: absolute;
  border-radius: 100%;
  background: rgba(52, 199, 89, 0.1215686275);
  -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;
}
.nxr-contact-form-wrap .item-title .subtitle:after {
  top: 13px;
  left: 15px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #34C759;
}
.nxr-contact-form-wrap h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
}

.nxr-contact-form .row {
  --bs-gutter-x: 16px;
}
.nxr-contact-form form .item-input {
  position: relative;
}
.nxr-contact-form form .item-input span {
  top: -8px;
  left: 24px;
  line-height: 1;
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 1px 6px;
  position: absolute;
  background-color: #000000;
}
.nxr-contact-form form .item-input input, .nxr-contact-form form .item-input textarea {
  width: 100%;
  height: 56px;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 25px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.48);
  transition: all 500ms ease-in-out;
}
.nxr-contact-form form .item-input input:focus, .nxr-contact-form form .item-input textarea:focus {
  border: 1px solid var(--nxr-prime-c);
}
.nxr-contact-form form .item-input input:placeholder, .nxr-contact-form form .item-input textarea:placeholder {
  color: rgba(255, 255, 255, 0.48);
}
.nxr-contact-form form .item-input textarea {
  height: 147px;
  padding-top: 20px;
}
.nxr-contact-form .item-bottom-area {
  gap: 15px;
}
.nxr-contact-form .item-bottom-area .item-author {
  gap: 16px;
  display: flex;
}
.nxr-contact-form .item-bottom-area .item-author .item-img {
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 100%;
}
.nxr-contact-form .item-bottom-area .item-author .item-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.nxr-contact-form .item-bottom-area .item-author .item-text span {
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.48);
}
.nxr-contact-form .item-bottom-area .nxr-btn1 {
  display: inline-block;
}
.nxr-contact-form .item-bottom-area .nxr-btn1 button {
  gap: 4px;
  padding: 0;
  display: flex;
  border: none;
  position: relative;
  white-space: nowrap;
  align-items: center;
  background-color: transparent;
}
.nxr-contact-form .item-bottom-area .nxr-btn1 button span {
  z-index: 1;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  padding: 14px 24px;
  border-radius: 60px;
  font-family: var(--nxr-space);
  background: linear-gradient(180deg, #E43649 0%, #B82132 100%);
}
.nxr-contact-form .item-bottom-area .nxr-btn1 button span i {
  top: 3px;
  z-index: -1;
  right: -18px;
  position: absolute;
}
.nxr-contact-form .item-bottom-area .nxr-btn1 button .btn-icon {
  width: 53px;
  height: 53px;
  display: flex;
  border-radius: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #E43649 0%, #B82132 100%);
}

.ca-contact-sec {
  z-index: 1;
}
.ca-contact-sec .ca-ct-video {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ca-contact-sec .ca-ct-video:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3019607843);
}

.ca-contact-content {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-contact-content {
    flex-wrap: wrap;
  }
}

.ca-contact-text {
  width: 100%;
  max-width: 557px;
}
.ca-contact-text .ca-sec-title .subtitle {
  color: #fff;
}
.ca-contact-text .ca-sec-title .sec_title {
  color: #fff;
  font-size: 90px;
}
.ca-contact-text .ca-sec-title h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 10px;
}
.ca-contact-text .ca-sec-title p {
  color: #E4E4E4;
  font-size: 20px;
  font-weight: 500;
}

.ca-cont-box .nx-start-project {
  width: 100%;
  max-width: 457px;
}
.ca-cont-box .nx-start-project .nx-start-up {
  gap: 4px;
  padding: 4px;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 767px), (max-width: 480px) {
  .ca-cont-box .nx-start-project .nx-start-up {
    flex-wrap: wrap;
  }
}
.ca-cont-box .nx-start-project .nx-start-up .item-text {
  padding: 24px;
  max-width: 295px;
  height: 208px;
  border-radius: 20px;
  flex-direction: column;
  background-color: var(--ca-prime-c);
}
@media (max-width: 767px), (max-width: 480px) {
  .ca-cont-box .nx-start-project .nx-start-up .item-text {
    max-width: 100%;
  }
}
.ca-cont-box .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;
}
.ca-cont-box .nx-start-project .nx-start-up .item-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.ca-cont-box .nx-start-project .nx-start-up .item-text a {
  width: 100%;
  padding: 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  text-align: center;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.ca-cont-box .nx-start-project .nx-start-up .item-text a:hover {
  color: #fff;
  letter-spacing: 1px;
  background-color: #000;
}
.ca-cont-box .nx-start-project .nx-start-up .item-img {
  width: 150px;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 767px), (max-width: 480px) {
  .ca-cont-box .nx-start-project .nx-start-up .item-img {
    width: 100%;
    height: 250px;
    max-width: 100%;
  }
}
.ca-cont-box .nx-start-project .nx-start-down {
  margin-top: 4px;
  padding: 16px 28px;
  border-radius: 15px;
  background-color: #fff;
}
.ca-cont-box .nx-start-project .nx-start-down p {
  color: #000000;
  font-size: 16px;
  max-width: 120px;
  font-weight: 500;
}
.ca-cont-box .nx-start-project .nx-st-client ul {
  display: flex;
}
.ca-cont-box .nx-start-project .nx-st-client li {
  width: 44px;
  height: 44px;
  overflow: hidden;
  margin-left: -18px;
  border-radius: 12px;
  border: 2px solid #FFFFFF;
}
.ca-cont-box .nx-start-project .nx-st-client li:first-child {
  margin-left: 0;
}
.ca-cont-box .nx-start-project .nx-st-client li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ca-contact-form {
  width: 100%;
  z-index: 1;
  padding: 48px;
  max-width: 678px;
  background-color: #FFFFFF;
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #FFFFFF 0%, #FD3F00 100%) border-box;
}
.ca-contact-form .ca-shape1 {
  z-index: -1;
  top: -30%;
  left: -40%;
}
.ca-contact-form .ca-shape2 {
  top: -30%;
  right: -40%;
  z-index: -1;
}
.ca-contact-form {
  border-radius: 32px;
}
.ca-contact-form .ca-sec-title .sec_title {
  font-size: 36px;
}
.ca-contact-form form label {
  color: #000;
  display: block;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 8px;
  font-family: var(--ca-heading);
}
.ca-contact-form form label span {
  color: var(--ca-prime-c);
}
.ca-contact-form form .item-input input, .ca-contact-form form .item-input textarea {
  width: 100%;
  height: 45px;
  color: #E4E4E4;
  padding-left: 16px;
  border-radius: 12px;
  border: 1px solid rgba(239, 239, 239, 0.6);
  background-color: rgba(239, 239, 239, 0.4);
}
.ca-contact-form form .item-input input:placeholder, .ca-contact-form form .item-input textarea:placeholder {
  color: #E4E4E4;
  letter-spacing: -0.5px;
}
.ca-contact-form form .item-input textarea {
  height: 134px;
  padding-top: 16px;
}
.ca-contact-form form button {
  gap: 8px;
  display: flex;
  border: none;
  width: 100%;
  color: #fff;
  margin-top: 32px;
  align-items: center;
  border-radius: 12px;
  justify-content: center;
  padding: 16px 16px 16px 4px;
  transition: all 400ms ease-in-out;
  background-color: var(--ca-prime-c);
}
.ca-contact-form form button i {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  justify-content: center;
  transition: all 400ms ease-in-out;
  background-color: var(--ca-prime-c);
}
.ca-contact-form form button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: all 400ms ease-in-out;
}
.ca-contact-form form button:hover {
  background-color: var(--ca-prime-c);
}
.ca-contact-form form button:hover i {
  background-color: #fff;
}
.ca-contact-form form button:hover i svg path {
  fill: var(--ca-prime-c);
}
.ca-contact-form form button:hover span {
  color: #fff;
}
.ca-contact-form .input-wrapper {
  gap: 24px;
  display: grid;
  margin-bottom: 24px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-contact-form .input-wrapper {
    grid-template-columns: 1fr;
  }
}
.ca-contact-form .input-checkbox input {
  margin-right: 5px;
}

/*
    faqs-3-start
*/
.dm-contact-1-top {
  height: 995px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .dm-contact-1-top {
    height: 495px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dm-contact-1-top {
    height: 595px;
  }
}
.dm-contact-1-top-content {
  max-width: 380px;
  margin-top: 90px;
}
.dm-contact-1-top-content .title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-contact-1-top-content .title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .dm-contact-1-top-content .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dm-contact-1-top-content .title {
    font-size: 35px;
  }
}
.dm-contact-1-top-content .disc {
  color: #5c5c5c;
}
.dm-contact-1-top-bg-circle {
  position: absolute;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dm-contact-1-top-bg-circle img {
  position: absolute;
}
.dm-contact-1-top-bg-circle .boll {
  transform: translateY(-100px);
}
.dm-contact-1-top-bg-circle .circle-1 {
  animation: wa-rotated 10s linear infinite;
}
.dm-contact-1-top-bg-circle .circle-2 {
  animation: wa-rotated-minus 10s linear infinite;
}
.dm-contact-1-top-bg-circle .circle-3 {
  animation: wa-rotated 10s linear infinite;
}
.dm-contact-1-top-img-1 {
  position: absolute;
  z-index: 1;
  border-radius: 30px;
  width: 240px;
  height: 260px;
  will-change: transform, width, height;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-contact-1-top-img-1 {
    display: none;
  }
}
.dm-contact-1-top-img-1 .inner-video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: height;
}
.dm-contact-1-top-img-2 {
  position: absolute;
  border-radius: 30px;
  width: 165px;
  height: 160px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-contact-1-top-img-2 {
    display: none;
  }
}
.dm-contact-1-top-img-3 {
  position: absolute;
  border-radius: 30px;
  width: 150px;
  height: 210px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-contact-1-top-img-3 {
    display: none;
  }
}
.dm-contact-1-top-img-4 {
  position: absolute;
  border-radius: 30px;
  width: 240px;
  height: 250px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-contact-1-top-img-4 {
    display: none;
  }
}
.dm-contact-1-top-img-5 {
  position: absolute;
  border-radius: 30px;
  width: 140px;
  height: 160px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-contact-1-top-img-5 {
    display: none;
  }
}
.dm-contact-1-top-img-6 {
  position: absolute;
  border-radius: 30px;
  width: 190px;
  height: 190px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-contact-1-top-img-6 {
    display: none;
  }
}
.dm-contact-1-top-img-7 {
  position: absolute;
  border-radius: 30px;
  width: 180px;
  height: 140px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-contact-1-top-img-7 {
    display: none;
  }
}
.dm-contact-1-top-bg-dot {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  z-index: -2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-contact-1-top-bg-dot {
    display: none;
  }
}
.dm-contact-1-bottom {
  margin-left: 20px;
  margin-right: 20px;
  background-color: #000;
  border-radius: 32px;
  padding: 112px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-contact-1-bottom {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.dm-contact-1-bottom-flex {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-contact-1-bottom-flex {
    grid-template-columns: 1fr;
  }
}
.dm-contact-1-bottom-left {
  background-color: #141414;
  padding: 60px 60px;
  border-radius: 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), (max-width: 767px) {
  .dm-contact-1-bottom-left {
    padding: 60px 20px;
  }
}
.dm-contact-1-bottom-left .content-wrap {
  margin-bottom: 35px;
}
.dm-contact-1-bottom-left .content-wrap .subtitle {
  display: inline-flex;
  color: #fff;
  font-size: 16px;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  margin-bottom: 16px;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  padding: 5px 10px;
}
.dm-contact-1-bottom-left .content-wrap .subtitle .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(52, 199, 89, 0.12);
  position: relative;
  z-index: 1;
}
.dm-contact-1-bottom-left .content-wrap .subtitle .dot::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #34C759;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  animation: flash 3s linear infinite;
}
.dm-contact-1-bottom-left .content-wrap .title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dm-contact-1-bottom-left .content-wrap .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-contact-1-bottom-left .content-wrap .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-contact-1-bottom-left .content-wrap .title {
    font-size: 24px;
  }
}
.dm-contact-1-bottom-right {
  display: flex;
  align-items: end;
  justify-content: end;
  padding: 35px;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}
.dm-contact-1-bottom-right::after {
  content: "";
  width: 100%;
  height: 329px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 0px 0px 24px 24px;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.dm-contact-1-bottom-right-disc {
  color: #fff;
  max-width: 380px;
}
.dm-contact-1-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
}
@media (max-width: 767px) {
  .dm-contact-1-form {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dm-contact-1-form {
    grid-template-columns: 1fr 1fr;
  }
}
.dm-contact-1-form-label {
  background-color: #141414;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  position: relative;
  z-index: 1;
  padding: 0 6px;
  margin-left: 24px;
}
.dm-contact-1-form-input {
  height: 56px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.48);
  border-radius: 12px;
  margin-top: -12px;
}
.dm-contact-1-form-input:is(textarea) {
  height: 145px;
  padding-top: 16px;
}
.dm-contact-1-form-input:focus-within {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.dm-contact-1-form .form-btn {
  border: none;
}
.dm-contact-1-form .input-box:is(.has-full-width) {
  grid-column-start: 1;
  grid-column-end: -1;
}
.dm-contact-1-form .button-x-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.dm-contact-1-form .button-x-author:is(.has-full-width) {
  grid-column-start: 1;
  grid-column-end: -1;
}
.dm-contact-1-form .author {
  display: inline-flex;
  gap: 18px;
  align-items: center;
}
.dm-contact-1-form .author-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.dm-contact-1-form .author-name {
  font-size: 20px;
  color: #fff;
}
.dm-contact-1-form .author-dg {
  font-size: 15px;
  color: #6a6a6a;
}

/*
    wow-plus-start
*/
@keyframes wa-rotated {
  to {
    transform: rotate(360deg);
  }
}
@keyframes wa-rotated-minus {
  to {
    transform: rotate(-360deg);
  }
}
/*
    faqs-3-end
*/
/*
	cta-3-start
*/
.dm-cta-1-area {
  background-color: #000;
}
.dm-cta-1-bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-cta-1-bg-shape-1 {
    width: 75%;
    height: auto;
  }
}
.dm-cta-1-bg-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-cta-1-bg-shape-2 {
    width: 45%;
    height: auto;
  }
}
.dm-cta-1-hand-1 {
  width: 51%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: difference;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-cta-1-hand-1 {
    width: 60%;
  }
}
.dm-cta-1-hand-2 {
  width: 49%;
  position: absolute;
  right: 0;
  top: 18%;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-cta-1-hand-2 {
    width: 58%;
    top: 24%;
  }
}
.dm-cta-1-wrap {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-cta-1-wrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-cta-1-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .dm-cta-1-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.dm-cta-1-content {
  max-width: 1230px;
  margin: 0 auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-cta-1-content {
    max-width: 100%;
  }
}
.dm-cta-1-content-title {
  font-size: 260px;
  color: #fff;
  line-height: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .dm-cta-1-content-title {
    font-size: 220px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dm-cta-1-content-title {
    font-size: 195px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-cta-1-content-title {
    font-size: 165px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-cta-1-content-title {
    font-size: 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-cta-1-content-title {
    font-size: 105px;
  }
}
@media (max-width: 767px) {
  .dm-cta-1-content-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dm-cta-1-content-title {
    font-size: 80px;
  }
}
.dm-cta-1-content-title:nth-child(2) {
  text-align: right;
}
.dm-cta-1-content-title span {
  background: var(--dm-clr-gd-1);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dm-cta-1-content-title span  div {
  background-image: var(--dm-clr-gd-1) !important;
}
.dm-cta-1-content-social {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  padding-right: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-cta-1-content-social {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .dm-cta-1-content-social {
    justify-content: center;
  }
}
.dm-cta-1-content-social .single-link {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  border-radius: 40px;
  background-color: #212121;
  color: #fff;
  opacity: 1;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  transition: var(--cube-2);
}
.dm-cta-1-content-social .single-link .icon {
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.dm-cta-1-content-social .single-link {
  /* the label is folded away so the link reads as a plain
     icon circle until it is hovered */
}
.dm-cta-1-content-social .single-link .text {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: var(--cube-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-cta-1-content-social .single-link .text {
    max-width: 200px;
    opacity: 1;
    padding-left: 8px;
  }
}
.dm-cta-1-content-social .single-link:hover {
  background-color: #FCE475;
  color: #000;
}
.dm-cta-1-content-social .single-link:hover .text {
  max-width: 200px;
  opacity: 1;
  padding: 5px 0;
  padding-left: 8px;
}

/*
	cta-3-end
*/
/*---------------------------------------------------- */
/*Faq area*/
/*----------------------------------------------------*/
.nxr-faq-sec {
  padding: 0px 20px 100px;
}

.nxr-fq-img {
  bottom: 0;
  left: 20px;
  overflow: hidden;
  border-radius: 20px;
  border-top-left-radius: 0;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-fq-img {
    display: none;
  }
}
.nxr-fq-img .item-cta {
  left: 16px;
  bottom: 16px;
  width: 100%;
  height: 405px;
  padding: 28px;
  max-width: 340px;
  border-radius: 14px;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.5215686275) inset;
}
.nxr-fq-img .item-cta .item-img {
  width: 75px;
  height: 88px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 25px;
}
.nxr-fq-img .item-cta .item-text h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
  padding-bottom: 10px;
}
.nxr-fq-img .item-cta .item-text p {
  opacity: 0.8;
  color: #000000;
}
.nxr-fq-img .item-cta .item-text .nxr-btn1 a span {
  padding: 7px 15px;
  background: linear-gradient(180deg, #716F6F 0%, #000000 100%);
}
.nxr-fq-img .item-cta .item-text .nxr-btn1 a .btn-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #716F6F 0%, #000000 100%);
}
.nxr-fq-img .item-cta .item-text .nxr-btn1 a i {
  top: 1px;
}
.nxr-fq-img .item-bottom {
  gap: 12px;
  margin-top: 40px;
}
.nxr-fq-img .item-bottom .item-icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #EBEBEB;
}
.nxr-fq-img .item-bottom .item-text p {
  opacity: 0.72;
  color: #000000;
  font-size: 14px;
}
.nxr-fq-img .item-bottom .item-text a {
  color: #000000;
}

.nxr-faq-wrapper {
  padding-top: 110px;
  border-radius: 32px;
  padding-bottom: 90px;
  background-color: #fff;
}
.nxr-faq-wrapper .tab-content {
  width: 100%;
  max-width: 817px;
}

@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), (max-width: 767px), (max-width: 480px) {
  .nxr-faq-top-content {
    flex-wrap: wrap;
  }
}
.nxr-faq-top-content .nxr-sec-title {
  margin: 0;
}

.nxr-faq-tab-btn {
  width: 100%;
  max-width: 817px;
  padding-bottom: 26px;
  border-bottom: 3px solid #EBEBEB;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-faq-tab-btn {
    max-width: 100%;
  }
}

.nxr-faq-btn {
  width: 100%;
  color: #000000;
  font-size: 22px;
  font-weight: 500;
}
.nxr-faq-btn .nav-tabs {
  width: 100%;
}
.nxr-faq-btn .nav-tabs .nav-link {
  color: #000000;
  line-height: 1;
  padding: 15px 46px;
  position: relative;
  border-radius: 10px;
  border: 2px solid transparent;
  font-family: var(--nxr-space);
  transition: all 500ms ease-in-out;
}
.nxr-faq-btn .nav-tabs .nav-link:before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  transition: all 500ms ease-in-out;
}
.nxr-faq-btn .nav-tabs .nav-link:is(.active) {
  padding: 15px 46px;
  border-radius: 10px;
  color: var(--nxr-prime-c);
  border: 2px solid #FFFFFF;
  box-shadow: 2px 6px 18px 0px rgba(0, 0, 0, 0.1607843137);
}
.nxr-faq-btn .nav-tabs .nav-link:is(.active):before {
  opacity: 1;
}
.nxr-faq-btn .nav {
  display: flex;
  justify-content: space-between;
}

.nxr-faq1-content {
  width: 100%;
  max-width: 817px;
  margin-top: 50px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-faq1-content {
    max-width: 100%;
  }
}
.nxr-faq1-content .accordion-item,
.nxr-faq1-content .accordion-button {
  background-color: transparent;
  transition: all 200ms ease-in-out;
}
.nxr-faq1-content .accordion-item {
  border: none;
  position: relative;
  margin-bottom: 6px;
  background-color: #000000;
  border-radius: 14px;
  transition: all 200ms ease-in-out;
}
@media (max-width: 480px) {
  .nxr-faq1-content .accordion-item {
    padding: 23px 15px 23px 15px;
  }
}
.nxr-faq1-content .accordion-item:is(.active) {
  border: 1px solid rgba(13, 27, 42, 0.12) !important;
}
.nxr-faq1-content .accordion-button {
  padding: 0;
  border: none;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  position: relative;
  padding: 27px 24px;
  background-color: #fff;
  border: 2px solid #EBEBEB;
  font-family: var(--nxr-space);
  border-radius: 14px !important;
}
.nxr-faq1-content .accordion-button i {
  opacity: 0.5;
  margin-left: -40px;
  margin-right: 18px;
  transition: all 500ms ease-in-out;
}
@media (max-width: 480px) {
  .nxr-faq1-content .accordion-button i {
    margin-left: 0;
    margin-right: 10px;
  }
}
.nxr-faq1-content .accordion-button span {
  max-width: 85%;
  display: inline-block;
}
.nxr-faq1-content .accordion-button:focus {
  box-shadow: none;
}
.nxr-faq1-content .accordion-body {
  padding: 32px;
  font-size: 18px;
  transition: all 500ms ease-in-out;
}
.nxr-faq1-content .accordion-body .bi-faq-text {
  opacity: 0.8;
  color: #fff;
  max-width: 730px;
}
.nxr-faq1-content .accordion-button::after {
  top: 26px;
  right: 25px;
  opacity: 1;
  width: 28px;
  color: #fff;
  height: 28px;
  display: flex;
  font-size: 18px;
  content: "+";
  font-weight: 900;
  position: absolute;
  border-radius: 100%;
  align-items: center;
  border-radius: 100%;
  background: #000000;
  background-image: none;
  justify-content: center;
  transition: all 400ms ease;
  font-family: "Font Awesome 6 free";
  box-shadow: 1px 6px 10px 0px rgba(0, 0, 0, 0.3215686275);
}
@media (max-width: 480px) {
  .nxr-faq1-content .accordion-button::after {
    top: 50%;
    right: 0px;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    background-color: transparent;
  }
}
.nxr-faq1-content .accordion-button:not(.collapsed) {
  color: var(--nxr-prime-c);
  box-shadow: none;
  font-weight: 500;
  background-color: #F5F5F5;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.nxr-faq1-content .accordion-button:not(.collapsed) span {
  color: var(--nxr-prime-c);
}
.nxr-faq1-content .accordion-button:not(.collapsed) i {
  opacity: 1;
}
.nxr-faq1-content .accordion-button:not(.collapsed):after {
  opacity: 1;
  color: #fff;
  content: "\f068";
  background-color: var(--nxr-prime-c);
}
@media (max-width: 480px) {
  .nxr-faq1-content .accordion-button:not(.collapsed):after {
    display: none;
  }
}

.ca-faq-sec {
  background-color: #EFEFEF;
}
.ca-faq-sec .container {
  max-width: 1454px;
}

.ca-faq-top {
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid #DDDDDD;
}

.ca-faq-content {
  gap: 40px;
  display: flex;
  justify-content: space-between;
}

.ca-faq-box {
  width: 100%;
  max-width: 437px;
}
.ca-faq-box .item-img-text {
  gap: 16px;
  border-radius: 20px;
  padding: 6px 20px 6px 6px;
  background-color: #0F0F0F;
}
.ca-faq-box .item-img-text .item-img {
  width: 183px;
  height: 160px;
  overflow: hidden;
  border-radius: 16px;
}
.ca-faq-box .item-img-text .item-text {
  max-width: 212px;
}
.ca-faq-box .item-img-text .item-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 6px;
  letter-spacing: -0.5px;
}
.ca-faq-box .item-img-text .item-text span {
  color: #D3D2D2;
}
.ca-faq-box .item-img-text .item-text .nx-btn1 a span {
  color: #000000;
}
.ca-faq-box .inner-text {
  padding: 20px;
  margin-top: 12px;
  border-radius: 24px;
  background-color: #fff;
}
.ca-faq-box .inner-text h3 {
  gap: 8px;
  display: flex;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
  padding-bottom: 10px;
}

.ca-faq-accordion-area {
  width: 100%;
  max-width: 887px;
}
.ca-faq-accordion-area h3 {
  color: #000000;
  font-size: 44px;
  font-weight: 700;
  max-width: 480px;
}
.ca-faq-accordion-area .accordion-item,
.ca-faq-accordion-area .accordion-button {
  background-color: #fff;
  background-color: transparent;
  transition: all 200ms ease-in-out;
}
.ca-faq-accordion-area .accordion-item {
  border: none;
  position: relative;
  margin-bottom: 8px;
  border-radius: 20px;
  background-color: #fff;
  transition: all 200ms ease-in-out;
}
.ca-faq-accordion-area .accordion-item:last-child {
  margin-bottom: 0;
}
.ca-faq-accordion-area .accordion-button {
  border: none;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  letter-spacing: -0.5px;
  padding: 29px 24px 26px;
  font-family: var(--ca-heading);
}
.ca-faq-accordion-area .accordion-button span {
  gap: 12px;
  display: flex;
  color: #000014;
  align-items: center;
}
@media (max-width: 767px), (max-width: 480px) {
  .ca-faq-accordion-area .accordion-button span {
    flex-wrap: wrap;
  }
}
.ca-faq-accordion-area .accordion-button i {
  margin-right: 10px;
  font-style: normal;
}
.ca-faq-accordion-area .accordion-button:focus {
  box-shadow: none;
}
.ca-faq-accordion-area .accordion-body {
  padding: 0;
  font-size: 18px;
  border-top: 1px solid #E9E9E9;
  transition: all 500ms ease-in-out;
}
.ca-faq-accordion-area .accordion-body .bi-faq-text {
  gap: 24px;
  color: #474747;
  font-weight: 400;
  padding-top: 22px;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 24px;
}
.ca-faq-accordion-area .accordion-body .bi-faq-text .item-img {
  width: 172px;
  height: 150px;
  overflow: hidden;
  border-radius: 16px;
}
.ca-faq-accordion-area .accordion-body .bi-faq-text .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ca-faq-accordion-area .accordion-body .bi-faq-text .item-text {
  width: 100%;
  max-width: 650px;
}
.ca-faq-accordion-area .accordion-button::after {
  top: 20px;
  right: 20px;
  content: "+";
  width: 40px;
  color: #fff;
  height: 40px;
  display: flex;
  font-weight: 900;
  position: absolute;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  background-color: #000;
  font-family: "Font Awesome 6 Free";
}
.ca-faq-accordion-area .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.ca-faq-accordion-area .accordion-button:not(.collapsed):after {
  content: "\f068";
}
.ca-faq-accordion-area:is(.ver_2) .accordion-item {
  background-color: #000000;
  border: 1px solid rgba(53, 53, 53, 0.5019607843);
}
.ca-faq-accordion-area:is(.ver_2) .accordion-button i {
  opacity: 0.7;
  color: #E4E4E4;
}
.ca-faq-accordion-area:is(.ver_2) .accordion-button span {
  color: #fff;
}
.ca-faq-accordion-area:is(.ver_2) .accordion-button::after {
  top: 15px;
  right: 20px;
  color: #fff;
  width: 40px;
  content: "+";
  height: 40px;
  display: flex;
  transform: none;
  font-weight: 700;
  align-items: center;
  position: absolute;
  border-radius: 100%;
  justify-content: center;
  background-color: rgba(53, 53, 53, 0.6);
  background-image: none;
  font-family: "Font Awesome 5 Free";
}
.ca-faq-accordion-area:is(.ver_2) .accordion-button:not(.collapsed):after {
  transform: none;
  background-color: var(--nx-prime-c2);
  content: "\f068";
}
.ca-faq-accordion-area:is(.ver_2) .accordion-body .bi-faq-text {
  color: #E4E4E4;
  max-width: 900px;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.nxr-blog-top {
  gap: 20px;
}
.nxr-blog-top .nxr-sec-title {
  margin: 0;
}
.nxr-blog-top .item-desc {
  max-width: 570px;
}
.nxr-blog-top .item-desc p {
  opacity: 0.8;
  color: #000;
  font-size: 18px;
}

.nxr-blog-content {
  gap: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-blog-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-blog-content {
    grid-template-columns: 1fr;
  }
}

.nxr-blog-item {
  padding-bottom: 80px;
  transition: all 500ms ease-in-out;
}
.nxr-blog-item .item-author {
  border-radius: 16px;
  background-color: #fff;
  padding: 12px 20px 12px 12px;
}
.nxr-blog-item .item-author .item_img_text {
  gap: 12px;
}
.nxr-blog-item .item-author .item_img_text .item-img {
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 10px;
}
.nxr-blog-item .item-author .item_img_text .item-text span {
  opacity: 0.68;
  color: #000000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.5px;
}
.nxr-blog-item .item-author .item_img_text .item-text h3 {
  line-height: 1;
  font-size: 18px;
  letter-spacing: -1px;
}
.nxr-blog-item .item-author .item-meta {
  color: #000;
  font-size: 14px;
  font-family: var(--nxr-space);
}
.nxr-blog-item .blg-item-img {
  height: 370px;
  overflow: hidden;
  border-radius: 18px;
  position: relative;
  border: 4px solid #fff;
  transition: all 500ms ease-in-out;
}
.nxr-blog-item .blg-item-img:before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  transition: all 500ms ease-in-out;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.nxr-blog-item .blg-item-text {
  left: 0px;
  right: 15px;
  z-index: 1;
  overflow: hidden;
  bottom: 0px;
  height: 55px;
  max-width: 395px;
  position: absolute;
  transition: all 500ms ease-in-out;
}
.nxr-blog-item .blg-item-text .blg_title {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  max-width: 475px;
  font-weight: 500;
  padding-bottom: 8px;
  letter-spacing: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-blog-item .blg-item-text .blg_title {
    font-size: 22px;
  }
}
.nxr-blog-item .blg-item-text p {
  opacity: 0.8;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nxr-blog-item .blg-item-text .read_more_btn {
  margin-top: 18px;
  display: inline-block;
}
.nxr-blog-item .blg-item-text .read_more_btn .read_more {
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  letter-spacing: -0.5px;
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 4px 4px 4px 14px;
  font-family: var(--nxr-space);
  border: 1px solid var(--nxr-prime-c);
}
.nxr-blog-item .blg-item-text .read_more_btn .read_more i {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background-color: var(--nxr-prime-c);
}
.nxr-blog-item:hover {
  padding-bottom: 0;
}
.nxr-blog-item:hover .blg-item-img {
  height: 455px;
}
.nxr-blog-item:hover .blg-item-img:before {
  height: 85%;
}
.nxr-blog-item:hover .blg-item-text {
  left: 40px;
  bottom: 40px;
  height: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-blog-item:hover .blg-item-text {
    height: 200px;
  }
}
.nxr-blog-item:hover .blg-item-text .blg_title {
  color: #fff;
  font-weight: 700;
}

.ca-blog-content {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1750px;
}
.ca-blog-content .ca-sec-title {
  margin: 0 auto;
  max-width: 750px;
}

.ca-blog-item-wrapper {
  gap: 16px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .ca-blog-item-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.ca-blog-thumb-item {
  width: 100%;
  overflow: hidden;
  max-width: 856px;
  border-radius: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-blog-thumb-item {
    height: 520px;
  }
}
.ca-blog-thumb-item:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}
.ca-blog-thumb-item .item-link {
  top: 40px;
  right: 40px;
  position: absolute;
}
@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), (max-width: 767px), (max-width: 480px) {
  .ca-blog-thumb-item .item-link {
    display: none;
  }
}
.ca-blog-thumb-item .item-tag {
  gap: 8px;
  top: 40px;
  left: 40px;
  display: flex;
  position: absolute;
}
@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), (max-width: 767px), (max-width: 480px) {
  .ca-blog-thumb-item .item-tag {
    top: 20px;
    left: 20px;
    right: 20px;
  }
}
.ca-blog-thumb-item .item-tag a {
  gap: 8px;
  color: #fff;
  display: flex;
  font-size: 16px;
  line-height: 0.8;
  font-weight: 500;
  padding: 8px 15px;
  align-items: center;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1490196078);
}
.ca-blog-thumb-item .item-text {
  left: 40px;
  z-index: 2;
  bottom: 40px;
  max-width: 650px;
  position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-blog-thumb-item .item-text {
    left: 20px;
    bottom: 20px;
  }
}
.ca-blog-thumb-item .item-text .inner-tag {
  margin-bottom: 12px;
}
.ca-blog-thumb-item .item-text .inner-tag a {
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}
.ca-blog-thumb-item .item-text .inner-tag a span {
  opacity: 0.7;
}
.ca-blog-thumb-item .item-text .blg_title {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ca-blog-thumb-item .item-text .blg_title {
    font-size: 24px;
  }
}
.ca-blog-thumb-item .item-text .read_more {
  width: 48px;
  height: 48px;
  display: flex;
  margin-top: 30px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.ca-blog-item {
  width: 100%;
  padding: 20px;
  max-width: 416px;
  border-radius: 32px;
  background-color: #fff;
}
.ca-blog-item .item-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
  display: inline-block;
  transition: all 500ms ease-in-out;
}
.ca-blog-item .item-img .inner-img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 20px;
  transition: all 500ms ease-in-out;
}
.ca-blog-item .item-text {
  padding: 12px;
  margin-top: 130px;
}
.ca-blog-item .item-link {
  top: 30px;
  right: 30px;
  position: absolute;
}
.ca-blog-item .inner-tag {
  margin-bottom: 12px;
}
.ca-blog-item .inner-tag a {
  color: #000;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
}
.ca-blog-item .inner-tag a span {
  opacity: 0.7;
}
.ca-blog-item .blg_title {
  color: #000;
  max-width: 340px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1px;
}
.ca-blog-item .read_more {
  width: 48px;
  height: 48px;
  display: flex;
  margin-top: 30px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  background-color: var(--ca-prime-c);
}
.ca-blog-item .read_more:hover {
  background-color: #000;
}
.ca-blog-item:hover .item-img .inner-img {
  width: 200px;
  height: 200px;
}

/*
	blog-1-start
*/
.dm-blog-1-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-blog-1-top {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.dm-blog-1-top-right {
  max-width: 620px;
  width: 100%;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-blog-1-top-right {
    max-width: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-blog-1-top-right {
    max-width: 100%;
  }
}
.dm-blog-1-top-right .btn-elm {
  margin-top: 35px;
}
.dm-blog-1-sec-title .dm-sec-title-1 {
  max-width: 760px;
}
.dm-blog-1-wrap {
  display: grid;
  grid-template-columns: 2.05fr 1fr 1fr;
  gap: 18px;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-blog-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .dm-blog-1-wrap {
    grid-template-columns: 1fr;
  }
}
.dm-blog-1-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-blog-1-col {
    height: 420px;
  }
}
.dm-blog-1 {
  /* the image card takes whatever the text card leaves, so both
     columns still line up with the big card next to them */
}
.dm-blog-1-img-card {
  flex: 1 1 auto;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .dm-blog-1-img-card {
    flex: 0 0 auto;
    height: 260px;
  }
}
.dm-blog-1-img-card img {
  transition: var(--cube-2);
}
.dm-blog-1-img-card:hover img {
  transform: scale(1.06);
}
.dm-blog-1-big {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  grid-row: span 2;
  min-height: 506px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-blog-1-big {
    grid-column: 1/-1;
    grid-row: auto;
    height: 420px;
  }
}
@media (max-width: 767px) {
  .dm-blog-1-big {
    height: 340px;
  }
}
.dm-blog-1-big img {
  transition: var(--cube-2);
}
.dm-blog-1-big {
  /* the copy sits on the photo, so it needs its own shade to stay readable */
}
.dm-blog-1-big::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgb(0, 0, 0) 100%);
  z-index: 1;
}
.dm-blog-1-big-content {
  position: absolute;
  left: 45px;
  right: 45px;
  bottom: 50px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-blog-1-big-content {
    left: 35px;
    right: 35px;
    bottom: 35px;
  }
}
@media (max-width: 767px) {
  .dm-blog-1-big-content {
    left: 25px;
    right: 25px;
    bottom: 25px;
  }
}
.dm-blog-1-big-content .disc {
  color: #fff;
  max-width: 570px;
}
@media (max-width: 767px) {
  .dm-blog-1-big-content .disc {
    font-size: 16px;
  }
}
.dm-blog-1-big-title {
  font-family: var(--dm-font-1);
  font-weight: 700;
  font-size: 36px;
  line-height: 1.166;
  max-width: 560px;
  margin-bottom: 14px;
  transition: var(--cube-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-blog-1-big-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .dm-blog-1-big-title {
    font-size: 24px;
  }
}
.dm-blog-1-big-title a {
  color: #fff;
  transition: var(--cube-2);
}
.dm-blog-1-big-title:hover a {
  color: var(--dm-clr-pr-1);
}
.dm-blog-1-big:hover img {
  transform: scale(1.06);
}
.dm-blog-1-date {
  font-family: var(--nxr-inter);
  font-weight: 400;
  font-size: 16px;
  color: #000;
  opacity: 80%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dm-blog-1-date i {
  color: var(--dm-clr-pr-1);
}
.dm-blog-1-big .dm-blog-1-date {
  color: #fff;
}
.dm-blog-1-text-card {
  background-color: #ECECEC;
  border: 2px solid #fff;
  border-radius: 12px;
  padding: 20px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-blog-1-text-card {
    padding: 20px;
  }
}
.dm-blog-1-title {
  font-family: var(--dm-font-1);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.227;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-blog-1-title {
    font-size: 20px;
  }
}
.dm-blog-1-title a {
  color: #000;
  transition: var(--cube-2);
}
.dm-blog-1-title:hover a {
  color: var(--dm-clr-pr-1);
}

/*
	blog-1-end
*/
/*---------------------------------------------------- */
/******* INNER PAGES *******/
/*Breadcrumb + 404 area*/
/*----------------------------------------------------*/
/*
	breadcrumb-1-start
*/
.dm-breadcrumb-1-area {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding-top: 260px;
  padding-bottom: 140px;
  background-color: #000;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dm-breadcrumb-1-area {
    padding-top: 240px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-breadcrumb-1-area {
    padding-top: 230px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-breadcrumb-1-area {
    padding-top: 200px;
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-breadcrumb-1-area {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .dm-breadcrumb-1-area {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
.dm-breadcrumb-1-area::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(46% 62% at 10% 0%, rgba(253, 63, 0, 0.55) 0%, rgba(253, 63, 0, 0) 100%), radial-gradient(44% 68% at 94% 108%, rgba(250, 163, 24, 0.38) 0%, rgba(239, 61, 37, 0) 100%);
}
.dm-breadcrumb-1-content {
  text-align: center;
}
.dm-breadcrumb-1-title {
  color: #fff;
  max-width: 1000px;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .dm-breadcrumb-1-title {
    margin-bottom: 14px;
  }
}
.dm-breadcrumb-1-list {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 700;
  align-items: center;
  letter-spacing: 4%;
  justify-content: center;
  text-transform: uppercase;
  font-family: var(--dm-font-1);
}
@media (max-width: 767px) {
  .dm-breadcrumb-1-list {
    gap: 8px;
    font-size: 17px;
  }
}
.dm-breadcrumb-1-list li {
  gap: 12px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  transition: var(--cube-2);
}
@media (max-width: 767px) {
  .dm-breadcrumb-1-list li {
    gap: 8px;
  }
}
.dm-breadcrumb-1-list li:not(:last-child)::after {
  content: "/";
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
}
.dm-breadcrumb-1-list li a {
  color: inherit;
  opacity: 70%;
  transition: var(--cube-2);
}
.dm-breadcrumb-1-list li a:hover {
  opacity: 1;
  color: var(--dm-clr-pr-1);
}
.dm-breadcrumb-1-list li:is(.active) {
  color: var(--dm-clr-pr-1);
}

/*
	breadcrumb-1-end
*/
/*
	error-1-start
*/
.dm-error-1-area {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-error-1-area {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .dm-error-1-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.dm-error-1-wrap {
  z-index: 1;
  width: 100%;
  max-width: 860px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.dm-error-1-shape {
  top: 50%;
  left: 50%;
  width: 460px;
  height: 460px;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  animation: dm_error_1_spin 26s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-error-1-shape {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 767px) {
  .dm-error-1-shape {
    width: 240px;
    height: 240px;
  }
}
.dm-error-1-shape::after {
  content: "";
  top: 50%;
  left: 50%;
  width: 76%;
  height: 76%;
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(253, 63, 0, 0.22) 0%, rgba(253, 63, 0, 0) 100%);
}
.dm-error-1-number {
  line-height: 0.9;
  font-size: 280px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: -2%;
  font-family: var(--dm-font-1);
  background: var(--dm-clr-gd-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dm-error-1-number {
    font-size: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-error-1-number {
    font-size: 230px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-error-1-number {
    font-size: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-error-1-number {
    font-size: 165px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .dm-error-1-number {
    font-size: 110px;
    margin-bottom: 18px;
  }
}
.dm-error-1-title {
  margin-bottom: 18px;
}
.dm-error-1-disc {
  max-width: 620px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .dm-error-1-disc {
    margin-bottom: 30px;
  }
}

@keyframes dm_error_1_spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*
	error-1-end
*/
/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
.nxr-footer-scroller {
  display: flow-root;
}
.nxr-footer-scroller .nxr-ftr-insta {
  margin: 0px 4px;
  display: inline-block;
}
.nxr-footer-scroller .nxr-ftr-insta .item-img {
  width: 253px;
  height: 264px;
  overflow: hidden;
  border-radius: 16px;
}

.nxr-inst-follow {
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.nxr-inst-follow a {
  font-size: 16px;
  box-shadow: inset 0px 3px 3px 0px #B5B5B5, inset 0px -4px 4px 0px rgba(0, 0, 0, 0.6392156863), 0px 0px 0px 2px rgba(255, 255, 255, 0.3215686275) !important;
  line-height: 1;
  z-index: 1;
  overflow: hidden;
  padding: 20px 24px;
  border-radius: 16px;
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%);
  text-decoration: none;
  transition: 500ms all ease;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: rgba(0, 0, 0, .8);
}
.nxr-inst-follow a:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(180deg, #F0F0F0 0%, #EDEDED 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.nxr-inst-follow a:after {
  left: 0;
  z-index: -1;
  bottom: 0;
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  border-radius: 16px;
  background: var(--nxr-prime-c);
  transition: all 500ms ease-in-out;
}
.nxr-inst-follow a:hover {
  color: var(--nxr-prime-c);
}
.nxr-inst-follow a:hover:after {
  height: 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), (max-width: 767px), (max-width: 480px) {
  .nxr-footer-top {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.nxr-footer-top h2 {
  color: #fff;
  width: 100%;
  line-height: 1;
  font-size: 92px;
  max-width: 700px;
  font-weight: 700;
  letter-spacing: -2.5px;
}
.nxr-footer-top h2 span {
  display: block;
  font-style: italic;
  color: var(--nxr-prime-c);
  font-family: var(--nxr-playfair);
}
.nxr-footer-top .nxr-footer-menu {
  z-index: 2;
  max-width: 960px;
  position: relative;
  margin-left: -140px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-footer-top .nxr-footer-menu {
    margin-left: 0;
  }
}
.nxr-footer-top .nxr-footer-menu li {
  margin-left: 10px;
  margin-bottom: 5px;
}
.nxr-footer-top .nxr-footer-menu li a {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  padding: 15px 26px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1607843137);
}
.nxr-footer-top .nxr-footer-menu li a:hover {
  background-color: var(--nxr-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), (max-width: 767px), (max-width: 480px) {
  .nxr-footer-bottom {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-footer-bottom {
    flex-wrap: wrap;
  }
}
.nxr-footer-bottom li a {
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
}

.nxr-footer-part1 {
  gap: 100px;
  width: 100%;
  max-width: 1005px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .nxr-footer-part1 {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-footer-part1 {
    flex-wrap: wrap;
  }
}

.nxr-ftr-img-part {
  width: 100%;
  height: 288px;
  max-width: 482px;
  border-radius: 20px;
}
.nxr-ftr-img-part .item-img1 {
  padding: 60px 50px 50px;
}
.nxr-ftr-img-part .item-img2 {
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.nxr-footer-menu-part {
  width: 100%;
  max-width: 420px;
}
.nxr-footer-menu-part .widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 15px;
  letter-spacing: -1px;
}
.nxr-footer-menu-part ul {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.nxr-footer-menu-part li a {
  width: 100%;
  opacity: 0.8;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  padding: 14px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.nxr-footer-menu-part li a:hover {
  letter-spacing: 1px;
  color: var(--nxr-prime-c);
  opacity: 1;
}

.nxr-footer-part2 {
  width: 100%;
  max-width: 258px;
}
.nxr-footer-part2 .ftr-cta-item {
  margin-bottom: 42px;
}
.nxr-footer-part2 .ftr-cta-item:last-child {
  margin-bottom: 0;
}
.nxr-footer-part2 .ftr-cta-item h3 {
  opacity: 0.6;
  color: #FFFFFF;
  font-size: 16px;
  padding-bottom: 6px;
  letter-spacing: -0.5px;
}
.nxr-footer-part2 .ftr-cta-item a {
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
}

.nxr-ftr-copyright {
  padding: 25px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .nxr-ftr-copyright {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.nxr-ftr-copyright p {
  color: #fff;
}
.nxr-ftr-copyright p a {
  color: var(--nxr-prime-c);
}
.nxr-ftr-copyright .item-social a {
  color: #FFFFFF;
  margin-left: 28px;
}
.nxr-ftr-copyright .item-social a i {
  margin-right: 8px;
}
.nxr-ftr-copyright .item-social a:hover {
  color: var(--nxr-prime-c);
}

.ca-footer-sec {
  z-index: 1;
  position: relative;
}
.ca-footer-sec:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.ca-footer-content {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1750px;
}

.ca-footer-top {
  gap: 40px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .ca-footer-top {
    flex-wrap: wrap;
  }
}

.ca-footer-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), (max-width: 767px), (max-width: 480px) {
  .ca-footer-bottom {
    flex-wrap: wrap;
  }
}

.ca-ftr-logo {
  width: 100%;
  max-width: 615px;
}
.ca-ftr-logo h3 {
  color: #fff;
  line-height: 0.7;
  font-size: 340px;
  letter-spacing: -22px;
  font-family: "Squada One", sans-serif;
}
@media (max-width: 767px), (max-width: 480px) {
  .ca-ftr-logo h3 {
    font-size: 200px;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .ca-ftr-logo h3 {
    font-size: 100px;
    letter-spacing: 0;
  }
}
.ca-ftr-logo span {
  top: 0;
  right: 0;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  position: absolute;
  font-family: var(--ca-heading);
}

.ca-ftr-newsletter {
  max-width: 412px;
}
.ca-ftr-newsletter h3 {
  color: #fff;
  display: flex;
  line-height: 1;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  align-items: center;
}
.ca-ftr-newsletter h3 i {
  width: 35px;
  height: 32px;
}
.ca-ftr-newsletter p {
  color: #fff;
  padding-bottom: 60px;
}
.ca-ftr-newsletter form {
  position: relative;
}
.ca-ftr-newsletter form input {
  width: 100%;
  height: 56px;
  border: none;
  color: #E5E5E5;
  background-color: transparent;
  border-bottom: 1px solid #565656;
}
.ca-ftr-newsletter form input::placeholder {
  color: #E5E5E5;
}
.ca-ftr-newsletter form button {
  top: 0;
  right: 0;
  color: #fff;
  width: 44px;
  height: 44px;
  border: none;
  position: absolute;
  border-radius: 100%;
  transition: all 500ms ease-in-out;
  background-color: var(--ca-prime-c);
}
.ca-ftr-newsletter form button:hover {
  transform: scale(1.1);
}

.ca-ftr-menu-widget-area {
  gap: 32px;
  width: 100%;
  max-width: 452px;
}
.ca-ftr-menu-widget-area .ca-ftr-menu {
  width: 100%;
  max-width: 220px;
}
.ca-ftr-menu-widget-area .ca-ftr-menu h3 {
  opacity: 0.8;
  color: #E4E4E4;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  letter-spacing: -1px;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.ca-ftr-menu-widget-area .ca-ftr-menu h3:before {
  left: 0;
  bottom: 0;
  height: 1px;
  content: "";
  width: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3019607843);
}
.ca-ftr-menu-widget-area .ca-ftr-menu h3:after {
  left: 0;
  bottom: 0;
  width: 24px;
  height: 3px;
  content: "";
  position: absolute;
  background-color: var(--ca-prime-c);
}
.ca-ftr-menu-widget-area .ca-ftr-menu li {
  margin-bottom: 12px;
}
.ca-ftr-menu-widget-area .ca-ftr-menu li a {
  font-size: 18px;
  font-weight: 500;
  color: rgba(228, 228, 228, 0.8);
}
.ca-ftr-menu-widget-area .ca-ftr-menu li a:hover {
  color: rgb(255, 255, 255);
}

.ca-ftr-cta {
  width: 100%;
  max-width: 322px;
}
.ca-ftr-cta h3 {
  opacity: 0.8;
  color: #E4E4E4;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  letter-spacing: -1px;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.ca-ftr-cta h3:before {
  left: 0;
  bottom: 0;
  height: 1px;
  content: "";
  width: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3019607843);
}
.ca-ftr-cta h3:after {
  left: 0;
  bottom: 0;
  width: 24px;
  height: 3px;
  content: "";
  position: absolute;
  background-color: var(--ca-prime-c);
}
.ca-ftr-cta .cta-social a:hover {
  transform: scale(1.1);
}
.ca-ftr-cta .cta-text a {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  font-family: var(--ca-heading);
}

.ca-ftr-text {
  color: #fff;
  font-size: 18px;
  max-width: 570px;
  line-height: 1.5;
}
.ca-ftr-text span {
  width: 80px;
}

.ca-ftr-copyright {
  padding: 32px 0px;
  border-top: 1px solid rgba(86, 86, 86, 0.6);
}
.ca-ftr-copyright p {
  color: var(--ca-prime-c);
}
.ca-ftr-copyright p a {
  color: #fff;
}
.ca-ftr-copyright p:last-child {
  color: #fff;
}

/*
	footer-1-start
*/
.dm-footer-1-area {
  background-color: #000;
  background-position: center bottom;
}
.dm-footer-1-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 90px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-footer-1-top {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-footer-1-top {
    flex-wrap: wrap;
    gap: 45px;
    padding-top: 70px;
    padding-bottom: 45px;
  }
}
.dm-footer-1-about {
  max-width: 520px;
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dm-footer-1-about {
    max-width: 440px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-footer-1-about {
    max-width: 340px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-footer-1-about {
    max-width: 100%;
  }
}
.dm-footer-1-about .disc {
  color: #fff;
  opacity: 60%;
}
.dm-footer-1-logo {
  margin-bottom: 30px;
}
.dm-footer-1-logo img {
  max-width: 173px;
}
.dm-footer-1-widget:nth-child(2) {
  min-width: 215px;
}
.dm-footer-1-widget:nth-child(3) {
  min-width: 300px;
}
.dm-footer-1-widget:last-child {
  min-width: 265px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-footer-1-widget:nth-child(2), .dm-footer-1-widget:nth-child(3), .dm-footer-1-widget:last-child {
    min-width: auto;
  }
}
.dm-footer-1-widget-title {
  font-family: var(--dm-font-1);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4%;
  font-size: 18px;
  color: #FFDD5E;
  margin-bottom: 22px;
}
.dm-footer-1-menu li:not(:last-child) {
  margin-bottom: 11px;
}
.dm-footer-1-menu li a {
  font-family: var(--nxr-inter);
  line-height: 1.4;
  color: #fff;
  opacity: 80%;
  transition: var(--cube-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dm-footer-1-menu li a {
    font-size: 18px;
  }
}
.dm-footer-1-menu li a:hover {
  color: var(--dm-clr-pr-1);
  opacity: 1;
}
.dm-footer-1-info li {
  display: flex;
  gap: 14px;
}
.dm-footer-1-info li:not(:last-child) {
  margin-bottom: 20px;
}
.dm-footer-1-info li .icon {
  color: var(--dm-clr-pr-1);
  font-size: 16px;
  line-height: 1.6;
  flex: 0 0 auto;
}
.dm-footer-1-info li .text {
  font-family: var(--nxr-inter);
  line-height: 1.3;
  color: #fff;
  transition: var(--cube-2);
  opacity: 80%;
}
.dm-footer-1-info li a.text:hover {
  color: var(--dm-clr-pr-1);
  opacity: 1;
}
.dm-footer-1-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 22px 0;
}
@media (max-width: 767px) {
  .dm-footer-1-bottom {
    justify-content: center;
    text-align: center;
  }
}
.dm-footer-1-bottom .copyright {
  color: #fff;
  opacity: 60%;
  font-size: 16px;
}
.dm-footer-1-bottom .copyright a {
  color: var(--dm-clr-pr-1);
}
.dm-footer-1-bottom-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 37px;
}
@media (max-width: 767px) {
  .dm-footer-1-bottom-menu {
    gap: 25px;
  }
}
.dm-footer-1-bottom-menu a {
  font-family: var(--nxr-inter);
  font-size: 16px;
  color: #fff;
  opacity: 80%;
  transition: var(--cube-2);
}
.dm-footer-1-bottom-menu a:hover {
  color: var(--dm-clr-pr-1);
  opacity: 1;
}

/*
	footer-1-end
*/
/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
