@import url("variables-public.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "pathita_scriptregular";
  src: url("fonts/pathita_script-webfont.woff2") format("woff2"),
    url("fonts/pathita_script-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
:root {
  --gradientcolor1: #fff440;
  --gradientcolor2: #95ee42;
  --progressgradient: linear-gradient(
    135deg,
    var(--gradientcolor1) 0%,
    var(--gradientcolor2) 100%
  );
}
.yellow-highlight {
  background-image: url("../images/yellow-hightlight.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.blue-highlight {
  background-image: url("../images/blue-highlight.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}

/* General css */
body {
  font-size: var(--normalfont);
  font-family: "Poppins", sans-serif;
  color: #3c3c3c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
h1 {
  font-size: var(--h1public);
}
h2 {
  font-size: var(--h2public);
}
h3 {
  font-size: var(--h3public);
}
h4 {
  font-size: var(--h4public);
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none !important;
}
.container-620 {
  max-width: 620px;
  margin: 0 auto;
}
.container-85 {
  max-width: 85%;
  margin: 0 auto;
}
.container-70 {
  max-width: 70%;
}
.fw-600 {
  font-weight: 600;
}
.fw-500 {
  font-weight: 500;
}
.bg-red {
  background-color: var(--colorred);
}
.bg-yellow {
  background-color: var(--coloryellow);
}
.bg-transparent {
  background-color: transparent;
}
.color-white {
  color: var(--colorwhite);
}
.color-dark-gray {
  color: var(--colordarkgray);
}
.color-light-gray {
  color: #666;
}
.color-orange {
  color: var(--colororange);
}
.color-yellow {
  color: var(--coloryellow);
}
.color-voilet {
  color: var(--colorvoilet);
}
.color-purple {
  color: var(--colorpurple);
}
.bg-white {
  background-color: var(--colorwhite);
}
.bg-new-black {
  background-color: #000000;
}
.bg-black {
  background-color: var(--colorblack);
}
.bg-black-shade-1 {
  background-color: var(--colorblackshade1);
}
.bg-black-shade-2 {
  background-color: var(--colorblackshade2);
}
.bg-black-shade-3 {
  background-color: var(--colorblackshade3);
}
.bg-green {
  background-color: var(--colorgreen) !important;
}
.bg-blue {
  background-color: #4d49e9 !important;
}
.bg-purple {
  background-color: var(--colorpurple) !important;
}
.bg-red {
  background-color: var(--colorred) !important;
}
.bg-offred {
  background-color: var(--colorredoff) !important;
}
.bg-offgreen {
  background-color: var(--colorgreenoff) !important;
}
.bg-lightgray {
  background-color: var(--colorlightgray) !important;
}
.bg-offorange {
  background-color: var(--colororangeoff) !important;
}
.bg-offblue {
  background-color: var(--colorblueprimaryoff) !important;
}
.alert-success {
  border: 1px solid var(--colorblueprimary);
}
.cursiverfont {
  font-family: "pathita_scriptregular";
}
.dzn-capsule {
  border-radius: 10px;
  padding: 2px 10px;
}
.dzn-capsule-small {
  border-radius: 100px;
  padding: 1px 6px;
  line-height: 1.5;
}
.dzn-capsule-large {
  border-radius: 12px;
  padding: 4px 12px;
}
.dzn-capsule-frontend {
  padding: 5px 16px;
  border-radius: 16px;
}
span.dzn-project-status {
  position: absolute;
  top: -12px;
}
h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 78px;
}
.h2font {
  font-size: var(--h2font);
}
h3 {
  font-size: var(--h3font);
}

.smallfont {
  font-size: var(--smallfont);
}
.mediumfont {
  font-size: 18px !important;
  line-height: 24px;
}
.xxsmallfont {
  font-size: var(--xxsmallfont);
}
.section-padding {
  padding: var(--sectionpadding) 0;
}
.section-padding-bottom {
  padding-bottom: var(--sectionpadding);
}
.section-padding-top {
  padding-top: var(--sectionpadding);
}

.section-padding-large {
  padding: var(--sectionpaddinglarge) 0;
}
.section-padding-bottom-large {
  padding-bottom: var(--sectionpaddinglarge);
}
.section-padding-top-large {
  padding-top: var(--sectionpaddinglarge);
}

.section-padding-medium {
  padding: var(--sectionpaddingmedium) 0;
}
.section-padding-bottom-medium {
  padding-bottom: var(--sectionpaddingmedium);
}
.section-padding-top-medium {
  padding-top: var(--sectionpaddingmedium);
}

.section-padding-small {
  padding: var(--sectionpaddingsmall) 0;
}
.section-padding-bottom-small {
  padding-bottom: var(--sectionpaddingsmall);
}
.section-padding-top-small {
  padding-top: var(--sectionpaddingsmall);
}

.no-padding {
  padding: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.color-black {
  color: #000;
}
.color-offblack {
  color: #999;
}
.color-red {
  color: var(--colorred);
}
.color-blue {
  color: var(--colorblue);
}
.color-blue-primary {
  color: var(--colorblueprimary);
}
.color-white {
  color: #fff !important;
}
.color-green {
  color: var(--colorgreen);
}

.color-mid-grey {
  color: var(--colormidgray);
}
.width-100 {
  width: 100%;
}
.spacer-10 {
  height: 10px;
  width: 100%;
}
.spacer-20 {
  height: 20px;
  width: 100%;
}
.spacer-30 {
  height: 30px;
  width: 100%;
}
.spacer-40 {
  height: 40px;
  width: 100%;
}
.spacer-50 {
  height: 50px;
  width: 100%;
}
.spacer-60 {
  height: 60px;
  width: 100%;
}
.spacer-70 {
  height: 70px;
  width: 100%;
}
.spacer-80 {
  height: 80px;
  width: 100%;
}
.spacer-920 {
  height: 900px;
  width: 100%;
}
.spacer-100 {
  height: 100px;
  width: 100%;
}
.dzn-btn {
  padding: 8px 30px;
  border-radius: 24px;
  text-decoration: none;
  -webkit-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  position: relative;
}
.dzn-border-color-cardgray {
  border-color: var(--bordercard);
}
.dzn-border-color-header {
  border-color: var(--colorheaderborder) !important;
}
.dzn-btn-border {
  border: 1px solid;
}
.dzn-large-border-radius {
  border-radius: 50px;
}
body.bg-image-login {
  background-image: url("../images/login-footer.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: bottom;
  height: 100vh;
}
body.login-page .dzn-header {
  padding-top: 30px;
}
body.home-page {
  background: url(../images/body-bg.png) repeat;
}
body.home-page footer {
  max-width: 95%;
}

.navbar {
  background-color: var(--colornavbg);
  border-radius: 12px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  max-width: 100%;
}
body.home-page .dzn-header > .container {
  width: 100%;
  max-width: 100%;
}
body.home-page .dzn-header .dzn-btn {
  padding: 8px 24px;
}
body.home-page .dzn-header .dzn-btn.hero-button {
  padding: 8px 50px;
}
li.user-dp img {
  border-radius: 25px;
}
.dzn-availability {
  display: block;
  margin-bottom: 20px;
}
.dzn-availability .dn-availability-btn {
  background-color: var(--colorblack);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: max-content;
  margin: 0 auto;
}
.dzn-availability .dn-availability-btn.dzn-availability-btm {
  background-color: #f8f8f8;
}
.dzn-ripple {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  width: 5px;
  height: 5px;
  background-color: var(--colorgreen);
  margin-right: 10px;
  border-radius: 50%;
  animation: ripple 1s linear infinite;
  --colorgreen-rgb: 34, 139, 34;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--colorgreen-rgb), 0.3),
      0 0 0 5px rgba(var(--colorgreen-rgb), 0.2);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(var(--colorgreen-rgb), 0.3),
      0 0 0 10px rgba(var(--colorgreen-rgb), 0.2);
  }
}

body.home-page header .navbar-container {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.navbar ul {
  gap: 5px;
}
.navbar li {
  color: var(--colorwhite);
  padding: 5px 0 !important;
}
.navbar li a {
  padding: 0 18px !important;
  color: var(--colorwhite);
  position: relative;
}
.navbar li a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: var(--colormidgray);
  right: 0;
  top: 6px;
}
.navbar ul li:last-child a::after {
  background-color: transparent;
}
.navbar li.active,
.navbar li:hover {
  color: var(--colorwhite);
  background: var(--colornavbgactive);
}
.navbar li.active a::after,
.navbar li:hover a::after {
  background-color: transparent;
}
.navbar li.active a,
.navbar li:hover a {
  color: var(--colorwhite);
  border-radius: 0;
}
.navbar li.no-border a::after {
  background-color: transparent;
}
.dzn-header-right ul li:first-child a img.header_image {
  border: 1px solid var(--primaryoff);
  border-radius: 50%;
  padding: 0;
  background: var(--colorwhite);
  object-fit: contain;
}
/* .dzn-header-right .dzn-btn {
  font-size: 13px;
} */

body.home-page .dzn-header .dzn-btn {
  padding: 14px 30px;
  font-size: 14px;
}
.dzn-hero-section h1 {
  margin: 30px 0;
}

.dzn-hero-section .cursiverfont {
  font-size: 72px;
  letter-spacing: 2px;
  font-weight: 400;
}

.navbar-content ul li a span {
  font-size: var(--xxsmallfont);
  position: absolute;
  top: -21px;
  left: 12px;
}
.img-white img {
  filter: invert(1) sepia(1) saturate(1) hue-rotate(175deg);
}
.hero-btn-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.dzn-top-capsule {
  border-radius: 10px;
  padding: 3px 20px;
}
.dzn-hero-section {
  margin-top: 165px;
}
.hero-button {
  background: var(--colorblueprimary);
  box-shadow: 0 0 0 2px var(--colorblack),
    /* Outer border-like shadow */ 5px 5px 0 var(--primaryoff),
    /* First box shadow */ 5px 5px 0 2px var(--colorblack),
    /* Border effect for the first shadow */ 10px 10px 0 var(--colorwhite),
    /* Second shadow for depth */ 10px 10px 0 0px transparent; /* Border effect for the second shadow */
  cursor: pointer;
  border-radius: 33px;
  padding: 10px 50px;
  transition: box-shadow 0.2s ease-in-out, margin-top 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}

.hero-button:hover,
.hero-button:focus {
  opacity: 0.9;
  outline: 0;
}

/* .hero-button:active {
  box-shadow: none;
  margin-top: 6px;
} */
.hero-reviews-wrapper {
  margin-top: 80px;
}
.btn-seemore {
  margin-left: -60px;
}
.dzn-reviewer ul li {
  margin-left: -10px;
}
.dzn-reviewer ul li img {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  object-fit: contain;
  border: 1px solid var(--colorwhite);
}
.section-payment-list ul {
  gap: 40px;
}

.section-marquee {
  width: 100%;
}
/* .mySwiperMarquee .swiper-slide {
  padding: 15px;
} */
.mySwiperMarquee .swiper-slide img {
  border-radius: 15px;
}
.mySwiperMarquee .swiper-wrapper {
  transition-timing-function: linear !important;
}

.mySwiperMarquee span.dzn-capsule-small {
  font-size: var(--xxsmallfont);
  position: absolute;
  top: 5px;
  right: 60px;
}
.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  gap: 30px;
}

.swiper-slide {
  width: calc(33% - 30px);
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.section-features h2 {
  margin-bottom: 0;
}
.section-features h2:nth-of-type(2) {
  margin-bottom: 30px;
}
.features-wrapper {
  /* padding: 0 90px; */
  gap: 30px;
}
.section-features .features-wrapper {
  gap: 16px;
}
.section-features .features-wrapper .feature-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  padding: 50px 0 0 30px;
  border: 1px solid var(--bordercolor);
  border-radius: 24px;
  background: var(--colorwhite);
  flex: 1 1 0;
  overflow: hidden;
}
.section-features .features-wrapper .feature-item h4 {
  padding-right: 50px;
  margin-top: 0;
  margin-bottom: 0;
}
.feature-item h4 {
  margin-top: 30px;
}
.members-wrapper {
  /* padding: 0 90px 45px; */
}
.title-wrapper {
  margin-bottom: 60px;
}
.title-wrapper img {
  margin-bottom: 25px;
}
.subheading-wrapper h3 {
  font-size: var(--h3public);
}
.subheading-wrapper h2 {
  font-size: var(--h2font);
}
.dashboard-container,
.services-container {
  border-radius: 25px;
  padding: 90px 120px 0 120px;
  position: relative;
}
.dashboard-container > img {
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 99;
}
.dashboard-container::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  /* background: url(../images/blue-shape.png) no-repeat; */
  /* background: url(../images/chakra-half.png) no-repeat; */
  background: url(../images/orange-quarter-flower.png) no-repeat;
  /* width: 100%;
  height: 100%; */
  height: 200px;
  width: 180px;
  background-size: contain;
  transform: rotate(180deg);
}
.dashboard-container::after {
  content: "";
  position: absolute;
  /* top: 50%; */
  top: 5%;
  right: 0;
  /* background: url(../images/yellow-shape.png) no-repeat; */
  background: url(../images/square-chess-blue.png) no-repeat;
  width: 176px;
  height: 100%;
  z-index: 9;
}
.membership-top img {
  border-radius: 30px;
  width: 55px;
  height: 55px;
  /* border: 1px solid var(--colorgreen); */
  padding: 5px;
}
.membership-top h3 {
  line-height: 54px;
}
.member-benefits {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
}
.member-benefits-items {
  background: var(--colorwhite);
  padding: 50px;
  border: 1px solid var(--bordercolor);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 33.33%;
}
.member-benefits-items h4 {
  margin-bottom: 0;
}
.dzn-btn-arrow {
  margin-top: 45px;
}
.section-membership a.dzn-button,
.services-container a.dzn-button {
  box-shadow: 0 0 0 2px var(--colorblack), 5px 6px 0px #4aceea,
    5px 6px 0px 2px #000, 6px 8px 0px 3px #7f4aea, 6px 9px 0px 4px #000,
    5px 8px 0 0px #000;
  cursor: pointer;
}
.section-services a.dzn-button {
  box-shadow: 0 0 0 2px var(--colorblack), 5px 6px 0px #4c5dff,
    5px 6px 0px 2px #000, 6px 8px 0px 3px #4aeaa8, 6px 9px 0px 4px #000,
    5px 8px 0 0px #000;
  cursor: pointer;
}
.availability-container {
  background: var(--colorwhite) url(../images/three-flowerbg.png) no-repeat;
  background-position: right -20px bottom -37px;
  background-size: contain;
  border: 1px solid var(--bordercolor);
  border-radius: 25px;
  padding: 40px;
}
.availability-container a.dzn-btn {
  display: inline-block;
}

.availability-container .availibility-content .availability-left {
  align-items: flex-start;
}
.availability-container
  .availibility-content
  .availability-left
  .availibility-top {
  background: #f8f8f8;
  padding: 3px 12px 3px 20px;
  border-radius: 30px;
}
.services-wrapper {
  padding: 0 90px;
  gap: 30px;
  position: relative;
  z-index: 99;
}
.services-container {
  padding: 90px 150px 90px 150px;
  overflow: hidden;
}
.services-container::before {
  content: "";
  background: url(../images/pink-star.png) no-repeat;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  height: 190px;
}
.services-container::after {
  content: "";
  background: url(../images/orange-quarter-flower.png) no-repeat;
  top: 5%;
  position: absolute;
  right: 0;
  width: 150px;
  height: 240px;
}
.services-content {
  padding: 60px 24px;
  border-radius: 15px;
  border: none;
}
.services-content p {
  margin-bottom: 0;
}
.recent-work-wrapper {
  background: var(--colorwhite) url(../images/recent-work-bg.png) no-repeat;
  background-position: bottom -185px center;
  background-size: contain;
  border: 1px solid var(--bordercolor);
  border-radius: 25px;
  padding: 50px 40px 80px 40px;
}
/* Alert messages */
.dzn-smiley-wrapper {
  display: flex;
  gap: 10px;
  float: right;
}
.dzn-btn-arrow-black img.arrow-black {
  filter: invert(1) sepia(1) saturate(1) hue-rotate(175deg);
}
.arrow-white::after {
  filter: invert(1) sepia(1) saturate(1) hue-rotate(175deg);
}
/* .arrow-curved-right {
  margin-left: 30px;
} */
.arrow-curved-right:after {
  position: absolute;
  background: url("../images/arrow-curved.svg") no-repeat;
  width: 50px;
  height: 50px;
  content: "";
  right: -80px;
  top: -10px;
}
.arrow-curved-left.arrow-white:after {
  filter: invert(1) sepia(1) saturate(1) hue-rotate(175deg);
}
.arrow-curved-left:after {
  position: absolute;
  background: url("../images/arrow-curved.svg") no-repeat;
  transform: rotate(180deg);
  width: 50px;
  height: 50px;
  content: "";
  left: -80px;
  top: 15px;
}
.arrow-curved-left {
  margin-top: 30px;
}
.arrow-white {
}
.section-services-title {
  margin-bottom: 0;
}
.section-services-title img.iconimage {
  margin-bottom: -15px !important;
  margin-left: -15%;
}
.dzn-login-page-wrapper .dzn-form-container {
  width: 550px;
  padding: 30px 50px;
  margin: 0 auto;
  background: var(--colorwhite);
  color: var(--colorblack);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.dzn-login-page-wrapper .dzn-form-header {
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dzn-login-page-wrapper .dzn-form-header img {
  width: 24px;
  max-width: 100%;
  height: auto;
  flex-grow: 0; /* Prevent the image from growing */
  align-self: center; /* Optional: Center the image */
}
.dzn-form-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.dzn-login-page-wrapper .dzn-form-container p {
  font-size: var(--smallfont);
  font-weight: 300;
  margin-bottom: 0;
}
.dzn-form-content form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.dzn-form-content form input {
  border: 1px solid var(--bordercard);
  border-radius: 20px;
  padding: 8px 20px;
  font-size: var(--smallfont);
}
.dzn-form-content form label {
  font-size: var(--smallfont);
  margin-bottom: 8px;
}
.dzn-form-footer {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.dzn-form-footer span.dzn-signin-text {
  font-size: var(--smallfont);
  font-weight: 400;
}
.dzn-third-party-signin {
  gap: 12px;
}
.dzn-third-party-signin li a {
  border: 1px solid var(--bordercard);
  border-radius: 24px;
  padding: 8px 24px;
  text-decoration: none;
  color: var(--colorblack);
  display: flex;
  gap: 10px;
}
.dzn-third-party-signin li a:hover {
  background: var(--colorblack);
  color: var(--colorwhite);
}
.dzn-third-party-signin li a img {
  width: auto;
  max-width: 100%;
  height: auto;
  flex-grow: 0;
  align-self: center;
}
.dzn-third-party-signin li a:hover img {
  filter: invert(1) sepia(1) saturate(1) hue-rotate(175deg);
}
.input-group-addon {
  position: relative;
}
.password-show-hide {
  display: block;
  position: absolute;
  right: 20px;
  top: -30px;
  color: var(--colorblack);
  font-weight: 600;
}
.passwordshow {
  content: "Hide";
}
.verification-code-wrapper input {
  min-height: 100px;
  font-size: var(--h2font) !important;
}
.resend_otp {
  background: no-repeat;
  border: none;
}
.strength,
.not-matched {
  color: var(--dz-red);
  font-size: var(--xxsmallfont);
  margin: 3px 0 0 20px;
}
.matched {
  color: var(--dz-green);
  font-size: var(--xxsmallfont);
  margin: 3px 0 0 20px;
}
.strength.weak {
  color: var(--dz-red);
}
.strength.medium {
  color: var(--dz-cyan);
}
.strength.strong {
  color: var(--dz-green);
}
.dzn-text-center {
  text-align: center;
}
/* Tabs accordion */
.dzn_tabs_wrapper {
  width: 85%;
  text-align: center;
  margin: 0 auto;
  background: transparent;
}

ul.dzn_tabs {
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 25px 0 0;
  padding: 0;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  list-style: none;
  white-space: nowrap;
}
ul.dzn_tabs li {
  flex-shrink: 0;
  margin: 0;
  white-space: nowrap;
  cursor: pointer;
  padding: 5px 30px;
  line-height: 31px;
  color: var(--colorblack);
  text-align: left;
  font-size: 13px;
  border-radius: 33px;
  background: var(--colormidgray);
}
ul.dzn_tabs li:hover {
  background: var(--colorblue);
  color: var(--colorwhite);
}
ul.dzn_tabs li.active {
  background: var(--colorblue);
  color: var(--colorwhite);
}

.tab_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 20;
  left: -2%;
  width: 100%;
  min-width: 10px;
  text-align: left;
  border-radius: 12px;
}

.tab_content {
  padding: 20px;
  height: 100%;
  display: none;
}

.tab_drawer_heading {
  display: none;
}
.tab_content_wrapper {
  gap: 60px;
}
.tab-column-wrapper {
  gap: 30px;
}
.tab-column {
  gap: 24px;
}
.tab_thumbnail img {
  border-radius: 10px;
}
.tab_description p {
  margin-bottom: 0;
  color: var(--colordarkgray3);
}

/* @media (min-width: 1900px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1800px;
  }
} */

/* Subsription */
.SwiperSubscription {
  margin-top: -50px;
  padding-top: 50px !important;
}
.swipersubscriptionarrow {
  position: absolute;
  width: 100%;
  top: 20px;
}
.swipersubscriptionarrow .swiper-button-prev.swiper-button-disabled,
.swipersubscriptionarrow .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.swipersubscriptionarrow .swiper-button-prev:after,
.swipersubscriptionarrow .swiper-button-next:after {
  width: 25px;
  height: 25px;
  font-size: 0;
  border: 1px solid var(--bordercard);
  color: var(--bordercard);
  border-radius: 15px;
  margin-left: auto;
  text-align: center;
  line-height: 25px;
  background: url(../images/arrow-down.svg) no-repeat;
  background-position: center;
}
.swipersubscriptionarrow .swiper-button-prev {
  right: 45px;
  left: auto;
}
.swipersubscriptionarrow .swiper-button-prev:after {
  transform: rotate(90deg);
}
.swipersubscriptionarrow .swiper-button-next:after {
  transform: rotate(270deg);
}
.subscription-top img {
  border: 1px solid var(--borderpurple);
}
.subscription-wrapper {
  border: 1px solid var(--bordercard);
  border-radius: 30px;
  overflow: hidden;
}
.subscription-wrapper.subscription-basic {
  overflow: visible;
  background-color: var(--colorwhite);
}
.subscription-wrapper .subscription-header {
  border-bottom: 1px solid #fff !important;
  padding: 32px 24px;
  border-radius: 30px 30px 0 0;
}
.subscription-light .subscription-header {
  border-bottom: 1px solid var(--bordercard) !important;
}
.subscription-wrapper .subscription-header img {
  width: 30px;
}
.subscription-content-wrapper {
  padding: 24px 24px 0 24px;
}
.subscription-content-footer {
  padding: 32px 24px 24px 24px;
  margin-top: 32px;
}
.pro-more-info {
  margin-bottom: 30px;
  display: block;
  text-align: right;
}
.subscription-content p {
  margin-bottom: 0;
  font-size: 18px;
}
.subscription-content-item {
  border: 1px solid var(--bordercard);
  border-radius: 10px;
  padding: 30px 18px;
}
.subscription-content-item.pro-subscription-item-list svg {
  fill: #4d49e9;
}
.subscription-content-item:hover {
  border: 1px solid #4d49e9;
}
/* Select basic option v2 */
.select-btn {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-radius: 8px;
  cursor: pointer;
  background-color: var(--colorwhite);
  border: 1px solid var(--bordercard);
}
.select-btn .btn-text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1;
}
.select-btn .arrow-dwn {
  position: relative;
  display: flex;
}

.select-btn .arrow-dwn::after {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid var(--bordercard);
  color: var(--bordercard);
  border-radius: 15px;
  margin-left: auto;
  text-align: center;
  line-height: 25px;
  background: url(../images/arrow-down.svg) no-repeat;
  background-position: center;
  transition: var(--bs-accordion-btn-icon-transition);
}

.select-btn.open .arrow-dwn {
  transform: rotate(-180deg);
}
/* Hide checkbox */
.checkbox,
.check-icon {
  display: none;
}

.list-items {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 34px;
}
.list-items.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.list-items .item {
  display: flex;
  align-items: flex-start;
  list-style: none;
  cursor: pointer;
  padding: 10px 24px;
  gap: 8px;
  justify-content: space-between;
  border: 1px solid #8c8c8c;
  border-radius: 50px;
}
.list-items .item:hover,
.item.selected {
  color: #5443f4;
  border: 1px solid #5443f4;
}
.item.selected .dropdown-price {
  color: #5443f4;
}
.list-items .item:hover .item-text,
.item.selected .item-text {
  color: #5443f4;
}
.list-items .item .item-text img {
  opacity: 0.5;
}
.list-items .item:hover .item-text img,
.item.selected .item-text img {
  /* filter: invert(1) sepia(1) saturate(1) hue-rotate(175deg); */
  opacity: 1;
}
.item .item-text {
  font-size: 18px;
  font-weight: 400;
  color: #8c8c8c;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dropdown-price {
  color: #8c8c8c;
}
.list-items .item:hover .dropdown-price {
  color: #5443f4;
}
.item .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  margin-right: 12px;
  border: 1.5px solid #c0c0c0;
  transition: all 0.3s ease-in-out;
}
.item.checked .checkbox {
  background: #5443f4;
  border-color: #5443f4;
}
.item.checked .check-icon {
  transform: scale(1);
}
.checkbox .check-icon {
  color: #fff;
  font-size: 11px;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

.sci-left {
  gap: 0;
}
.sci-left a {
  background-color: var(--colorgreenshade1);
}
.sci-left .price-added {
  border: 1px solid var(--bordercard);
  background: transparent;
}
.sci-left > * {
  margin-bottom: 0;
}
.sci-left h4 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
}
.sci-left .option-top {
  margin-bottom: 20px;
}
.sci-left-content {
  /* margin-top: 20px; */
}
.sci-left a.dzn-btn {
  width: max-content;
  margin-top: 20px;
}

.subscription-content-item img {
  width: 24px;
}
.subscription-pro .subscription-content-item img {
  filter: invert(1) sepia(1) saturate(1) hue-rotate(175deg);
}
.sci-right h4 {
  font-weight: 20px;
  margin-bottom: 0;
}
.subscription-pro {
  position: relative;
  z-index: 99;
  /* margin-top: 30px; */
}
.subscription-pro::before {
  display: none;
  content: "";
  position: absolute;
  background: url("../images/pro-bg-left.svg") no-repeat left bottom;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 126px;
  z-index: -1;
}
.subscription-pro::after {
  display: none;
  content: "";
  position: absolute;
  background: url("../images/pro-bg-right.svg") no-repeat right bottom;
  right: 0;
  bottom: 0;
  width: 260px;
  height: 422px;
  z-index: -1;
}
.subscription-pro .subscription-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 34px;
  border-radius: 10px;
}
.subscription-pro .subscription-content-wrapper .subscription-content {
  flex-wrap: wrap;
}
.subscription-pro .subscription-header a.dzn-btn {
  background: #5443f4;
}
.subscription-pro .subscription-content-item {
  /* background-color: #312f2f; */
  /* border-right: 1px solid #312f2f !important; */
  /* border: 0;
  width: calc(33.33% - 1.5rem);
  justify-content: center;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0; */
}
.subscription-pro .subscription-content-item:nth-child(3n-2) {
  justify-content: flex-start;
}
/* .subscription-pro .subscription-content-item:nth-child(3n) {
  border-right: none !important;
} */
.subscription-pro .subscription-content-item span {
  color: var(--colordarkgray1);
}
.sci-left span {
  color: var(--colordarkgray2);
}

/* Intor call */
.introcall-container {
  background: url("../images/double-stone.png") no-repeat center bottom
    var(--colorwhite);
  border: 1px solid var(--bordercard);
  border-radius: 25px;
  padding: 40px 40px 120px 40px;
}
.introcall-embed #skeleton-container {
  display: none !important;
}
.introcall-embed .rounded-md {
  border-radius: 30px !important;
}
/* FAQ */
.accordion-button:not(.collapsed),
.accordion-button {
  color: #000;
}
.faq-accortion .accordion-body {
  padding: 0 24px 24px 24px;
}
.faq-accortion .accordion-header button {
  padding: 24px;
  background: transparent;
  border-radius: 10px 10px 0 0;
  gap: 12px;
}
.faq-accortion .accordion-item {
  border-radius: 15px;
  margin-bottom: 18px;
  border: 1px solid var(--bordercard);
}
.faq-accortion .accordion-header button::after {
  width: 25px;
  height: 25px;
  border: 1px solid var(--bordercard);
  color: var(--bordercard);
  border-radius: 15px;
  margin-left: auto;
  text-align: center;
  line-height: 25px;
  background: url(../images/arrow-down.svg) no-repeat;
  background-position: center;
}
.faq-accortion .accordion-header button img {
  max-width: 18px;
  height: auto;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px;
  right: 50%;
  width: 100% !important;
  margin: 0;
}
.swiper-pagination-bullet {
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #3f3f3f;
  opacity: 1;
  background: #3f3f3f !important;
  width: 12px !important;
  height: 3px !important;
  border-radius: 3px !important;
  opacity: 1 !important;
  transition: width 0.2s linear 0.1s;
}
.swiper-pagination-bullet-active {
  color: #fff;
  background: #8f59ff !important;
  width: 24px !important;
}
.swiper-testimonial {
  padding-top: var(--sectionpaddinglargemedium) !important;
}
.swiper-testimonial p {
  font-size: 18px;
}
.swiper-testimonial .subheading-wrapper {
  padding-bottom: 40px;
}
.swiper-testimonial .swiper-slide img {
  border: 1px solid #ff339d;
}
.swiper-testimonial .swiper-wrapper {
  gap: 0;
}
footer {
  background: #000000;
  background-size: contain;
  border-radius: 25px;
  margin-bottom: 35px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.mobile-show {
  display: none;
}
.dzn-footer {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
.footer-background-image {
  position: absolute;
  bottom: 212px;
  z-index: 0;
  right: 0px;
}
.dzn-footer .dzn-hero-section {
  margin-top: 0;
}
footer .hero-btn-wrapper {
  margin-top: 60px;
  margin-bottom: 90px;
  justify-content: flex-start;
}
.footer-right .btm-social-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
footer .hero-btn-wrapper a {
  color: #3c3c3c;
}
.dzn-footer a.hero-button {
  box-shadow: 0 0 0 2px var(--colorblack), 5px 6px 0px #e1ea4a,
    5px 6px 0px 2px #000, 6px 8px 0px 3px #ea4a83, 6px 9px 0px 4px #000,
    5px 8px 0 0px #000;
  cursor: pointer;
}
.dzn-copyrignt-footer {
  padding-bottom: 35px;
}
/* Password strength */
#passgeneratorContainer {
  background: var(--bordercard);
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
}
#generatedPassword {
  width: 100%;
  margin-bottom: 5px;
}
#strengthValue {
  display: none;
}
#generateBtn,
#generatedCopy,
#generatedUsePassword {
  padding: 8px 20px;
  border-radius: 20px;
  border: none;
  background: var(--circlecyan);
  color: var(--colorblack);
  font-size: 12px;
  font-weight: 400;
}
.dzn-public-page-container h1 {
  font-size: var(--h2public);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}
