/* Body */
body.home-page {
  background-color: #ffffff;
  background-image: none;
}

/* Section - Features */
.section-features {
  margin: 120px 0;
  overflow: hidden;
}

.section-features .swiper-pagination {
  display: none;
}

.swiper.features-swiper {
  overflow: visible;
}

.section-features .heading-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 16px;
  margin-bottom: 60px;
}

.section-features .img-bg {
  border-radius: 20px;
}

.section-features .features-wrapper .feature-item {
  background-color: #000000 !important;
  padding: 24px 0 0 32px;
  height: auto;
  gap: 46px;
}

.features-wrapper .feature-item:nth-child(1) .image-border {
  width: 78%;
  margin-left: auto;
  border-top-left-radius: 20px;
  display: block;
}

.features-wrapper .feature-item:nth-child(1) .attr-1 {
  position: absolute;
  z-index: 10;
  top: 2%;
  width: 90%;
  left: -20%;
}

@media only screen and (max-width: 767px) {
  .section-features {
    margin: 80px 0;
  }
}

/* Section - Hero */
.dzn-hero {
  background: url("../images/hero-bg.png") no-repeat center bottom #000000;
  background-size: 100% auto;
  border-radius: 20px;
  margin: 16px 0px 0px 16px;
  max-width: calc(100% - 32px);
  min-height: calc(100svh - 32px);
  background-position: center bottom;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .dzn-hero {
    background: url("../images/hero-mobile.webp") no-repeat center bottom
      #000000;
    background-size: 100%;
  }
}

.dzn-hero-bg-left {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60%;
  width: 15%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.dzn-hero-bg-right {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60%;
  width: 15%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.dzn-hero-bg-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.dzn-hero .logo a {
  display: inline-block;
}

.dzn-hero a.logo img {
  width: 140px;
  height: auto;
  object-fit: contain;
  aspect-ratio: 258 / 91;
}

.dzn-hero .dzn-hero-content {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 150px 0 90px;
  width: 100%;
  position: relative;
  z-index: 10;
  /* min-height: 55%;   */
}

.dzn-hero .dzn-capsul {
  line-height: 1;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 300px;
  border: solid 1px #ffffff;
  color: #ffffff;
}

.dzn-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.dzn-payment-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 60px;
  filter: invert(1);
  margin-top: 60px;
  align-items: center;
  justify-content: center;
}

.dzn-payment-icons img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.dzn-hero-navigation {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
  z-index: 100;
}

.navigation-mobile-scroll.show-nav {
  bottom: 8px;
  opacity: 1;
}

.navigation-mobile-scroll {
  position: fixed;
  bottom: 8px;
  width: 100%;
  z-index: 999;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.navigation-mobile-scroll.hide-nav {
  bottom: -20px;
  opacity: 0;
}

.navigation-mobile-scroll {
  padding: 0 16px;
}

body.home-page .navbar-nav li.nav-item {
  position: relative;
  transition: background-color 300ms ease;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .dzn-hero a.logo img {
    width: 112px;
  }

  footer .site-logo {
    width: auto;
    height: 48px !important;
  }

  .dzn-hero .dzn-hero-content {
    padding: 110px 0px 0px 0px;
  }

  .dzn-hero .dzn-hero-content h1 {
    width: 310px;
    max-width: 100%;
  }

  .dzn-hero .dzn-hero-content p {
    width: 243px;
    max-width: 100%;
  }

  .dzn-payment-icons {
    gap: 24px;
  }

  .dzn-payment-icons img {
    width: 32px;
  }

  .dzn-scrollup {
    right: 24px;
    bottom: 66px;
  }

  body.home-page .navigation-mobile-scroll li a {
    padding: 0 10px !important;
  }

  /* .navigation-mobile-scroll {
    bottom: 0px;
    padding: 0px;
  }

  .navigation-mobile-scroll .navbar-content::after {
    content: '';
    position: absolute;
    width: 10%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(270deg,rgba(56, 56, 56, 1) 40%, rgba(56, 56, 56, 0.8) 66%, rgba(56, 56, 56, 0.57) 84%, rgba(255, 255, 255, 0) 100%);
  }

  .navigation-mobile-scroll .navbar {
    border-radius: 0;
    padding: 8px 0;
    width: 100%;
  }

  .navigation-mobile-scroll .navbar-nav {
    width: max-content;
    padding: 0 28px 0 8px;
  }

  .navigation-mobile-scroll .navbar-content ul li a span.dzn-capsule-small {
    position: relative;
    top: -2px;
    left: auto;
    margin-right: 6px;
  }

  .navigation-mobile-scroll.show-nav {
    bottom: 0;
  }

  .navigation-mobile-scroll .navbar-content {
    overflow: auto;
  } */

  .navigation-mobile-scroll .navbar-content {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox, Safari 18.2+, Chromium 121+ */
  }
  .navigation-mobile-scroll .navbar-content::-webkit-scrollbar {
    display: none; /* Older Safari and Chromium */
  }

  /* .navigation-mobile-scroll .navbar li a {
    padding: 0 12px !important;
  } */
}

/* Section - Membership */
.section-membership {
  margin: 120px 0;
  overflow: hidden;
}

.swiper.benefits-swiper {
  overflow: visible;
}

.member-benefits-items {
  height: auto;
}

.section-membership .heading-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 16px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .section-membership {
    margin: 80px 0;
  }
}

/* Section - Quote */
.section-quote {
  margin: 120px 0;
}

.section-quote .quote-icon {
  width: 80px;
  margin-bottom: 40px;
}

.section-quote .quote-text {
  max-width: 100%;
  width: 760px;
  text-align: center;
  margin-bottom: 40px;
}

.section-quote .quote-logo {
  width: 50px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .section-quote {
    margin: 80px 0;
  }
}

/* Section - Features */
@keyframes scrollToY100 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-100% - 8px));
  }
}