.dzn-login-page-wrapper .dzn-public-page-container h2 {
  font-size: var(--h2public);
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.dzn-login-page-wrapper .dzn-public-page-container {
  width: 70%;
  padding: 50px;
}
.dzn-login-page-wrapper .dzn-public-page-container p {
  font-size: var(--normalfont);
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 1.5;
}
.dzn-public-page-container ul {
  margin-left: 20px;
}
.dzn-public-page-container ul li {
  list-style: disc;
  margin-bottom: 12px;
}
.inner-footer footer.container {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
}
.dzn-scrollup {
  color: var(--colorwhite);
  padding: 15px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  border-radius: 25px;
  display: none;
  background: #4d49e9 !important;
  cursor: pointer;
  z-index: 99;
}

/* NEW UPDATED CSS CODE */
.section-features .features-wrapper .feature-item h3 {
  padding-right: 50px;
  margin-top: 0;
  /* margin-bottom: 24px; */
}

.feature-item h3 {
  margin-top: 30px;
}

.dzn-header .logo a {
  display: inline-block;
}
.dzn-header .logo a img {
  /* aspect-ratio: 130/45.84; */
  width: 120px;
  height: auto;
  object-fit: contain;
  aspect-ratio: 258 / 91;
}

/* css arp */
.dzn-hero-section .dzn-hero-buttons a.bg-blue {
  padding: 20px 100px;
}
.dzn-hero-section .dzn-payment-icons img {
  filter: invert(1);
  height: 35px;
  width: 35px;
}
.dzn-hero-section .dzn-hero-buttons a.bg-transparent {
  padding: 20px 40px;
}
.section-features .features-wrapper .feature-item {
  position: relative;
}
/* .section-features .features-wrapper .feature-item img {
  width: 85%;
  margin-left: auto;
} */
.dzn-feature-wrapper .card-container {
  width: 200px;
  height: 225px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  position: absolute;
  top: 50%;
  background-image: linear-gradient(
    to right,
    rgb(252 252 252 / 0%),
    rgba(237, 237, 237, 0.187)
  );
}
.features-swiper .feature-item {
  background-color: #000000 !important;
}
.dzn-feature-wrapper .card-list {
  position: relative;
}

.dzn-feature-wrapper .card-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  height: 45px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  box-sizing: border-box;
  margin: 10px 0;
  border-radius: 50px;
  font-weight: 500;
}
.dzn-feature-wrapper .card-item:nth-child(3) {
  border: 2px solid var(--colorblue);
}
.dzn-feature-wrapper .card-list .card-item.highlight + .card-item,
.dzn-feature-wrapper .card-item.after-highlight {
  opacity: 0.5;
}
.dzn-feature-wrapper .card-item.highlight {
  border: 2px solid var(--colorblue);
}
/* feature item second card  */
.dzn-feature-wrapper .scroll-wrapper {
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 0;
}

.dzn-feature-wrapper .scroll-row {
  white-space: nowrap;
  display: flex;
  gap: 10px;
  /* We'll animate the whole row */
}

.dzn-feature-wrapper .scroll-row:nth-child(1) {
  animation: scrollLeft 20s linear infinite;
  animation-delay: 0s;
}
.dzn-feature-wrapper .scroll-row:nth-child(2) {
  animation: scrollLeft 25s linear infinite;
  animation-delay: 5s;
}
.dzn-feature-wrapper .scroll-row:nth-child(3) {
  animation: scrollLeft 22s linear infinite;
  animation-delay: 10s;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.dzn-feature-wrapper .scroll-item {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #333;
  user-select: none;
  padding: 15px 18px 15px 18px;
  background: #fff;
  border-radius: 50px;
  margin: 8px 0;
  flex-direction: row-reverse;
  gap: 15px;
  /* min-width: 200px; */
  justify-content: space-between;
}

.dzn-feature-wrapper .tick-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--colorblue);
  margin-right: 6px;
  position: relative;
}

/* Draw tick shape inside the circle */
.dzn-feature-wrapper .tick-icon::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 12px;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* .dzn-feature-wrapper .feature-item-second {
  padding: 50px 30px !important;
} */
.dzn-feature-wrapper #row1 .scroll-item:nth-child(2),
.dzn-feature-wrapper #row2 .scroll-item:nth-child(5),
.dzn-feature-wrapper #row3 .scroll-item:nth-child(9) {
  background-color: var(--colorblue);
  color: #fff;
}
.dzn-feature-wrapper #row1 .scroll-item:nth-child(2) span,
.dzn-feature-wrapper #row2 .scroll-item:nth-child(5) span,
.dzn-feature-wrapper #row3 .scroll-item:nth-child(9) span {
  border: 1px dashed #fff;
}
.dzn-feature-wrapper .feature-item.feature-item-third img {
  width: 100%;
}
section .dzn-large-container {
  max-width: 95%;
}
section .dzn-small-container {
  max-width: 1420px;
  margin: auto;
}
/* Home page powerful dashboard image and popup cards */
.dzn-home-dashboard-container .cards-section {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.dzn-home-dashboard-container .card {
  background: white;
  border-radius: 12px;
  padding: 15px;
  border-radius: 50px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 0.1);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.8s ease, transform 0.8s ease;
  position: absolute;
  z-index: 9999;
  flex-direction: row;
  max-width: 360px;
}