.section-features .scroll-text-wrap {
  overflow: hidden;
  width: 100%;
  height: 450px;
  text-align: center;
  position: relative;
}

.section-features .scroll-text-wrap::before {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0.8) 66%,
    rgba(0, 0, 0, 0.57) 84%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}

.section-features .scroll-text-wrap::after {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0.8) 66%,
    rgba(0, 0, 0, 0.57) 84%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
  bottom: 0;
}

.section-features .scroll-text-wrap .scroll-text {
  display: flex;
  flex-direction: column;
  animation: scrollToY100 15s linear infinite;
  gap: 16px;
  justify-content: center;
  margin-top: 16px;
}

.section-features .card-features {
  padding: 60px 16px 120px 16px;
  background-color: #000000;
  border-radius: 20px;
  overflow: hidden;
  color: #ffffff;
  position: relative;
}

.section-features .action-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-align: center;
}

.section-features .action-wrap p {
  width: 670px;
  max-width: 100%;
}

.section-features .card-features .attr-1 {
  position: absolute;
  top: 10%;
  right: -6%;
  width: 15%;
  height: auto;
  z-index: 10;
}

.section-features .card-features .attr-2 {
  position: absolute;
  left: -3%;
  bottom: -3%;
  width: 15%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .section-features {
    margin: 80px 0px;
  }

  .section-features .scroll-text-wrap .scroll-text .scroll-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .section-features .scroll-text-wrap {
    height: 350px;
  }

  .section-features .scroll-text-wrap .scroll-text {
    animation: scrollToY100 30s linear infinite;
  }

  .section-features .card-features {
    padding: 24px 16px 80px 16px;
  }

  .section-features .card-features .attr-1,
  .section-features .card-features .attr-2 {
    display: none;
  }
}

/* Section - Powerful Dashboard */
.powerful-dashboard {
  margin: 120px 0px;
}

.powerful-dashboard .card-powerful {
  background-color: #000000;
  padding: 80px 32px 0 32px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.powerful-dashboard .card-powerful .attr-3 {
  position: absolute;
  right: 0;
  top: 4%;
  width: 10%;
}

.powerful-dashboard .card-powerful .attr-4 {
  position: absolute;
  left: -4%;
  top: 19%;
  width: 13%;
}

.powerful-dashboard .card-powerful .heading-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 60px;
  gap: 16px;
}

.powerful-dashboard .card-powerful .img-wrap {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.powerful-dashboard .card-powerful .img-wrap .the-img {
  border-radius: 20px 20px 0px 0px;
}

.powerful-dashboard .card-powerful .img-wrap .attr-1 {
  position: absolute;
  width: 40%;
  top: 40%;
  left: -16%;
}

.powerful-dashboard .card-powerful .img-wrap .attr-2 {
  position: absolute;
  width: 48%;
  top: 31%;
  right: -20%;
}

@media only screen and (max-width: 767px) {
  .powerful-dashboard .card-powerful .img-wrap .the-img {
    border-radius: 10px 10px 0px 0px;
  }

  .powerful-dashboard {
    margin: 80px 0;
  }

  .powerful-dashboard .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .powerful-dashboard .card-powerful {
    border-radius: 0;
  }

  .powerful-dashboard .card-powerful .img-wrap {
    margin-right: -32px;
    width: 90%;
  }

  .powerful-dashboard .card-powerful .img-wrap .attr-2 {
    width: 80%;
    top: 27%;
    right: auto;
    left: -30%;
  }

  .powerful-dashboard .card-powerful .img-wrap .attr-1 {
    display: none;
  }

  .powerful-dashboard .card-powerful .attr-3 {
    top: 0%;
    width: 19%;
  }

  .powerful-dashboard .card-powerful .attr-4 {
    display: none;
  }
}

/* Section - Subscription */
.section-subscription {
  margin: 120px 0;
}

.section-subscription .the-heading {
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-subscription {
    margin: 80px 0;
  }

  .subscription-content-footer a {
    width: 100%;
    z-index: 10;
  }
}

/* Section - FAQ */
.section-faq {
  margin: 120px 0;
}

.section-faq .heading-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 16px;
  margin-bottom: 60px;
}