.dzn-home-dashboard-container .card.show {
  opacity: 1;
  transform: scale(1);
}

/* First card */
.dzn-home-dashboard-container .card.mail-card {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  gap: 12px;
}
.dzn-home-dashboard-container .card.mail-card .icon {
  font-size: 24px;
  color: #007bff;
}

/* Second and Third card */
.dzn-home-dashboard-container .card.client-card {
  display: flex;
  align-items: center;
  gap: 14px;
}

.dzn-home-dashboard-container .client-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #5550fe;
  color: white;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  user-select: none;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dzn-home-dashboard-container .client-text {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.dzn-home-dashboard-container .client-text .title {
  margin-bottom: 4px;
  color: #666;
  font-size: 12px;
}
.dzn-home-dashboard-container .client-text .subtitle {
  color: #000;
  text-align: left;
  font-family: "Myriad Pro", sans-serif;
  font-weight: 500;
}
.dzn-home-dashboard-container .card-from-client .client-circle {
  background-color: #ffc726;
}
.dzn-home-dashboard-container .cards-section .card:first-child {
  left: 100px;
  top: 62%;
}
.dzn-home-dashboard-container .icon.mobile-hide {
  background: #f1f1f2;
  border-radius: 50px;
  padding: 2px 4px;
  aspect-ratio: 1;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dzn-home-dashboard-container .cards-section .card:first-child .smallfont {
  font-family: "Myriad Pro", sans-serif;
  font-weight: 500;
}
.dzn-home-dashboard-container .cards-section .card:nth-child(2) {
  right: 200px;
  top: 50%;
  padding-right: 60px;
}
.dzn-home-dashboard-container .cards-section .card:nth-child(3) {
  top: 60%;
  right: 125px;
  padding-right: 80px;
}
.dzn-home-dashboard-container .title-wrapper {
  margin-bottom: 96px;
}
/* quotation css */
.quotation-img {
  width: 50px;
}
.membership-container .membership-quotation h2 {
  font-size: 54px;
  line-height: 72px;
}
#benefits p {
  font-size: 18px;
}
.benefits-swiper .feature-item p {
  color: #525252;
}
/* we design everything section vertical scrolling */
.scroll-vertical-container {
  /* height: 400px;
  width: 1200px;
  margin: 50px auto;
  overflow: hidden;
  border-radius: 8px; */
  position: relative;
  height: 400px; /* Adjust height as needed */
  width: 1200px;
  margin: 50px auto;
  border-radius: 8px;
  overflow: hidden;
  /* display: flex;
    justify-content: center; */
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    transparent 100%
  );
}

.scroll-vertical-container .scroll-vertical-track {
  display: flex;
  flex-wrap: wrap;
  animation: scrollUp 15s linear infinite;
  gap: 40px;
  justify-content: center;
}

.scroll-vertical-container .scroll-row {
  display: flex;
  padding: 12px 20px;
  font-size: 70px;
  line-height: 84px;
  font-weight: 600;
  height: 55px;
  box-sizing: border-box;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.dzn-we-design-second h2 {
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
}
.dzn-we-design-second a {
  display: flex;
  margin: 60px auto 0;
  width: fit-content;
  padding: 18px 70px;
  border-radius: 50px;
}
/* subscription */
.pro-subscription-item-list {
  background: #262525;
  border: 1px solid #fff;
  padding: 10px 16px;
  border-radius: 300px;
}
.subscription-pro .subscription-content-wrapper h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
/* footer */
.dzn-footer h2 {
  font-size: 64px;
}
body.home-page footer {
  width: 100%;
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 0;
}
.dzn-copyrignt-footer {
  padding-bottom: 35px;
  padding: 20px 0;
  color: #fff;
  background-color: #000000;
}

:is(.dark .dark\:bg-muted) {
  background-color: #000000 !important;
}
.rounded-md {
  background-color: red;
}

.dzn-home-dashboard-container > img {
  max-width: 1135px;
}

.dzn-calendly {
  z-index: 10;
}