/* Section - Running cards */
@keyframes scrollToX1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 8px));
  }
}

@keyframes scrollToX2 {
  0% {
    transform: translateX(calc(-50% - 8px));
  }
  100% {
    transform: translateX(0);
  }
}

.running-card-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 60px;
}

.running-cards {
  display: flex;
  width: max-content;
  gap: 16px;
}

.running-cards.x1 {
  animation: scrollToX1 15s linear infinite;
}

.running-cards.x2 {
  animation: scrollToX2 15s linear infinite;
}

.running-card-wrap {
  overflow: hidden;
  width: calc(100% + 32px);
  margin-left: -32px;
}

.running-card {
  display: flex;
  flex-direction: row;
  width: max-content;
  padding: 14px 24px;
  border-radius: 300px;
  border: solid 1px #ffff;
  font-size: 18px;
  align-items: center;
  gap: 16px;
  min-width: 210px;
  justify-content: space-between;
  color: #000000;
  background-color: #ffffff;
  transition: all 300ms ease;
}

.running-card:hover,
.running-card.active {
  background-color: #4d49e9;
  border-color: #4d49e9;
  color: #fff;
}

.running-card img {
  width: 32px;
  height: 30px;
}

@media only screen and (max-width: 767px) {
  .running-card {
    padding: 8px 20px;
    min-width: 170px;
    font-size: 16px;
  }

  .running-card img {
    width: 24px;
    height: 24px;
  }
}

footer .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 0 16px;
  flex-wrap: wrap;
}

footer .navbar-nav .nav-link:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  footer .navbar-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 1.5rem;
  }

  .dzn-copyrignt-footer {
    padding-bottom: 150px;
  }
}

.dzn-btn-border {
  background-color: #141414;
}

@keyframes scrollToX2100 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 24px));
  }
}

.list-sample {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: max-content;
  margin: 40px 0;
  flex-grow: 1;
  align-items: center;
}

.list-sample .list-sample-group {
  display: flex;
  flex-direction: row;
  width: max-content;
  gap: 24px;
  animation: scrollToX2100 40s linear infinite;
}

.list-sample .list-sample-group img {
  aspect-ratio: 1 / 1;
  width: 300px;
  border-radius: 12px;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .list-sample .list-sample-group {
    animation: scrollToX2100 50s linear infinite;
  }

  .list-sample .list-sample-group img {
    width: 220px;
  }
}

/* Recent Works */
.card-recent-works {
  background-color: #000000;
  padding: 120px 32px 120px 32px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

@keyframes scrollRecentWorks {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(calc(90% - 24px));
  }
}

@keyframes scrollRecentWorks2 {
  0% {
    transform: translateY(calc(90% - 24px));
  }
  100% {
    transform: translateY(-10%);
  }
}

@keyframes scrollRecentWorksMobile {
  0% {
    transform: translateX(calc(90% - 24px));
  }
  100% {
    transform: translateX(-10%);
  }
}

.list-recent-works {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: max-content;
  margin: 40px 0;
  flex-grow: 1;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(8deg) translate(-150%, -50%);
}

.list-recent-works-2 {
  transform: rotate(8deg) translate(-256%, -50%);
}

.list-recent-works-3 {
  transform: rotate(8deg) translate(-366%, -50%);
}

.list-recent-works .list-recent-works-group {
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 24px;
  animation: scrollRecentWorks 40s linear infinite;
}

.list-recent-works-2 .list-recent-works-group {
  animation: scrollRecentWorks2 40s linear infinite;
}

.list-recent-works .list-recent-works-group img {
  aspect-ratio: 1 / 1;
  width: 250px;
  border-radius: 12px;
  object-fit: cover;
}

/* @media only screen and (max-width: 767px) {
  .list-recent-works .list-recent-works-group {
    animation: scrollRecentWorks 50s linear infinite;
  }

  .list-recent-works-2 .list-recent-works-group {
    animation: scrollRecentWorks2 50s linear infinite;
  }

  .list-recent-works .list-recent-works-group img {
    width: 220px;
  }
} */

@media (max-width: 1199.98px) {
  .list-recent-works {
    flex-direction: row;
    transform: rotate(4deg) translate(0%, -110%);
  }

  .card-recent-works {
    padding: 0px 32px 60px 32px;
  }

  .wrap-recent-works {
    display: block;
    position: relative;
    overflow: hidden;
    width: calc(100% + 64px);
    left: -32px;
    height: 320px;
  }

  .list-recent-works-2,
  .list-recent-works-3 {
    display: none;
  }

  .list-recent-works .list-recent-works-group {
    flex-direction: row;
    animation: scrollRecentWorksMobile 50s linear infinite;
  }

  .list-recent-works .list-recent-works-group img {
    width: 200px;
  }
}

.dzn-main-rght-wrapper {
  min-height: calc(100vh - 79px);
}

body#page-view-project
  .dzn-accordion-title-wrapper.dzn-project-creater
  .dzn-project-overview
  li:nth-child(3) {
  width: 6%;
}
