:root {
  --gray-900: #26242c;
  --gray-800: #13111a;
  --gray-700: #e1e1e1;
  --gray-600: #211d2e;
  --gray-500: #000000;
  --gray-400: #fafafa;
  --gray-10: #fff;
  --primary-600: #724fe5;
  --primary-500: #2c04fe;
  --primary-400: #6c64ce;
  --primary-300: #0080ff;
  --success-500: #32e7b1;
  --success-400: #70dfe6;
  --success-300: #00e0b8;
  --warning-600: #eee6d0;
  --warning-500: #ffc947;
  --warning-400: #f0e9e1;
  --warning-300: #fffdf5;
  --warning-200: #f6f2e8;
  --warning-100: #fffcf2;
  --warning-50: #fff7f0;
  --warning-10: #faf6f6;
  --danger-500: #ff6b55;
  --pink-600: #ff00d5;
  --pink-500: #ff3c82;
  --pink-400: #f290e7;
  --fs-xl-20: 20px;
  --fs-xl-lineheight: 32px;
  --fs-lg-18: 18px;
  --fs-lg-lineheight: 28px;
  --fs-md-16: 16px;
  --fs-md-lineheight: 24px;
  --fs-xs-14: 14px;
  --fs-xs-lineheight: 22px;
  --fs-xss-12: 12px;
  --fs-xss-lineheight: 20px;
}

*,
::after,
::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

/* html {
  box-sizing: border-box;
  height: 100%;
}
body {
  height: 100%;
  color: rgba(19, 17, 26, 0.8);
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #fff;
  counter-reset: my-sec-counter;
  font-size: 18px;
  line-height: 30px;
}
body.styleguide {
  background-color: #dcdfe8;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e7e8;
  padding: 0;
  margin: 0;
} */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

::-moz-selection {
  background-color: #989ffd;
  color: #fff;
}

::selection {
  background-color: #989ffd;
  color: #fff;
}

[type="button"]:active,
[type="button"]:focus,
[type="button"]:hover,
[type="color"]:active,
[type="color"]:focus,
[type="color"]:hover,
[type="color"]:invalid,
[type="date"]:active,
[type="date"]:focus,
[type="date"]:hover,
[type="date"]:invalid,
[type="datetime-local"]:active,
[type="datetime-local"]:focus,
[type="datetime-local"]:hover,
[type="datetime-local"]:invalid,
[type="datetime"]:active,
[type="datetime"]:focus,
[type="datetime"]:hover,
[type="datetime"]:invalid,
[type="email"]:active,
[type="email"]:focus,
[type="email"]:hover,
[type="email"]:invalid,
[type="month"]:active,
[type="month"]:focus,
[type="month"]:hover,
[type="month"]:invalid,
[type="number"]:active,
[type="number"]:focus,
[type="number"]:hover,
[type="number"]:invalid,
[type="password"]:active,
[type="password"]:focus,
[type="password"]:hover,
[type="password"]:invalid,
[type="reset"]:active,
[type="reset"]:focus,
[type="reset"]:hover,
[type="search"]:active,
[type="search"]:focus,
[type="search"]:hover,
[type="search"]:invalid,
[type="submit"]:active,
[type="submit"]:focus,
[type="submit"]:hover,
[type="tel"]:active,
[type="tel"]:focus,
[type="tel"]:hover,
[type="tel"]:invalid,
[type="text"]:active,
[type="text"]:focus,
[type="text"]:hover,
[type="text"]:invalid,
[type="time"]:active,
[type="time"]:focus,
[type="time"]:hover,
[type="time"]:invalid,
[type="url"]:active,
[type="url"]:focus,
[type="url"]:hover,
[type="url"]:invalid,
[type="week"]:active,
[type="week"]:focus,
[type="week"]:hover,
[type="week"]:invalid,
button:active,
button:focus,
button:hover,
input:not([type]):active,
input:not([type]):focus,
input:not([type]):hover,
input:not([type]):invalid,
textarea:active,
textarea:focus,
textarea:hover,
textarea:invalid {
  outline: 0;
  box-shadow: none;
}

[type="button"]:active,
[type="button"]:focus,
[type="button"]:hover,
[type="reset"]:active,
[type="reset"]:focus,
[type="reset"]:hover,
[type="submit"]:active,
[type="submit"]:focus,
[type="submit"]:hover,
button:active,
button:focus,
button:hover {
  cursor: pointer;
}

@media print {

  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  /* h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  } */
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* button {
  padding: 0;
  outline: 0;
  border: none;
  display: inline-block;
  background-color: transparent;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Public Sans", sans-serif;
  color: var(--gray-800);
  font-weight: 700;
}
.h1,
h1 {
  font-size: 80px;
  line-height: 88px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
@media (max-width: 1400px) {
  .h1,
  h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 60px;
    line-height: 75px;
  }
}
@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 48px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
.h2,
h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .h2,
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.h3,
h3 {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .h3,
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.h4,
h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}
.h5,
h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}
.h6,
h6 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
} */
p {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  p {
    margin-bottom: 20px;
  }
}

/* p:last-child {
  margin-bottom: 0;
} */
.f-size-10 {
  font-size: 10px !important;
}

.f-size-11 {
  font-size: 11px !important;
}

.f-size-12 {
  font-size: 12px !important;
}

.f-size-13 {
  font-size: 13px !important;
}

.f-size-14 {
  font-size: 14px !important;
}

.f-size-15 {
  font-size: 15px !important;
}

.f-size-16 {
  font-size: 16px !important;
}

.f-size-17 {
  font-size: 17px !important;
}

.f-size-18 {
  font-size: 18px !important;
}

.f-size-19 {
  font-size: 19px !important;
}

.f-size-20 {
  font-size: 20px !important;
}

.f-size-21 {
  font-size: 21px !important;
}

.f-size-22 {
  font-size: 22px !important;
}

.f-size-23 {
  font-size: 23px !important;
}

.f-size-24 {
  font-size: 24px !important;
}

.f-size-25 {
  font-size: 25px !important;
}

.f-size-26 {
  font-size: 26px !important;
}

.f-size-27 {
  font-size: 27px !important;
}

.f-size-28 {
  font-size: 28px !important;
}

.f-size-29 {
  font-size: 29px !important;
}

.f-size-30 {
  font-size: 30px !important;
}

.f-size-31 {
  font-size: 31px !important;
}

.f-size-32 {
  font-size: 32px !important;
}

.f-size-33 {
  font-size: 33px !important;
}

.f-size-34 {
  font-size: 34px !important;
}

.f-size-35 {
  font-size: 35px !important;
}

.f-size-36 {
  font-size: 36px !important;
}

.f-size-37 {
  font-size: 37px !important;
}

.f-size-38 {
  font-size: 38px !important;
}

.f-size-39 {
  font-size: 39px !important;
}

.f-size-40 {
  font-size: 40px !important;
}

.line-height-10 {
  line-height: 10px !important;
}

.line-height-11 {
  line-height: 11px !important;
}

.line-height-12 {
  line-height: 12px !important;
}

.line-height-13 {
  line-height: 13px !important;
}

.line-height-14 {
  line-height: 14px !important;
}

.line-height-15 {
  line-height: 15px !important;
}

.line-height-16 {
  line-height: 16px !important;
}

.line-height-17 {
  line-height: 17px !important;
}

.line-height-18 {
  line-height: 18px !important;
}

.line-height-19 {
  line-height: 19px !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.line-height-21 {
  line-height: 21px !important;
}

.line-height-22 {
  line-height: 22px !important;
}

.line-height-23 {
  line-height: 23px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.line-height-25 {
  line-height: 25px !important;
}

.line-height-26 {
  line-height: 26px !important;
}

.line-height-27 {
  line-height: 27px !important;
}

.line-height-28 {
  line-height: 28px !important;
}

.line-height-29 {
  line-height: 29px !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.line-height-31 {
  line-height: 31px !important;
}

.line-height-32 {
  line-height: 32px !important;
}

.line-height-33 {
  line-height: 33px !important;
}

.line-height-34 {
  line-height: 34px !important;
}

.line-height-35 {
  line-height: 35px !important;
}

.line-height-36 {
  line-height: 36px !important;
}

.line-height-37 {
  line-height: 37px !important;
}

.line-height-38 {
  line-height: 38px !important;
}

.line-height-39 {
  line-height: 39px !important;
}

.line-height-40 {
  line-height: 40px !important;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

a {
  text-decoration: none;
  transition: all 0.24s ease-in-out;
}

img {
  max-width: 100%;
}

.rt-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mouse-cursor,
.pointer {
  cursor: pointer;
}

blockquote {
  font-weight: 400;
  position: relative;
  font-size: 20px;
  line-height: 32px;
  border-radius: 12px;
  padding: 40px 45px;
}

.border-transparent {
  border-color: transparent !important;
}

.bg-transsparent {
  background-color: transparent !important;
}

.hover\:bg-transsparenthover {
  background-color: transparent !important;
}

.hover-shadow\:none {
  box-shadow: none !important;
}

.bgprefix-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bgprefix-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.bgprefix-full {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.position-parent {
  position: relative;
  z-index: 1;
}

.position-relative {
  position: relative;
}

.body-no-scrolling {
  overflow: hidden;
}

.img-fit {
  display: block;
  object-fit: cover;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0;
  right: 0;
  top: 50%;
  position: absolute;
  height: 100%;
  width: 100%;
}

.rt-mb-15 {
  margin-bottom: 15px;
}

.rt-mb-8 {
  margin-bottom: 8px;
}

.rt-mb-2 {
  margin-bottom: 2px;
}

.rt-mb-4 {
  margin-bottom: 4px;
}

.rt-pt-15 {
  padding-top: 15px;
}

.rt-mb-12 {
  margin-bottom: 12px;
}

.rt-spacer-15 {
  height: 15px;
}

.rt-mb-16 {
  margin-bottom: 16px;
}

.rt-mb-25 {
  margin-bottom: 25px;
}

.rt-mb-24 {
  margin-bottom: 24px;
}

.rt-mb-28 {
  margin-bottom: 28px;
}

.rt-mb-48 {
  margin-bottom: 48px;
}

.rt-mb-32 {
  margin-bottom: 32px;
}

.hr-0 {
  margin: 0;
  padding: 0;
}

.text-gray {
  color: #7b878c;
}

.text-gray-900 {
  color: #26242c !important;
}

.bg-gray-900 {
  background-color: #26242c !important;
}

.border-gray-900 {
  border-color: #26242c !important;
}

.hoverbg-gray-900:hover {
  background-color: #26242c !important;
}

.hover\:bg-gray-900:hover {
  background-color: #26242c !important;
}

.hover\:text-gray-900:hover {
  color: #26242c !important;
}

.hover\:border-gray-900:hover {
  border-color: #26242c !important;
}

.text-gray-800 {
  color: #13111a !important;
}

.bg-gray-800 {
  background-color: #13111a !important;
}

.border-gray-800 {
  border-color: #13111a !important;
}

.hoverbg-gray-800:hover {
  background-color: #13111a !important;
}

.hover\:bg-gray-800:hover {
  background-color: #13111a !important;
}

.hover\:text-gray-800:hover {
  color: #13111a !important;
}

.hover\:border-gray-800:hover {
  border-color: #13111a !important;
}

.text-gray-700 {
  color: #e1e1e1 !important;
}

.bg-gray-700 {
  background-color: #e1e1e1 !important;
}

.border-gray-700 {
  border-color: #e1e1e1 !important;
}

.hoverbg-gray-700:hover {
  background-color: #e1e1e1 !important;
}

.hover\:bg-gray-700:hover {
  background-color: #e1e1e1 !important;
}

.hover\:text-gray-700:hover {
  color: #e1e1e1 !important;
}

.hover\:border-gray-700:hover {
  border-color: #e1e1e1 !important;
}

.text-gray-600 {
  color: #211d2e !important;
}

.bg-gray-600 {
  background-color: #211d2e !important;
}

.border-gray-600 {
  border-color: #211d2e !important;
}

.hoverbg-gray-600:hover {
  background-color: #211d2e !important;
}

.hover\:bg-gray-600:hover {
  background-color: #211d2e !important;
}

.hover\:text-gray-600:hover {
  color: #211d2e !important;
}

.hover\:border-gray-600:hover {
  border-color: #211d2e !important;
}

.text-gray-500 {
  color: #000 !important;
}

.bg-gray-500 {
  background-color: #000 !important;
}

.border-gray-500 {
  border-color: #000 !important;
}

.hoverbg-gray-500:hover {
  background-color: #000 !important;
}

.hover\:bg-gray-500:hover {
  background-color: #000 !important;
}

.hover\:text-gray-500:hover {
  color: #000 !important;
}

.hover\:border-gray-500:hover {
  border-color: #000 !important;
}

.text-gray-400 {
  color: #fafafa !important;
}

.bg-gray-400 {
  background-color: #fafafa !important;
}

.border-gray-400 {
  border-color: #fafafa !important;
}

.hoverbg-gray-400:hover {
  background-color: #fafafa !important;
}

.hover\:bg-gray-400:hover {
  background-color: #fafafa !important;
}

.hover\:text-gray-400:hover {
  color: #fafafa !important;
}

.hover\:border-gray-400:hover {
  border-color: #fafafa !important;
}

.text-gray-10 {
  color: #fff !important;
}

.bg-gray-10 {
  background-color: #fff !important;
}

.border-gray-10 {
  border-color: #fff !important;
}

.hoverbg-gray-10:hover {
  background-color: #fff !important;
}

.hover\:bg-gray-10:hover {
  background-color: #fff !important;
}

.hover\:text-gray-10:hover {
  color: #fff !important;
}

.hover\:border-gray-10:hover {
  border-color: #fff !important;
}

.text-primary-600 {
  color: #724fe5 !important;
}

.bg-primary-600 {
  background-color: #724fe5 !important;
}

.border-primary-600 {
  border-color: #724fe5 !important;
}

.hoverbg-primary-600:hover {
  background-color: #724fe5 !important;
}

.hover\:bg-primary-600:hover {
  background-color: #724fe5 !important;
}

.hover\:text-primary-600:hover {
  color: #724fe5 !important;
}

.hover\:border-primary-600:hover {
  border-color: #724fe5 !important;
}

.text-primary-500 {
  color: #2c04fe !important;
}

.bg-primary-500 {
  background-color: #2c04fe !important;
}

.border-primary-500 {
  border-color: #2c04fe !important;
}

.hoverbg-primary-500:hover {
  background-color: #2c04fe !important;
}

.hover\:bg-primary-500:hover {
  background-color: #2c04fe !important;
}

.hover\:text-primary-500:hover {
  color: #2c04fe !important;
}

.hover\:border-primary-500:hover {
  border-color: #2c04fe !important;
}

.text-primary-400 {
  color: #6c64ce !important;
}

.bg-primary-400 {
  background-color: #6c64ce !important;
}

.border-primary-400 {
  border-color: #6c64ce !important;
}

.hoverbg-primary-400:hover {
  background-color: #6c64ce !important;
}

.hover\:bg-primary-400:hover {
  background-color: #6c64ce !important;
}

.hover\:text-primary-400:hover {
  color: #6c64ce !important;
}

.hover\:border-primary-400:hover {
  border-color: #6c64ce !important;
}

.text-primary-300 {
  color: #0080ff !important;
}

.bg-primary-300 {
  background-color: #0080ff !important;
}

.border-primary-300 {
  border-color: #0080ff !important;
}

.hoverbg-primary-300:hover {
  background-color: #0080ff !important;
}

.hover\:bg-primary-300:hover {
  background-color: #0080ff !important;
}

.hover\:text-primary-300:hover {
  color: #0080ff !important;
}

.hover\:border-primary-300:hover {
  border-color: #0080ff !important;
}

.text-success-500 {
  color: #32e7b1 !important;
}

.bg-success-500 {
  background-color: #32e7b1 !important;
}

.border-success-500 {
  border-color: #32e7b1 !important;
}

.hoverbg-success-500:hover {
  background-color: #32e7b1 !important;
}

.hover\:bg-success-500:hover {
  background-color: #32e7b1 !important;
}

.hover\:text-success-500:hover {
  color: #32e7b1 !important;
}

.hover\:border-success-500:hover {
  border-color: #32e7b1 !important;
}

.text-success-400 {
  color: #70dfe6 !important;
}

.bg-success-400 {
  background-color: #70dfe6 !important;
}

.border-success-400 {
  border-color: #70dfe6 !important;
}

.hoverbg-success-400:hover {
  background-color: #70dfe6 !important;
}

.hover\:bg-success-400:hover {
  background-color: #70dfe6 !important;
}

.hover\:text-success-400:hover {
  color: #70dfe6 !important;
}

.hover\:border-success-400:hover {
  border-color: #70dfe6 !important;
}

.text-success-300 {
  color: #00e0b8 !important;
}

.bg-success-300 {
  background-color: #00e0b8 !important;
}

.border-success-300 {
  border-color: #00e0b8 !important;
}

.hoverbg-success-300:hover {
  background-color: #00e0b8 !important;
}

.hover\:bg-success-300:hover {
  background-color: #00e0b8 !important;
}

.hover\:text-success-300:hover {
  color: #00e0b8 !important;
}

.hover\:border-success-300:hover {
  border-color: #00e0b8 !important;
}

.text-warning-600 {
  color: #eee6d0 !important;
}

.bg-warning-600 {
  background-color: #eee6d0 !important;
}

.border-warning-600 {
  border-color: #eee6d0 !important;
}

.hoverbg-warning-600:hover {
  background-color: #eee6d0 !important;
}

.hover\:bg-warning-600:hover {
  background-color: #eee6d0 !important;
}

.hover\:text-warning-600:hover {
  color: #eee6d0 !important;
}

.hover\:border-warning-600:hover {
  border-color: #eee6d0 !important;
}

.text-warning-500 {
  color: #ffc947 !important;
}

.bg-warning-500 {
  background-color: #ffc947 !important;
}

.border-warning-500 {
  border-color: #ffc947 !important;
}

.hoverbg-warning-500:hover {
  background-color: #ffc947 !important;
}

.hover\:bg-warning-500:hover {
  background-color: #ffc947 !important;
}

.hover\:text-warning-500:hover {
  color: #ffc947 !important;
}

.hover\:border-warning-500:hover {
  border-color: #ffc947 !important;
}

.text-warning-400 {
  color: #f0e9e1 !important;
}

.bg-warning-400 {
  background-color: #f0e9e1 !important;
}

.border-warning-400 {
  border-color: #f0e9e1 !important;
}

.hoverbg-warning-400:hover {
  background-color: #f0e9e1 !important;
}

.hover\:bg-warning-400:hover {
  background-color: #f0e9e1 !important;
}

.hover\:text-warning-400:hover {
  color: #f0e9e1 !important;
}

.hover\:border-warning-400:hover {
  border-color: #f0e9e1 !important;
}

.text-warning-300 {
  color: #fffdf5 !important;
}

.bg-warning-300 {
  background-color: #fffdf5 !important;
}

.border-warning-300 {
  border-color: #fffdf5 !important;
}

.hoverbg-warning-300:hover {
  background-color: #fffdf5 !important;
}

.hover\:bg-warning-300:hover {
  background-color: #fffdf5 !important;
}

.hover\:text-warning-300:hover {
  color: #fffdf5 !important;
}

.hover\:border-warning-300:hover {
  border-color: #fffdf5 !important;
}

.text-warning-200 {
  color: #f6f2e8 !important;
}

.bg-warning-200 {
  background-color: #f6f2e8 !important;
}

.border-warning-200 {
  border-color: #f6f2e8 !important;
}

.hoverbg-warning-200:hover {
  background-color: #f6f2e8 !important;
}

.hover\:bg-warning-200:hover {
  background-color: #f6f2e8 !important;
}

.hover\:text-warning-200:hover {
  color: #f6f2e8 !important;
}

.hover\:border-warning-200:hover {
  border-color: #f6f2e8 !important;
}

.text-warning-100 {
  color: #fffcf2 !important;
}

.bg-warning-100 {
  background-color: #fffcf2 !important;
}

.border-warning-100 {
  border-color: #fffcf2 !important;
}

.hoverbg-warning-100:hover {
  background-color: #fffcf2 !important;
}

.hover\:bg-warning-100:hover {
  background-color: #fffcf2 !important;
}

.hover\:text-warning-100:hover {
  color: #fffcf2 !important;
}

.hover\:border-warning-100:hover {
  border-color: #fffcf2 !important;
}

.text-warning-50 {
  color: #fff7f0 !important;
}

.bg-warning-50 {
  background-color: #fff7f0 !important;
}

.border-warning-50 {
  border-color: #fff7f0 !important;
}

.hoverbg-warning-50:hover {
  background-color: #fff7f0 !important;
}

.hover\:bg-warning-50:hover {
  background-color: #fff7f0 !important;
}

.hover\:text-warning-50:hover {
  color: #fff7f0 !important;
}

.hover\:border-warning-50:hover {
  border-color: #fff7f0 !important;
}

.text-warning-10 {
  color: #faf6f6 !important;
}

.bg-warning-10 {
  background-color: #faf6f6 !important;
}

.border-warning-10 {
  border-color: #faf6f6 !important;
}

.hoverbg-warning-10:hover {
  background-color: #faf6f6 !important;
}

.hover\:bg-warning-10:hover {
  background-color: #faf6f6 !important;
}

.hover\:text-warning-10:hover {
  color: #faf6f6 !important;
}

.hover\:border-warning-10:hover {
  border-color: #faf6f6 !important;
}

.text-danger-500 {
  color: #ff6b55 !important;
}

.bg-danger-500 {
  background-color: #ff6b55 !important;
}

.border-danger-500 {
  border-color: #ff6b55 !important;
}

.hoverbg-danger-500:hover {
  background-color: #ff6b55 !important;
}

.hover\:bg-danger-500:hover {
  background-color: #ff6b55 !important;
}

.hover\:text-danger-500:hover {
  color: #ff6b55 !important;
}

.hover\:border-danger-500:hover {
  border-color: #ff6b55 !important;
}

.text-pink-600 {
  color: #ff00d5 !important;
}

.bg-pink-600 {
  background-color: #ff00d5 !important;
}

.border-pink-600 {
  border-color: #ff00d5 !important;
}

.hoverbg-pink-600:hover {
  background-color: #ff00d5 !important;
}

.hover\:bg-pink-600:hover {
  background-color: #ff00d5 !important;
}

.hover\:text-pink-600:hover {
  color: #ff00d5 !important;
}

.hover\:border-pink-600:hover {
  border-color: #ff00d5 !important;
}

.text-pink-500 {
  color: #ff3c82 !important;
}

.bg-pink-500 {
  background-color: #ff3c82 !important;
}

.border-pink-500 {
  border-color: #ff3c82 !important;
}

.hoverbg-pink-500:hover {
  background-color: #ff3c82 !important;
}

.hover\:bg-pink-500:hover {
  background-color: #ff3c82 !important;
}

.hover\:text-pink-500:hover {
  color: #ff3c82 !important;
}

.hover\:border-pink-500:hover {
  border-color: #ff3c82 !important;
}

.text-pink-400 {
  color: #f290e7 !important;
}

.bg-pink-400 {
  background-color: #f290e7 !important;
}

.border-pink-400 {
  border-color: #f290e7 !important;
}

.hoverbg-pink-400:hover {
  background-color: #f290e7 !important;
}

.hover\:bg-pink-400:hover {
  background-color: #f290e7 !important;
}

.hover\:text-pink-400:hover {
  color: #f290e7 !important;
}

.hover\:border-pink-400:hover {
  border-color: #f290e7 !important;
}

.hover\:border-transparent {
  border-color: transparent !important;
}

.rt-mr-0 {
  margin-right: 0 !important;
}

.rt-ml-0 {
  margin-left: 0 !important;
}

.rt-rounded-0 {
  border-radius: 0 !important;
}

.rt-mr-1 {
  margin-right: 1px !important;
}

.rt-ml-1 {
  margin-left: 1px !important;
}

.rt-rounded-1 {
  border-radius: 1px !important;
}

.rt-mr-2 {
  margin-right: 2px !important;
}

.rt-ml-2 {
  margin-left: 2px !important;
}

.rt-rounded-2 {
  border-radius: 2px !important;
}

.rt-mr-3 {
  margin-right: 3px !important;
}

.rt-ml-3 {
  margin-left: 3px !important;
}

.rt-rounded-3 {
  border-radius: 3px !important;
}

.rt-mr-4 {
  margin-right: 4px !important;
}

.rt-ml-4 {
  margin-left: 4px !important;
}

.rt-rounded-4 {
  border-radius: 4px !important;
}

.rt-mr-5 {
  margin-right: 5px !important;
}

.rt-ml-5 {
  margin-left: 5px !important;
}

.rt-rounded-5 {
  border-radius: 5px !important;
}

.rt-mr-6 {
  margin-right: 6px !important;
}

.rt-ml-6 {
  margin-left: 6px !important;
}

.rt-rounded-6 {
  border-radius: 6px !important;
}

.rt-mr-7 {
  margin-right: 7px !important;
}

.rt-ml-7 {
  margin-left: 7px !important;
}

.rt-rounded-7 {
  border-radius: 7px !important;
}

.rt-mr-8 {
  margin-right: 8px !important;
}

.rt-ml-8 {
  margin-left: 8px !important;
}

.rt-rounded-8 {
  border-radius: 8px !important;
}

.rt-mr-9 {
  margin-right: 9px !important;
}

.rt-ml-9 {
  margin-left: 9px !important;
}

.rt-rounded-9 {
  border-radius: 9px !important;
}

.rt-mr-10 {
  margin-right: 10px !important;
}

.rt-ml-10 {
  margin-left: 10px !important;
}

.rt-rounded-10 {
  border-radius: 10px !important;
}

.rt-mr-11 {
  margin-right: 11px !important;
}

.rt-ml-11 {
  margin-left: 11px !important;
}

.rt-rounded-11 {
  border-radius: 11px !important;
}

.rt-mr-12 {
  margin-right: 12px !important;
}

.rt-ml-12 {
  margin-left: 12px !important;
}

.rt-rounded-12 {
  border-radius: 12px !important;
}

.rt-mr-13 {
  margin-right: 13px !important;
}

.rt-ml-13 {
  margin-left: 13px !important;
}

.rt-rounded-13 {
  border-radius: 13px !important;
}

.rt-mr-14 {
  margin-right: 14px !important;
}

.rt-ml-14 {
  margin-left: 14px !important;
}

.rt-rounded-14 {
  border-radius: 14px !important;
}

.rt-mr-15 {
  margin-right: 15px !important;
}

.rt-ml-15 {
  margin-left: 15px !important;
}

.rt-rounded-15 {
  border-radius: 15px !important;
}

.rt-mr-16 {
  margin-right: 16px !important;
}

.rt-ml-16 {
  margin-left: 16px !important;
}

.rt-rounded-16 {
  border-radius: 16px !important;
}

.rt-mr-17 {
  margin-right: 17px !important;
}

.rt-ml-17 {
  margin-left: 17px !important;
}

.rt-rounded-17 {
  border-radius: 17px !important;
}

.rt-mr-18 {
  margin-right: 18px !important;
}

.rt-ml-18 {
  margin-left: 18px !important;
}

.rt-rounded-18 {
  border-radius: 18px !important;
}

.rt-mr-19 {
  margin-right: 19px !important;
}

.rt-ml-19 {
  margin-left: 19px !important;
}

.rt-rounded-19 {
  border-radius: 19px !important;
}

.rt-mr-20 {
  margin-right: 20px !important;
}

.rt-ml-20 {
  margin-left: 20px !important;
}

.rt-rounded-20 {
  border-radius: 20px !important;
}

.rt-mr-21 {
  margin-right: 21px !important;
}

.rt-ml-21 {
  margin-left: 21px !important;
}

.rt-rounded-21 {
  border-radius: 21px !important;
}

.rt-mr-22 {
  margin-right: 22px !important;
}

.rt-ml-22 {
  margin-left: 22px !important;
}

.rt-rounded-22 {
  border-radius: 22px !important;
}

.rt-mr-23 {
  margin-right: 23px !important;
}

.rt-ml-23 {
  margin-left: 23px !important;
}

.rt-rounded-23 {
  border-radius: 23px !important;
}

.rt-mr-24 {
  margin-right: 24px !important;
}

.rt-ml-24 {
  margin-left: 24px !important;
}

.rt-rounded-24 {
  border-radius: 24px !important;
}

.rt-mr-25 {
  margin-right: 25px !important;
}

.rt-ml-25 {
  margin-left: 25px !important;
}

.rt-rounded-25 {
  border-radius: 25px !important;
}

.rt-mr-26 {
  margin-right: 26px !important;
}

.rt-ml-26 {
  margin-left: 26px !important;
}

.rt-rounded-26 {
  border-radius: 26px !important;
}

.rt-mr-27 {
  margin-right: 27px !important;
}

.rt-ml-27 {
  margin-left: 27px !important;
}

.rt-rounded-27 {
  border-radius: 27px !important;
}

.rt-mr-28 {
  margin-right: 28px !important;
}

.rt-ml-28 {
  margin-left: 28px !important;
}

.rt-rounded-28 {
  border-radius: 28px !important;
}

.rt-mr-29 {
  margin-right: 29px !important;
}

.rt-ml-29 {
  margin-left: 29px !important;
}

.rt-rounded-29 {
  border-radius: 29px !important;
}

.rt-mr-30 {
  margin-right: 30px !important;
}

.rt-ml-30 {
  margin-left: 30px !important;
}

.rt-rounded-30 {
  border-radius: 30px !important;
}

.rt-mb-0 {
  margin-bottom: 0;
}

.rt-pt-0 {
  padding-top: 0;
}

.rt-spacer-0 {
  height: 0;
}

.rt-mb-10 {
  margin-bottom: 10px;
}

.rt-pt-10 {
  padding-top: 10px;
}

.rt-spacer-10 {
  height: 10px;
}

.rt-mb-20 {
  margin-bottom: 20px;
}

.rt-pt-20 {
  padding-top: 20px;
}

.rt-spacer-20 {
  height: 20px;
}

.rt-mb-30 {
  margin-bottom: 30px;
}

.rt-pt-30 {
  padding-top: 30px;
}

.rt-spacer-30 {
  height: 30px;
}

.rt-mb-40 {
  margin-bottom: 40px;
}

.rt-pt-40 {
  padding-top: 40px;
}

.rt-spacer-40 {
  height: 40px;
}

.rt-mb-50 {
  margin-bottom: 50px;
}

.rt-pt-50 {
  padding-top: 50px;
}

.rt-spacer-50 {
  height: 50px;
}

.rt-mb-60 {
  margin-bottom: 60px;
}

.rt-pt-60 {
  padding-top: 60px;
}

.rt-spacer-60 {
  height: 60px;
}

.rt-mb-70 {
  margin-bottom: 70px;
}

.rt-pt-70 {
  padding-top: 70px;
}

.rt-spacer-70 {
  height: 70px;
}

.rt-mb-80 {
  margin-bottom: 80px;
}

.rt-pt-80 {
  padding-top: 80px;
}

.rt-spacer-80 {
  height: 80px;
}

.rt-mb-90 {
  margin-bottom: 90px;
}

.rt-pt-90 {
  padding-top: 90px;
}

.rt-spacer-90 {
  height: 90px;
}

.rt-mb-100 {
  margin-bottom: 100px;
}

.rt-pt-100 {
  padding-top: 100px;
}

.rt-spacer-100 {
  height: 100px;
}

@media (max-width: 1199.98px) {
  .rt-mb-lg-0 {
    margin-bottom: 0;
  }

  .rt-pt-lg-0 {
    padding-top: 0;
  }

  .rt-spacer-lg-0 {
    height: 0;
  }

  .rt-mb-lg-10 {
    margin-bottom: 10px;
  }

  .rt-pt-lg-10 {
    padding-top: 10px;
  }

  .rt-spacer-lg-10 {
    height: 10px;
  }

  .rt-mb-lg-20 {
    margin-bottom: 20px;
  }

  .rt-pt-lg-20 {
    padding-top: 20px;
  }

  .rt-spacer-lg-20 {
    height: 20px;
  }

  .rt-mb-lg-30 {
    margin-bottom: 30px;
  }

  .rt-pt-lg-30 {
    padding-top: 30px;
  }

  .rt-spacer-lg-30 {
    height: 30px;
  }

  .rt-mb-lg-40 {
    margin-bottom: 40px;
  }

  .rt-pt-lg-40 {
    padding-top: 40px;
  }

  .rt-spacer-lg-40 {
    height: 40px;
  }

  .rt-mb-lg-50 {
    margin-bottom: 50px;
  }

  .rt-pt-lg-50 {
    padding-top: 50px;
  }

  .rt-spacer-lg-50 {
    height: 50px;
  }

  .rt-mb-lg-60 {
    margin-bottom: 60px;
  }

  .rt-pt-lg-60 {
    padding-top: 60px;
  }

  .rt-spacer-lg-60 {
    height: 60px;
  }

  .rt-mb-lg-70 {
    margin-bottom: 70px;
  }

  .rt-pt-lg-70 {
    padding-top: 70px;
  }

  .rt-spacer-lg-70 {
    height: 70px;
  }

  .rt-mb-lg-80 {
    margin-bottom: 80px;
  }

  .rt-pt-lg-80 {
    padding-top: 80px;
  }

  .rt-spacer-lg-80 {
    height: 80px;
  }

  .rt-mb-lg-90 {
    margin-bottom: 90px;
  }

  .rt-pt-lg-90 {
    padding-top: 90px;
  }

  .rt-spacer-lg-90 {
    height: 90px;
  }

  .rt-mb-lg-100 {
    margin-bottom: 100px;
  }

  .rt-pt-lg-100 {
    padding-top: 100px;
  }

  .rt-spacer-lg-100 {
    height: 100px;
  }
}

@media (max-width: 991.98px) {
  .rt-mb-md-0 {
    margin-bottom: 0;
  }

  .rt-pt-md-0 {
    padding-top: 0;
  }

  .rt-spacer-md-0 {
    height: 0;
  }

  .rt-mb-md-10 {
    margin-bottom: 10px;
  }

  .rt-pt-md-10 {
    padding-top: 10px;
  }

  .rt-spacer-md-10 {
    height: 10px;
  }

  .rt-mb-md-20 {
    margin-bottom: 20px;
  }

  .rt-pt-md-20 {
    padding-top: 20px;
  }

  .rt-spacer-md-20 {
    height: 20px;
  }

  .rt-mb-md-30 {
    margin-bottom: 30px;
  }

  .rt-pt-md-30 {
    padding-top: 30px;
  }

  .rt-spacer-md-30 {
    height: 30px;
  }

  .rt-mb-md-40 {
    margin-bottom: 40px;
  }

  .rt-pt-md-40 {
    padding-top: 40px;
  }

  .rt-spacer-md-40 {
    height: 40px;
  }

  .rt-mb-md-50 {
    margin-bottom: 50px;
  }

  .rt-pt-md-50 {
    padding-top: 50px;
  }

  .rt-spacer-md-50 {
    height: 50px;
  }

  .rt-mb-md-60 {
    margin-bottom: 60px;
  }

  .rt-pt-md-60 {
    padding-top: 60px;
  }

  .rt-spacer-md-60 {
    height: 60px;
  }

  .rt-mb-md-70 {
    margin-bottom: 70px;
  }

  .rt-pt-md-70 {
    padding-top: 70px;
  }

  .rt-spacer-md-70 {
    height: 70px;
  }

  .rt-mb-md-80 {
    margin-bottom: 80px;
  }

  .rt-pt-md-80 {
    padding-top: 80px;
  }

  .rt-spacer-md-80 {
    height: 80px;
  }

  .rt-mb-md-90 {
    margin-bottom: 90px;
  }

  .rt-pt-md-90 {
    padding-top: 90px;
  }

  .rt-spacer-md-90 {
    height: 90px;
  }

  .rt-mb-md-100 {
    margin-bottom: 100px;
  }

  .rt-pt-md-100 {
    padding-top: 100px;
  }

  .rt-spacer-md-100 {
    height: 100px;
  }
}

@media (max-width: 767.98px) {
  .rt-mb-xs-0 {
    margin-bottom: 0;
  }

  .rt-pt-xs-0 {
    padding-top: 0;
  }

  .rt-spacer-xs-0 {
    height: 0;
  }

  .rt-mb-xs-10 {
    margin-bottom: 10px;
  }

  .rt-pt-xs-10 {
    padding-top: 10px;
  }

  .rt-spacer-xs-10 {
    height: 10px;
  }

  .rt-mb-xs-20 {
    margin-bottom: 20px;
  }

  .rt-pt-xs-20 {
    padding-top: 20px;
  }

  .rt-spacer-xs-20 {
    height: 20px;
  }

  .rt-mb-xs-30 {
    margin-bottom: 30px;
  }

  .rt-pt-xs-30 {
    padding-top: 30px;
  }

  .rt-spacer-xs-30 {
    height: 30px;
  }

  .rt-mb-xs-40 {
    margin-bottom: 40px;
  }

  .rt-pt-xs-40 {
    padding-top: 40px;
  }

  .rt-spacer-xs-40 {
    height: 40px;
  }

  .rt-mb-xs-50 {
    margin-bottom: 50px;
  }

  .rt-pt-xs-50 {
    padding-top: 50px;
  }

  .rt-spacer-xs-50 {
    height: 50px;
  }

  .rt-mb-xs-60 {
    margin-bottom: 60px;
  }

  .rt-pt-xs-60 {
    padding-top: 60px;
  }

  .rt-spacer-xs-60 {
    height: 60px;
  }

  .rt-mb-xs-70 {
    margin-bottom: 70px;
  }

  .rt-pt-xs-70 {
    padding-top: 70px;
  }

  .rt-spacer-xs-70 {
    height: 70px;
  }

  .rt-mb-xs-80 {
    margin-bottom: 80px;
  }

  .rt-pt-xs-80 {
    padding-top: 80px;
  }

  .rt-spacer-xs-80 {
    height: 80px;
  }

  .rt-mb-xs-90 {
    margin-bottom: 90px;
  }

  .rt-pt-xs-90 {
    padding-top: 90px;
  }

  .rt-spacer-xs-90 {
    height: 90px;
  }

  .rt-mb-xs-100 {
    margin-bottom: 100px;
  }

  .rt-pt-xs-100 {
    padding-top: 100px;
  }

  .rt-spacer-xs-100 {
    height: 100px;
  }
}

.pointer {
  cursor: pointer;
}

.text-hide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slick-bullet .slick-dots li button:before {
  display: none !important;
}

.slick-bullet .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slick-bullet .slick-dots li {
  position: relative;
  z-index: 1;
  width: 10px;
  display: inline-block;
  height: 10px;
}

.slick-bullet .slick-dots li button {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-bullet.deafult_style_dot .slick-dots li button {
  overflow: hidden;
  transition: background 0.3s ease;
}

.slick-bullet.deafult_style_dot .slick-dots li.slick-active {
  width: 24px;
}

.slick-bullet.deafult_style_dot .slick-dots li.slick-active button {
  border-radius: 32px;
}

.slick-bullet.dotstyle-fillup .slick-dots li button {
  overflow: hidden;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  transition: background 0.3s ease;
}

.slick-bullet.dotstyle-fillup .slick-dots li button:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 1px #fff;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  border-radius: 50%;
}

.slick-bullet.dotstyle-fillup .slick-dots li.slick-active button::after {
  height: 100%;
}

.slick-bullet.dotstyle-scaleup .slick-dots li button {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.slick-bullet.dotstyle-scaleup .slick-dots li.slick-active button {
  transform: scale(1.2);
  background-color: #fff;
}

.slick-bullet.dotstyle-stroke .slick-dots li button {
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}

.slick-bullet.dotstyle-stroke .slick-dots li.slick-active button {
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff;
}

.slick-bullet.dotstyle-fillin .slick-dots li button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  transition: box-shadow 0.3s ease;
}

.slick-bullet.dotstyle-fillin .slick-dots li.slick-active button {
  box-shadow: inset 0 0 0 8px #fff;
}

.slick-bullet.dotstyle-dotstroke .slick-dots li {
  box-shadow: 0 0 0 2px #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.slick-bullet.dotstyle-dotstroke .slick-dots li button {
  transform: scale(0.4);
  background-color: #fff;
  transition: all 0.3s ease;
}

.slick-bullet.dotstyle-dotstroke .slick-dots li.slick-active button {
  transform: scale(1);
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li button {
  background-color: #fff;
  transition: all 0.3s ease;
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active {
  box-shadow: 0 0 0 2px #fff;
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active button {
  transform: scale(0.4);
}

#scrollUp {
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 55px;
  text-align: center;
}

.modal-header {
  padding: 20px 24px 20px 24px;
}

/* .modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  margin-bottom: 0;
} */
.modal-content {
  border-radius: 16px;
}

.modal-body {
  padding: 24px;
}

.bg-warning-400 {
  background-color: var(--warning-400);
}

.bg-warning-300 {
  background-color: var(--warning-300);
}

.bg-warning-50 {
  background-color: var(--warning-50);
}

.bg-warning-200 {
  background-color: var(--warning-200);
}

.bg-warning-100 {
  background-color: var(--warning-100);
}

.bg-gray-800 {
  background-color: var(--gray-800);
}

.bg-gray-500 {
  background-color: var(--gray-500);
}

.bg-gray-400 {
  background-color: var(--gray-400);
}

.bg-primary-500 {
  background-color: var(--primary-500);
}

.bg-primary-600 {
  background-color: var(--primary-600);
}

.bg-success-400 {
  background-color: var(--success-400);
}

.bg-success-300 {
  background-color: var(--success-300);
}

.bg-pink-400 {
  background-color: var(--pink-400);
}

.z-index {
  z-index: 3;
  position: relative;
}

.max-w-full {
  max-width: 100% !important;
}

header.zuzu-header-section {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
  padding: 13px 0;
  transition: all 0.4s;
}

header.zuzu-header-section.sticky-menu {
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.06);
}

.site-menu-main .nav-link-item {
  color: var(--gray-800);
}

header.zuzu-header-section.zuzu-header-dark.sticky-menu {
  background-color: var(--gray-500);
}

header.zuzu-header-section.zuzu-header-dark.sticky-menu .zuzu-header-btn.black {
  color: var(--gray-500);
  background-color: var(--gray-10);
}

.zuzu-header-dark .site-menu-main .nav-link-item {
  color: var(--gray-10);
}

.zuzu-header-dark.site-header .mobile-menu-trigger span {
  background-color: #fff;
}

.zuzu-header-dark.site-header .mobile-menu-trigger span:after,
.zuzu-header-dark.site-header .mobile-menu-trigger span:before {
  background-color: #fff;
}

.zuzu-responsive-btn {
  display: none;
  margin-top: 40px;
  padding: 0 15px;
}

.zuzu-responsive-btn .zuzu-btn.zuzu-header-btn {
  margin: 25px 0 0;
  padding: 0 33px;
}

@media (max-width: 991px) {
  .zuzu-responsive-btn {
    display: block;
  }
}

.brand-logo.zuzu-menu-left {
  margin-right: 50px;
}

.zuzu-footer-top {
  padding: 110px 0 60px;
}

@media (max-width: 991px) {
  .zuzu-footer-top {
    padding: 100px 0 60px;
  }
}

@media (max-width: 767px) {
  .zuzu-footer-top {
    padding: 80px 0 20px;
  }
}

@media (max-width: 1199px) {
  .zuzu-textarea {
    margin-bottom: 40px;
    max-width: 500px;
  }
}

.zuzu-textarea .zuzu-footer-logo {
  margin-bottom: 30px;
}

.zuzu-textarea p {
  color: #fff;
  opacity: 0.6;
}

.zuzu-textarea .zuzu-copywright {
  font-size: 16px;
  margin-top: 55px;
}

@media (max-width: 991px) {
  .zuzu-textarea .zuzu-copywright {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .zuzu-footer-menu {
    margin-bottom: 40px !important;
  }
}

.zuzu-footer-menu span {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
  display: block;
  color: var(--gray-10);
}

@media (max-width: 991px) {
  .zuzu-footer-menu span {
    margin-bottom: 20px;
  }
}

.zuzu-footer-menu p {
  color: var(--gray-10);
  opacity: 0.6;
}

.zuzu-footer-menu ul li {
  margin-bottom: 10px;
}

.zuzu-footer-menu ul li:last-child {
  margin-bottom: 0;
}

.zuzu-footer-menu ul li a {
  font-size: 18px;
  color: var(--gray-10);
  transition: all 0.4s;
  opacity: 0.6;
}

.zuzu-footer-menu ul li a:hover {
  opacity: 1;
  padding-left: 10px;
  opacity: 1;
}

.zuzu-footer-margin {
  margin-left: 60px;
}

@media (max-width: 991px) {
  .zuzu-footer-margin {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .zuzu-footer-margin {
    margin: 0 0 30px;
  }
}

.zuzu-footer-bottom {
  padding: 35px 0;
  border-top: 1px solid var(--gray-800);
}

@media (max-width: 767px) {
  .zuzu-footer-bottom {
    text-align: center;
  }
}

.zuzu-footer-bottom .zuzu-footer-menu {
  margin: 0 !important;
}

.zuzu-footer-bottom p {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  margin: 0;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .zuzu-footer-bottom p {
    margin: 0 0 20px;
  }
}

.zuzu-footer-bottom .zuzu-footer-menu {
  text-align: right;
}

@media (max-width: 767px) {
  .zuzu-footer-bottom .zuzu-footer-menu {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .zuzu-footer-bottom .zuzu-footer-menu {
    margin-bottom: 0;
  }
}

.zuzu-footer-bottom .zuzu-footer-menu ul li {
  padding-right: 20px;
  display: inline-block;
  position: relative;
  margin: 0;
}

.zuzu-footer-bottom .zuzu-footer-menu ul li::after {
  content: " ";
  top: 14px;
  right: 5px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #fff;
  opacity: 0.8;
}

.zuzu-footer-bottom .zuzu-footer-menu ul li:last-child {
  padding-right: 0;
}

.zuzu-footer-bottom .zuzu-footer-menu ul li:last-child:after {
  content: none;
}

.zuzu-footer-bottom .zuzu-footer-menu ul li a {
  font-size: 16px;
}

.zuzu-footer-bottom .zuzu-footer-menu ul li a:hover {
  padding: 0;
}

.zuzu-footer-light .zuzu-textarea p {
  color: var(--gray-800);
}

.zuzu-footer-light .zuzu-footer-menu span {
  color: var(--gray-800);
}

.zuzu-footer-light .zuzu-footer-menu p {
  opacity: 0.6;
  color: var(--gray-800);
}

.zuzu-footer-light .zuzu-footer-menu ul li a {
  opacity: 0.6;
  color: var(--gray-800);
}

.zuzu-footer-light .zuzu-footer-menu ul li a:hover {
  opacity: 1;
}

.zuzu-footer-light .zuzu-footer-bottom {
  border-top: 1px solid rgba(19, 17, 26, 0.1);
}

.zuzu-footer-light .zuzu-footer-bottom p {
  opacity: 0.6;
  color: var(--gray-800);
}

.zuzu-footer-light .zuzu-footer-bottom .zuzu-footer-menu ul li::after {
  background-color: rgba(19, 17, 26, 0.5);
}

.zuzu-btn {
  font-size: 16px;
  line-height: 24px;
  border-radius: 3px;
  padding: 15px 36px;
  font-weight: 700;
  font-family: Inter, sans-serif;
  width: fit-content;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  color: var(--gray-10);
  background-color: var(--gray-500);
}

.zuzu-btn:hover {
  color: var(--gray-10);
  background-color: var(--gray-800);
}

.zuzu-btn.zuzu-header-btn {
  padding: 13px 35px;
  margin-left: 40px;
  color: var(--gray-10);
}

.zuzu-btn.zuzu-header-btn:hover {
  color: var(--gray-10);
  background-color: var(--gray-800);
}

.zuzu-btn.zuzu-header-btn.black {
  background-color: var(--gray-500);
}

.zuzu-btn.zuzu-header-btn.black:hover {
  background-color: var(--primary-600);
}

.zuzu-btn.zuzu-header-btn.green {
  border: 2px solid var(--success-500);
  background-color: var(--success-500);
}

.zuzu-btn.zuzu-header-btn.green:hover {
  border: 2px solid var(--gray-800);
  background-color: var(--gray-800);
}

.zuzu-btn.zuzu-header-btn.blue {
  color: var(--gray-10);
  border: 2px solid var(--gray-800);
  background-color: var(--primary-400);
  box-shadow: 0 4px 0 0 var(--gray-800);
}

.zuzu-btn.zuzu-header-btn.blue:hover {
  box-shadow: 0 0 0 0 var(--gray-800);
}

.zuzu-btn.zuzu-header-btn.pink {
  color: var(--gray-10);
  background-color: var(--pink-500);
}

.zuzu-btn.zuzu-header-btn.pink:hover {
  background-color: var(--gray-800);
}

.zuzu-btn.zuzu-header-btn.deep-pink {
  color: var(--gray-800);
  background-color: var(--pink-600);
}

.zuzu-btn.zuzu-header-btn.deep-pink:hover {
  color: var(--gray-800);
  background-color: var(--gray-10);
}

.zuzu-btn.zuzu-header-btn.deep-blue {
  color: var(--gray-10);
  background-color: var(--primary-600);
}

.zuzu-btn.zuzu-header-btn.deep-blue:hover {
  background-color: var(--gray-800);
}

.zuzu-btn.zuzu-header-btn.deep-blue2 {
  color: var(--gray-10);
  background-color: var(--primary-600);
}

.zuzu-btn.zuzu-header-btn.deep-blue2:hover {
  color: var(--primary-600);
  background-color: var(--gray-10);
}

.zuzu-btn.btn-white {
  color: var(--gray-800);
  background-color: var(--gray-10);
}

.zuzu-btn.btn-white:hover {
  color: var(--gray-10);
  background-color: var(--primary-600);
}

.zuzu-btn.btn-blue {
  color: var(--gray-10);
  background-color: var(--primary-600);
}

.zuzu-btn.btn-blue:hover {
  color: var(--primary-600);
  background-color: var(--gray-10);
}

.zuzu-btn.btn-deep-blue {
  color: var(--gray-10);
  background-color: var(--primary-600);
}

.zuzu-btn.btn-deep-blue:hover {
  background-color: var(--gray-800);
}

.zuzu-btn.btn-pink {
  color: var(--gray-10);
  background-color: var(--pink-500);
}

.zuzu-btn.btn-pink:before {
  content: none;
}

.zuzu-btn.btn-pink:hover {
  background-color: var(--gray-800);
}

.zuzu-btn.btn-deep-pink {
  color: var(--pink-600);
  box-shadow: 0 4px 40px rgba(255, 0, 212, 0.3);
}

.zuzu-btn.btn-deep-pink:hover {
  color: var(--gray-10);
  background-color: var(--pink-600);
}

.zuzu-btn.gradient.active:before {
  opacity: 1;
}

.zuzu-btn.gradient.active:hover:before {
  width: 200%;
}

.zuzu-btn.gradient:before {
  content: " ";
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.4s;
  opacity: 0;
  border-radius: 10px;
  background: linear-gradient(225deg, #0080ff 0, #7d41ea 46.35%, #ff00d4 100%);
}

.zuzu-btn.active.gradient:before {
  background: linear-gradient(225deg, #30ffc7 0, #512fe7 100%);
}

.zuzu-btn.gradient {
  border-radius: 3px;
}

.zuzu-btn.gradient:before {
  border-radius: 3px;
  background: linear-gradient(225deg, #30ffc7 0, #512fe7 100%);
}

.zuzu-btn:hover .gradient:before {
  opacity: 1;
}

.zuzu-btn:hover:before {
  opacity: 1;
}

.zuzu-btn:hover {
  color: #fff;
}

.zuzu-btn.zuzu-icon-btn2 {
  color: var(--gray-10);
  padding: 13px 24px;
  border-radius: 50px;
  border: 2px solid var(--gray-800);
  background-color: var(--primary-400);
  box-shadow: 0 4px 0 0 var(--gray-800);
}

.zuzu-btn.zuzu-icon-btn2:hover {
  box-shadow: 0 0 0 0 var(--gray-800);
}

.zuzu-btn.zuzu-icon-btn2 img {
  margin-left: 10px;
}

.zuzu-btn.small-btn {
  border-radius: 10px;
  padding: 15.5px 41px;
}

.zuzu-btn.disabled,
.zuzu-btn:disabled {
  opacity: 1;
}

.zuzu-btn.d-block {
  width: 100%;
}

.zuzu-btn.pill {
  border-radius: 999px;
}

.zuzu-btn.btn-icon {
  padding: 9px 24px;
}

.zuzu-btn:focus {
  box-shadow: none;
}

a.zuzu-icon-btn3 {
  width: 70px;
  height: 40px;
  background: #fff;
  border: 2px solid var(--gray-800);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

a.zuzu-icon-btn3 path {
  fill: var(--gray-800);
}

.dropdown-toggle::after {
  border: none;
  content: "\f101";
  font-family: flaticon;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 15px;
}

.fromGroup .btn-link {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-500) !important;
}

.dropdown-menu {
  padding: 7px 0;
  color: var(--gray-700);
  border: none;
  border: 1px solid var(--gray-100);
  box-sizing: border-box;
  box-shadow: 0 4px 24px rgba(25, 27, 28, 0.16);
  border-radius: 4px;
  min-width: 160px;
}

.dropdown-item {
  color: var(--gray-600);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 5px 15px !important;
}

.dropdown-item:hover {
  background-color: transparent;
  color: var(--danger-500);
}

.dropdown-item svg {
  margin-right: 4px;
}

.dropdown-item path {
  transition: all 0.4s;
  stroke: var(--gray-600);
}

.dropdown-item:hover path {
  stroke: var(--danger-500);
}

input,
input[type="date"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
textarea {
  margin: 0;
  width: 100%;
  height: 60px;
  color: var(--gray-800);
  border-radius: 50px;
  background-color: transparent;
  padding: 15px 30px !important;
  border: none !important;
  transition: all 0.4s;
  border: 1px solid var(--gray-700) !important;
}

@media (max-width: 991px) {

  input,
  input[type="date"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  textarea {
    height: 55px;
  }
}

input:focus,
textarea:focus {
  border: 1px solid var(--primary-500) !important;
}

textarea {
  height: 150px;
  resize: none;
  border-radius: 20px;
}

@media (max-width: 767px) {
  textarea {
    height: 100px;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--gray-800);
  opacity: 0.6;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--gray-800);
  opacity: 0.6;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--gray-800);
  opacity: 0.6;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--gray-800);
  opacity: 0.6;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--gray-800);
  opacity: 0.6;
}

input::placeholder,
textarea::placeholder {
  color: var(--gray-800);
  opacity: 0.6;
}

.zuzu-footer-subscribe {
  position: relative;
}

.zuzu-footer-subscribe input {
  font-size: 16px;
  height: 50px;
  background: #fff;
  border: 1px solid var(--gray-800) !important;
  border-radius: 50px;
  padding-right: 137px !important;
  box-shadow: 0 5px 0 0 var(--gray-800);
}

#zuzu-footer-subscribe-btn {
  width: 130px;
  height: 40px;
  color: var(--gray-10);
  border-radius: 50px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: var(--primary-400);
}

.zuzu-newsletter-field2 {
  max-width: 466px;
  margin: 0 auto;
  position: relative;
  margin-top: 45px;
}

.zuzu-newsletter-field2 input {
  height: 55px;
  border-radius: 50px !important;
  padding: 10px 160px 10px 25px !important;
  background-color: var(--gray-10);
  border: none !important;
}

@media (max-width: 479px) {
  .zuzu-newsletter-field2 input {
    padding: 10px 25px 10px 25px !important;
  }
}

@media (max-width: 991px) {
  .zuzu-newsletter-field2 {
    max-width: 100%;
  }
}

.zuzu-newsletter-field2 input {
  border-radius: 3px;
}

#zuzu-newsletter-btn2 {
  border-radius: 50px;
  right: 5px;
  top: 5px;
  height: 45px;
  width: 150px;
  position: absolute;
  background: var(--gray-800);
  color: #fff;
  transition: all 0.4s;
}

#zuzu-newsletter-btn2:hover {
  background-color: var(--pink-500);
}

@media (max-width: 479px) {
  #zuzu-newsletter-btn2 {
    width: 100%;
    margin-top: 20px;
    position: static;
  }
}

.zuzu-newsletter-field {
  margin-top: 45px;
}

.zuzu-newsletter-field input {
  height: 55px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  width: 320px;
  margin-right: 15px;
  border: 1px solid #30ffc7 !important;
}

@media (max-width: 767px) {
  .zuzu-newsletter-field input {
    width: 100%;
    margin: 0;
  }
}

button#zuzu-newsletter-btn {
  width: 160px;
  height: 55px;
  background: linear-gradient(225deg, #30ffc7 0, #512fe7 100%);
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 767px) {
  button#zuzu-newsletter-btn {
    width: 100%;
    margin-top: 15px;
  }
}

.zuzu-newsletter-field input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.zuzu-newsletter-field input:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}

.zuzu-newsletter-field input::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}

.zuzu-newsletter-field input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.zuzu-newsletter-field input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.zuzu-newsletter-field input::placeholder {
  color: #fff;
  opacity: 0.5;
}

.zuzu-newsletter-field {
  margin-top: 45px;
}

.zuzu-newsletter-field input {
  height: 55px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  width: 320px;
  margin-right: 15px;
  border: 1px solid #30ffc7 !important;
}

@media (max-width: 767px) {
  .zuzu-newsletter-field input {
    width: 100%;
    margin: 0;
  }
}

button#zuzu-newsletter-btn {
  width: 160px;
  height: 55px;
  background: linear-gradient(225deg, #30ffc7 0, #512fe7 100%);
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 767px) {
  button#zuzu-newsletter-btn {
    width: 100%;
    margin-top: 15px;
  }
}

.zuzu-newsletter-field input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.zuzu-newsletter-field input:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}

.zuzu-newsletter-field input::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}

.zuzu-newsletter-field input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.zuzu-newsletter-field input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.zuzu-newsletter-field input::placeholder {
  color: #fff;
  opacity: 0.5;
}

.breadcrumbs {
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* .breadcrumbs h1 {
  font-weight: 800;
}
@media (max-width: 575px) {
  .breadcrumbs h1 {
    margin-bottom: 10px;
  }
} */
.breadcrumb {
  margin: 45px 0 0;
  justify-content: center;
}

@media (max-width: 991px) {
  .breadcrumb {
    margin: 25px 0 0;
  }
}

.breadcrumb .breadcrumb-item {
  color: var(--gray-800);
}

.breadcrumb .breadcrumb-item a {
  color: var(--gray-800);
}

.breadcrumb .breadcrumb-item.active {
  font-weight: 600;
}

/* .dark h1 {
  color: var(--gray-10);
} */
.dark .breadcrumb .breadcrumb-item {
  color: var(--gray-10);
}

.dark .breadcrumb .breadcrumb-item a {
  color: var(--gray-10);
}

.dark .breadcrumb .breadcrumb-item.active {
  font-weight: 600;
}

.pagination {
  justify-content: center;
}

.page-item .page-link {
  height: 50px;
  width: 50px;
  background-color: transparent;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 100%;
  color: rgba(19, 17, 26, 0.8);
  text-align: center;
}

.page-item .page-link:focus {
  box-shadow: none;
  outline: 0;
}

.page-item .page-link:hover {
  color: var(--gray-800);
  background-color: var(--warning-500);
}

.page-item .page-link.active {
  color: var(--gray-800);
  background-color: var(--warning-500);
}

.page-item:first-child .page-link {
  border-radius: 5px 0 0 5px;
}

.page-item:last-child .page-link {
  border-radius: 0 5px 5px 0;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  color: #0080ff;
}

.page-item:first-child .page-link svg,
.page-item:last-child .page-link svg {
  position: absolute;
  right: -22px;
}

.page-item:first-child .page-link svg path,
.page-item:last-child .page-link svg path {
  stroke: var(--gray-10);
  transition: all 0.4s;
}

.page-item:first-child .page-link:hover path,
.page-item:last-child .page-link:hover path {
  stroke: #0080ff;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  background-color: transparent !important;
}

.page-item.active .page-link {
  color: #fff;
  background-color: var(--gray-900);
}

.zuzu-pagination {
  text-align: center;
  margin-top: 56px;
}

@media (max-width: 767px) {
  .zuzu-pagination {
    margin-top: 35px;
  }
}

.zuzu-card-wrap {
  background: var(--gray-10);
  border: none;
  border-radius: 13px;
  padding: 15px;
}

.zuzu-card-wrap:hover .zuzu-card-thumb img {
  transform: scale(1.1) rotate(3deg);
}

.zuzu-card-thumb {
  overflow: hidden;
  border-radius: 13px;
}

.zuzu-card-thumb img {
  width: 100%;
  object-fit: cover;
  object-position: center top;
  transition: all 0.4s;
}

.zuzu-card-data {
  margin-top: 20px;
}

/* .zuzu-card-data h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--gray-800);
  margin: 0 0 5px;
  font-family: Inter, sans-serif;
} */
.zuzu-card-footer-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .zuzu-card-footer-data h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--gray-800);
  margin: 0;
  opacity: 0.5;
  font-family: Inter, sans-serif;
} */
a.zuzu-card-btn {
  width: 93.76px;
  height: 31.25px;
  background: #724fe5;
  border-radius: 52.0891px;
  font-weight: 700;
  font-size: 12.5014px;
  text-align: center;
  color: #fff;
  padding: 1px;
  display: inline-block;
}

.zuzu-card-slider .zuzu-card-wrap {
  margin: 0 12px;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}

.zuzu-btn-wrap {
  margin-top: 45px;
}

@media (max-width: 991px) {
  .zuzu-btn-wrap {
    margin-top: 40px;
  }
}

.zuzu-hero-section {
  z-index: 0;
  overflow: hidden;
  position: relative;
  padding: 170px 0 130px;
}

@media (max-width: 991px) {
  .zuzu-hero-section {
    padding: 150px 0 100px;
  }
}

@media (max-width: 767px) {
  .zuzu-hero-section {
    padding: 120px 0 80px;
  }
}

@media (max-width: 991px) {
  .zuzu-hero-content {
    text-align: center;
  }
}

/* .zuzu-hero-content.zuzu-dark-content h1 {
  color: var(--gray-10);
}
.zuzu-hero-content.zuzu-dark-content p {
  color: var(--gray-10);
}
.zuzu-hero-content p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: var(--gray-800);
}
@media (max-width: 767px) {
  .zuzu-hero-content p {
    font-size: 18px;
    line-height: 28px;
  }
} */
/* .zuzu-hero-content.font-cabin h1 {
  font-family: Cabin, sans-serif;
}
.zuzu-hero-content.font-syne h1 {
  font-family: Syne, sans-serif;
}
.zuzu-hero-content.font-grotesk h1 {
  font-family: "Space Grotesk", sans-serif;
} */
.zuzu-hero-btn-wrap {
  margin-top: 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .zuzu-hero-btn-wrap {
    justify-content: center;
    margin-top: 40px;
  }
}

.zuzu-hero-btn-wrap .zuzu-btn {
  margin-right: 24px;
}

.zuzu-hero-btn-wrap .zuzu-btn:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

@media (max-width: 420px) {
  .zuzu-hero-btn-wrap .zuzu-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.zuzu-popup.zuzu-popup-hero {
  position: relative;
  top: inherit;
  left: inherit;
  transform: inherit;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: Inter, sans-serif;
}

.zuzu-popup.zuzu-popup-hero img {
  margin-right: 7px;
}

@media (max-width: 991px) {
  .zuzu-popup.zuzu-popup-hero img {
    width: auto;
  }
}

.zuzu-popup.zuzu-popup-hero .waves {
  width: 130px;
  height: 130px;
  left: -38px;
  top: -38px;
}

.zuzu-hero-card1 {
  margin-bottom: 75px;
  text-align: center;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 991px) {
  .zuzu-hero-card1 {
    margin: 70px 0 40px;
  }
}

.zuzu-hero-card1 img {
  transform: rotate(10deg);
}

@media (max-width: 1199px) {
  .zuzu-hero-card1 img {
    width: 350px;
  }
}

@media (max-width: 991px) {
  .zuzu-hero-card1 img {
    width: auto;
    transform: rotate(0);
  }
}

.zuzu-hero-card2 {
  text-align: right;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 991px) {
  .zuzu-hero-card2 {
    text-align: center;
  }
}

.zuzu-hero-card2 img {
  transform: rotate(-10deg);
}

@media (max-width: 1199px) {
  .zuzu-hero-card2 img {
    width: 350px;
  }
}

@media (max-width: 991px) {
  .zuzu-hero-card2 img {
    width: auto;
    transform: rotate(0);
  }
}

@-webkit-keyframes float {
  0% {
    transform: translatey(0);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0);
  }
}

@keyframes float {
  0% {
    transform: translatey(0);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0);
  }
}

.zuzu-hero-section2 {
  padding: 180px 0 120px;
  background-color: var(--warning-10);
}

@media (max-width: 991px) {
  .zuzu-hero-section2 {
    padding: 170px 0 100px;
  }
}

@media (max-width: 767px) {
  .zuzu-hero-section2 {
    padding: 150px 0 80px;
  }
}

.zuzu-hero-section2 .zuzu-hero-content.zuzu-hero-content2 {
  padding-bottom: 70px;
}

.zuzu-hero-content2 {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.zuzu-hero-content2 p {
  padding: 0 70px;
}

@media (max-width: 767px) {
  .zuzu-hero-content2 p {
    padding: 0;
  }
}

.zuzu-card-thumb-wrap {
  position: relative;
  float: right;
}

@media (max-width: 991px) {
  .zuzu-card-thumb-wrap {
    float: none;
    margin: 0 100px 80px;
  }
}

@media (max-width: 767px) {
  .zuzu-card-thumb-wrap {
    margin: 0 0 50px;
  }
}

.zuzu-hero-section3 {
  position: relative;
  padding: 180px 0 100px;
  background-color: var(--gray-500);
}

@media (max-width: 991px) {
  .zuzu-hero-section3 {
    padding: 170px 0 0;
  }
}

@media (max-width: 767px) {
  .zuzu-hero-section3 {
    padding: 150px 0 0;
  }
}

.zuzu-hero-content3 {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
}

.zuzu-hero-box {
  position: absolute;
  transform-style: preserve-3d;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 991px) {
  .zuzu-hero-box {
    display: none;
  }
}

.zuzu-hero-box.box1 {
  right: 14%;
  bottom: 14%;
}

@media (max-width: 1550px) {
  .zuzu-hero-box.box1 {
    right: 4%;
    bottom: 10%;
  }
}

@media (max-width: 1550px) {
  .zuzu-hero-box.box1 img {
    width: 80%;
  }
}

.zuzu-hero-box.box2 {
  left: 4%;
  bottom: 37%;
}

@media (max-width: 1550px) {
  .zuzu-hero-box.box2 {
    left: 2%;
    bottom: 51%;
  }
}

.zuzu-hero-box.box2 img {
  width: 80%;
}

@media (max-width: 1550px) {
  .zuzu-hero-box.box2 img {
    width: 50%;
  }
}

@keyframes hero_animation {
  100% {
    transform: rotateX(0) rotateY(360deg) rotateZ(360deg);
  }
}

@-webkit-keyframes hero_animation {
  0% {
    transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0) rotateY(0) rotateZ(0) translateX(0) translateY(0) translateZ(0) skew(0deg, 0deg);
  }

  100% {
    transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0) rotateY(360deg) rotateZ(360deg) translateX(0) translateY(0) translateZ(0) skew(0deg, 0deg);
  }
}

@keyframes rotate {
  0% {
    transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0) rotateY(0) rotateZ(0) translateX(0) translateY(0) translateZ(0) skew(0deg, 0deg);
  }

  100% {
    transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0) rotateY(360deg) rotateZ(360deg) translateX(0) translateY(0) translateZ(0) skew(0deg, 0deg);
  }
}

.zuzu-hero-section4 {
  padding: 180px 0 120px;
  background-color: var(--warning-50);
}

@media (max-width: 991px) {
  .zuzu-hero-section4 {
    padding: 170px 0 100px;
  }
}

@media (max-width: 767px) {
  .zuzu-hero-section4 {
    padding: 150px 0 80px;
  }
}

.zuzu-hero-content4 {
  margin: 0;
}

/* .zuzu-hero-content4 h1 {
  font-weight: 800;
}
.zuzu-hero-content4 h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #f290e7;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
}
.zuzu-hero-content4 p {
  margin-right: 50px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .zuzu-hero-content4 p {
    margin: 0 0 40px;
  }
} */
.zuzu-hero-thumb4 {
  position: relative;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0 auto;
}

.zuzu-hero-thumb4:hover .zuzu-hero-thumb-inner.thumb-one {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

@media (max-width: 991px) {
  .zuzu-hero-thumb4:hover .zuzu-hero-thumb-inner.thumb-one {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.zuzu-hero-thumb4:hover .zuzu-hero-thumb-inner.thumb-two {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  opacity: 1;
}

@media (max-width: 991px) {
  .zuzu-hero-thumb4:hover .zuzu-hero-thumb-inner.thumb-two {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.zuzu-hero-thumb4:hover .zuzu-hero-thumb-inner.thumb-three {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  opacity: 1;
}

@media (max-width: 991px) {
  .zuzu-hero-thumb4:hover .zuzu-hero-thumb-inner.thumb-three {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.zuzu-hero-thumb-inner {
  border-radius: 10px;
  position: absolute;
}

@media (max-width: 991px) {
  .zuzu-hero-thumb-inner {
    position: static;
  }
}

.zuzu-hero-thumb-inner.thumb-one {
  width: 70%;
  right: 10%;
  transition: all 0.4s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media (max-width: 1199px) {
  .zuzu-hero-thumb-inner.thumb-one {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .zuzu-hero-thumb-inner.thumb-one {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
}

.zuzu-hero-thumb-inner.thumb-two {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  right: 7%;
}

@media (max-width: 1399px) {
  .zuzu-hero-thumb-inner.thumb-two {
    width: 65%;
  }
}

@media (max-width: 1199px) {
  .zuzu-hero-thumb-inner.thumb-two {
    width: 81%;
  }
}

@media (max-width: 991px) {
  .zuzu-hero-thumb-inner.thumb-two {
    opacity: 1;
    display: none;
  }
}

.zuzu-hero-thumb-inner.thumb-three {
  opacity: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  right: 6%;
  top: 5%;
  transition: all 0.4s;
}

@media (max-width: 1399px) {
  .zuzu-hero-thumb-inner.thumb-three {
    width: 60%;
  }
}

@media (max-width: 1199px) {
  .zuzu-hero-thumb-inner.thumb-three {
    width: 71%;
  }
}

@media (max-width: 991px) {
  .zuzu-hero-thumb-inner.thumb-three {
    opacity: 1;
    display: none;
  }
}

.zuzu-hero-section5 {
  padding-top: 120px;
  background-color: #080808;
}

.zuzu-hero-content5 {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .zuzu-hero-content5 {
    margin-top: 0;
  }
}

/* .zuzu-hero-content5 h1 {
  font-size: 77px;
  line-height: 85px;
}
@media (max-width: 1399px) {
  .zuzu-hero-content5 h1 {
    font-size: 66px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .zuzu-hero-content5 h1 {
    font-size: 48px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .zuzu-hero-content5 h1 {
    font-size: 36px;
    line-height: 48px;
  }
} */
.zuzu-hero-content5 span {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  color: var(--pink-600);
}

.zuzu-hero-thumb5 {
  position: relative;
}

@media (max-width: 991px) {
  .zuzu-hero-thumb5 {
    margin-top: 40px;
  }
}

.zuzu-hero-thumb5 .zuzu-hero-shape {
  position: absolute;
  -webkit-animation: rotate-animation 10s infinite linear;
  -moz-animation: rotate-animation 10s infinite linear;
  -o-animation: rotate-animation 10s infinite linear;
  animation: rotate-animation 10s infinite linear;
}

.zuzu-hero-thumb5 .zuzu-hero-shape.shape-one {
  top: 39%;
}

.zuzu-hero-thumb5 .zuzu-hero-shape.shape-two {
  top: 40px;
  right: 0;
}

.zuzu-hero-thumb5 .zuzu-hero-shape.shape-three {
  top: 17%;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 575px) {
  .zuzu-hero-thumb5 .zuzu-hero-shape.shape-three {
    width: 100px;
  }
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.zuzu-counter-section {
  padding: 80px 0 0;
}

@media (max-width: 991px) {
  .zuzu-counter-section {
    padding: 80px 0 0;
  }
}

.zuzu-counter-wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .zuzu-counter-wrap {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .zuzu-counter-wrap {
    display: block;
  }
}

@media (max-width: 991px) {
  .zuzu-counter-data {
    flex: 0 0 50%;
    margin-bottom: 30px;
  }

  .zuzu-counter-data:nth-child(3),
  .zuzu-counter-data:nth-child(4) {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .zuzu-counter-data:nth-child(3) {
    margin-bottom: 30px;
  }
}

/* .zuzu-counter-data h2 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 68px;
  font-family: Cabin, sans-serif;
}
@media (max-width: 767px) {
  .zuzu-counter-data h2 {
    font-size: 48px;
  }
}
.zuzu-counter-data p {
  color: #fff;
}
.zuzu-counter-light .zuzu-counter-data h2 {
  color: var(--gray-800);
  font-family: "Public Sans", sans-serif;
} */
.zuzu-counter-light .zuzu-counter-data h2 strong {
  color: var(--primary-600);
}

.zuzu-counter-light .zuzu-counter-data p {
  color: var(--gray-800);
}

.zuzu-counter-wrap4 {
  flex-wrap: inherit;
  display: flex;
}

.zuzu-counter-wrap4 .zuzu-counter-data {
  padding-right: 30px;
  margin-right: 35px;
  border-right: 1px solid rgba(19, 17, 26, 0.1);
  margin-bottom: 0;
}

.zuzu-counter-wrap4 .zuzu-counter-data:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}

@media (max-width: 991px) {
  .zuzu-counter-wrap4 .zuzu-counter-data {
    margin: 0 10px !important;
    padding: 0 10px !important;
  }
}

/* .zuzu-counter-wrap4 .zuzu-counter-data h2 {
  color: var(--pink-500);
  margin-bottom: 0;
} */
.zuzu-counter-wrap4 .zuzu-counter-data h2 strong {
  background: 0 0;
  color: var(--pink-500);
  -webkit-text-fill-color: var(--pink-500);
}

/* .zuzu-counter-wrap4 .zuzu-counter-data p {
  opacity: 0.6;
  color: var(--gray-800);
} */
.zuzu-team-wrap {
  text-align: center;
  margin-bottom: 24px;
}

/* .zuzu-team-wrap.dark .zuzu-team-data h4 {
  color: var(--gray-10);
}
.zuzu-team-wrap.dark .zuzu-team-data p {
  color: rgba(255, 255, 255, 0.8);
} */
.zuzu-team-wrap.dark .zuzu-team-data p path {
  fill: var(--gray-10);
}

.zuzu-team-wrap.dark .zuzu-team-data p:hover path {
  fill: var(--primary-400);
}

.zuzu-team-thumb {
  margin-bottom: 25px;
  transition: all 0.4s;
}

.zuzu-team-data h4 {
  font-family: Inter, sans-serif;
  margin-bottom: 10px;
}

.zuzu-team-data p {
  font-size: 20px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zuzu-team-data p svg {
  margin-left: 10px;
}

.zuzu-team-data p path {
  transition: all 0.4s;
}

.zuzu-team-data p:hover path {
  fill: var(--primary-400);
}

.zuzu-team-data.zuzu-v2 p:hover path {
  fill: var(--pink-500);
}

.zuzu-team-wrap.wrap2 {
  background: #fff;
  height: calc(100% - 24px);
  overflow: hidden;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.06);
}

.zuzu-team-wrap.wrap2.dark {
  background-color: var(--gray-800);
}

/* .zuzu-team-wrap.wrap2.dark h4 {
  color: var(--gray-10);
}
.zuzu-team-wrap.wrap2 h4 {
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  font-family: Inter, sans-serif;
}
@media (max-width: 991px) {
  .zuzu-team-wrap.wrap2 h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
} */
@media (max-width: 767px) {
  .zuzu-team-wrap.wrap2 {
    height: 100%;
  }
}

.zuzu-iconbox-wrap {
  text-align: center;
  margin-bottom: 24px;
}

.zuzu-iconbox-icon {
  margin-bottom: 20px;
}

/* .zuzu-iconbox-data h4 {
  color: var(--gray-10);
}
.zuzu-iconbox-data p {
  color: rgba(255, 255, 255, 0.8);
} */
.zuzu-iconbox-bg {
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 15%;
}

@media (max-width: 1400px) {
  .zuzu-iconbox-bg {
    background-size: 80%;
  }
}

@media (max-width: 991px) {
  .zuzu-iconbox-bg {
    display: none !important;
  }
}

.custom_margin_b {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .custom_margin_b {
    margin: 0;
  }
}

.zuzu-iconbox-wrap2 {
  padding: 40px;
  border-radius: 3px;
  transition: all 0.4s;
  margin-bottom: 24px;
  border: 1px solid var(--gray-800);
}

.zuzu-iconbox-wrap2:hover {
  background-color: var(--gray-800);
}

.zuzu-iconbox-wrap2:hover .zuzu-iconbox-icon2 {
  background-color: var(--gray-500);
}

@media (max-width: 991px) {
  .zuzu-iconbox-wrap2 {
    padding: 30px;
  }
}

.zuzu-iconbox-wrap2.active {
  background-color: var(--gray-800);
}

.zuzu-iconbox-wrap2.active .zuzu-iconbox-icon2 {
  background-color: var(--gray-500);
}

.zuzu-iconbox-icon2 {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-bottom: 30px;
  transition: all 0.4s;
  background-color: var(--gray-800);
}

/* .zuzu-iconbox-data2 h4 {
  color: var(--gray-10);
  font-family: Syne, sans-serif;
}
.zuzu-iconbox-data2 p {
  opacity: 0.8;
  color: var(--gray-10);
} */
.zuzu-iconbox-wrap3 {
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 24px;
  transition: all 0.4s;
  background-color: var(--warning-50);
}

.zuzu-iconbox-wrap3:hover a.zuzu-icon-btn3 {
  box-shadow: 0 4px 0 0 var(--gray-800);
  background-color: var(--primary-400);
}

.zuzu-iconbox-wrap3:hover a.zuzu-icon-btn3 path {
  fill: var(--gray-10);
}

.zuzu-iconbox-icon3 {
  width: 60px;
  height: 60px;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--gray-800);
}

/* .zuzu-iconbox-data3 h5 {
  font-weight: 700;
}
.zuzu-iconbox-data3 p {
  font-size: 16px;
  line-height: 24px;
} */
.zuzu-iconbox-wrap4 {
  display: flex;
  align-items: center;
  margin-right: 15%;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .zuzu-iconbox-wrap4 {
    margin-right: 0;
  }
}

.zuzu-iconbox-wrap4:hover .zuzu-iconbox-icon7 {
  box-shadow: 0 0 0 0 var(--gray-800);
}

.zuzu-iconbox-icon4 {
  width: 60px;
  height: 60px;
  display: flex;
  flex-shrink: 0;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 160px;
  transition: all 0.4s;
  border: 1px solid var(--gray-800);
  box-shadow: 0 5px 0 0 var(--gray-800);
}

.zuzu-iconbox-icon4:hover {
  box-shadow: 0 0 0 0 var(--gray-800);
}

.zuzu-iconbox-icon4.iconbox-icon1 {
  background-color: #38b3d1;
}

.zuzu-iconbox-icon4.iconbox-icon2 {
  background-color: #f290e7;
}

.zuzu-iconbox-icon4.iconbox-icon3 {
  background-color: #0568fd;
}

/* .zuzu-iconbox-data4 h5 {
  margin: 0;
  font-weight: 600;
  font-family: Inter, sans-serif;
} */
.zuzu-iconbox-wrap5 {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.zuzu-iconbox-icon5 {
  margin-right: 15px;
  flex-shrink: 0;
}

/* .zuzu-iconbox-data5 h5 {
  margin: 0;
  font-weight: 600;
  font-family: Inter, sans-serif;
  color: var(--gray-10);
} */
.zuzu-sm-title {
  text-align: center;
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .zuzu-sm-title {
    margin-bottom: 40px;
  }
}

/* .zuzu-sm-title h5 {
  margin: 0;
  font-weight: 600;
  font-family: Inter, sans-serif;
}
.zuzu-sm-title.dark h5 {
  color: var(--gray-10);
} */
.zuzu-iconbox-wrap6 {
  border-radius: 3px;
  padding: 39px;
  display: flex;
  transition: all 0.4s;
  margin-bottom: 24px;
  border: 1px solid var(--gray-800);
  border-radius: 3px;
}

@media (max-width: 991px) {
  .zuzu-iconbox-wrap6 {
    padding: 30px;
    background-color: var(--gray-800);
  }
}

@media (max-width: 479px) {
  .zuzu-iconbox-wrap6 {
    display: block;
  }
}

.zuzu-iconbox-wrap6:hover {
  background-color: var(--gray-800);
}

.zuzu-iconbox-wrap6:hover .zuzu-icon-btn {
  color: var(--pink-600);
}

.zuzu-iconbox-wrap6:hover .zuzu-icon-btn path {
  fill: var(--pink-600);
}

.zuzu-iconbox-icon6 {
  flex-shrink: 0;
  margin-right: 40px;
  width: 68.59px;
  height: 68.59px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--gray-10);
}

@media (max-width: 991px) {
  .zuzu-iconbox-icon6 {
    margin-right: 30px;
  }
}

@media (max-width: 479px) {
  .zuzu-iconbox-icon6 {
    margin: 0 0 25px;
  }
}

/* .zuzu-iconbox-data6 h4 {
  color: var(--gray-10);
}
.zuzu-iconbox-data6 p {
  color: rgba(255, 255, 255, 0.8);
} */
.zuzu-icon-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-10);
}

.zuzu-icon-btn svg {
  transition: all 0.4s;
  margin-left: 7px;
}

.zuzu-icon-btn svg path {
  transition: all 0.4s;
}

.zuzu-iconbox-wrap7 {
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 24px;
  text-align: center;
  background-color: var(--gray-10);
}

.zuzu-iconbox-wrap7.dark {
  background-color: var(--gray-500);
}

/* .zuzu-iconbox-wrap7.dark .zuzu-iconbox-data7 h4 {
  color: var(--gray-10);
}
.zuzu-iconbox-wrap7.dark .zuzu-iconbox-data7 p {
  color: rgba(255, 255, 255, 0.8);
} */
.zuzu-iconbox-icon7 {
  margin-bottom: 30px;
}

.zuzu--accordion-one .accordion-item {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid var(--gray-800);
}

.zuzu--accordion-one .accordion-button {
  padding: 30px 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  font-family: Inter, sans-serif;
  color: var(--gray-800);
  background-color: transparent;
}

@media (max-width: 767px) {
  .zuzu--accordion-one .accordion-button {
    font-size: 20px;
    line-height: 30px;
  }
}

.zuzu--accordion-one .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.zuzu--accordion-one .accordion-button:after {
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.0001 0.600098C9.66284 0.600098 10.2001 1.13736 10.2001 1.8001V7.8001H16.2001C16.8628 7.8001 17.4001 8.33736 17.4001 9.0001C17.4001 9.66284 16.8628 10.2001 16.2001 10.2001H10.2001V16.2001C10.2001 16.8628 9.66284 17.4001 9.0001 17.4001C8.33736 17.4001 7.8001 16.8628 7.8001 16.2001V10.2001H1.8001C1.13736 10.2001 0.600098 9.66284 0.600098 9.0001C0.600098 8.33735 1.13736 7.8001 1.8001 7.8001L7.8001 7.8001V1.8001C7.8001 1.13736 8.33736 0.600098 9.0001 0.600098Z' fill='%23111827'/%3E%3C/svg%3E%0A");
}

.zuzu--accordion-one .accordion-button:not(.collapsed)::after {
  transform: rotate(-45deg);
}

.zuzu--accordion-one .accordion-body {
  font-size: 18px;
  line-height: 30px;
  color: rgba(19, 17, 26, 0.8);
  padding: 0 220px 25px 0;
}

@media (max-width: 1199px) {
  .zuzu--accordion-one .accordion-body {
    padding: 0 0 25px;
  }
}

.zuzu--accordion-one.accordion-two .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.zuzu--accordion-one.accordion-two .accordion-button {
  color: #fff;
  font-size: 20px;
  padding: 20px 50px;
}

.zuzu--accordion-one.accordion-two .accordion-button:after {
  left: 0;
  top: 27px;
  background-size: 20px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L10 10L18 2' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.zuzu--accordion-one.accordion-two .accordion-button:not(.collapsed)::after {
  top: 17px;
  transform: rotate(-180deg);
}

.zuzu--accordion-one.accordion-two .accordion-body {
  padding: 0 130px 22px 52px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .zuzu--accordion-one.accordion-two .accordion-body {
    padding: 0 20px 20px 52px;
  }
}

.zuzu--accordion-one.accordion-three .accordion-item {
  border: 0.5px solid #fff;
  border-bottom: none;
}

.zuzu--accordion-one.accordion-three .accordion-item:last-child {
  border-bottom: 0.5px solid #fff;
}

.zuzu--accordion-one.accordion-three .accordion-button {
  font-size: 20px;
  line-height: 28px;
  padding: 30px;
  color: var(--gray-10);
}

.zuzu--accordion-one.accordion-three .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0625 6.5625H8.4375V0.9375C8.4375 0.68886 8.33873 0.450403 8.16291 0.274588C7.9871 0.0987722 7.74864 0 7.5 0C7.25136 0 7.0129 0.0987722 6.83709 0.274588C6.66127 0.450403 6.5625 0.68886 6.5625 0.9375V6.5625H0.9375C0.68886 6.5625 0.450403 6.66127 0.274588 6.83709C0.0987722 7.0129 0 7.25136 0 7.5C0 7.74864 0.0987722 7.9871 0.274588 8.16291C0.450403 8.33873 0.68886 8.4375 0.9375 8.4375H6.5625V14.0625C6.5625 14.3111 6.66127 14.5496 6.83709 14.7254C7.0129 14.9012 7.25136 15 7.5 15C7.74864 15 7.9871 14.9012 8.16291 14.7254C8.33873 14.5496 8.4375 14.3111 8.4375 14.0625V8.4375H14.0625C14.3111 8.4375 14.5496 8.33873 14.7254 8.16291C14.9012 7.9871 15 7.74864 15 7.5C15 7.25136 14.9012 7.0129 14.7254 6.83709C14.5496 6.66127 14.3111 6.5625 14.0625 6.5625Z' fill='white'/%3E%3C/svg%3E%0A");
}

.zuzu--accordion-one.accordion-three .accordion-body {
  color: var(--gray-10);
  opacity: 0.8;
  padding: 30px;
  padding-top: 0;
}

.zuzu--accordion-two {
  max-width: 1076px;
  margin: 0 auto;
}

.zuzu--accordion-two .accordion-body {
  padding: 0 110px 25px 0;
}

.zuzu--accordion-two .accordion-button:after {
  width: 32px;
  height: 35px;
  background-size: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='35' viewBox='0 0 33 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='2.69214' width='32.2828' height='32.3077' rx='16.1414' fill='%2313111A'/%3E%3Crect x='0.5' y='0.5' width='31.2828' height='31.3077' rx='15.6414' fill='%236C64CE' stroke='%2313111A'/%3E%3Cpath d='M21.3825 14.0669L15.8857 19.5637L10.3889 14.0669' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.zuzu--accordion-two .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.zuzu--accordion-one.accordion-two.accordion-six .accordion-button {
  font-size: 24px;
  padding: 20px 0;
  font-family: Syne, sans-serif;
}

.zuzu--accordion-one.accordion-two.accordion-six .accordion-button:after {
  right: 0;
}

.zuzu--accordion-one.accordion-two.accordion-six .accordion-body {
  padding: 0 0 22px 0;
}

.zuzu-faq-light.zuzu--accordion-one.accordion-three .accordion-button {
  color: var(--gray-800);
}

.zuzu-faq-light.zuzu--accordion-one.accordion-three .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0625 6.5625H8.4375V0.9375C8.4375 0.68886 8.33873 0.450403 8.16291 0.274588C7.9871 0.0987722 7.74864 0 7.5 0C7.25136 0 7.0129 0.0987722 6.83709 0.274588C6.66127 0.450403 6.5625 0.68886 6.5625 0.9375V6.5625H0.9375C0.68886 6.5625 0.450403 6.66127 0.274588 6.83709C0.0987722 7.0129 0 7.25136 0 7.5C0 7.74864 0.0987722 7.9871 0.274588 8.16291C0.450403 8.33873 0.68886 8.4375 0.9375 8.4375H6.5625V14.0625C6.5625 14.3111 6.66127 14.5496 6.83709 14.7254C7.0129 14.9012 7.25136 15 7.5 15C7.74864 15 7.9871 14.9012 8.16291 14.7254C8.33873 14.5496 8.4375 14.3111 8.4375 14.0625V8.4375H14.0625C14.3111 8.4375 14.5496 8.33873 14.7254 8.16291C14.9012 7.9871 15 7.74864 15 7.5C15 7.25136 14.9012 7.0129 14.7254 6.83709C14.5496 6.66127 14.3111 6.5625 14.0625 6.5625Z' fill='%2313111A'/%3E%3C/svg%3E%0A");
}

.zuzu-faq-light.zuzu--accordion-one.accordion-three .accordion-body {
  color: var(--gray-800);
}

.zuzu-faq-light.zuzu--accordion-one.accordion-three .accordion-item {
  border: 0.5px solid var(--gray-800);
  border-bottom: none;
}

.zuzu-faq-light.zuzu--accordion-one.accordion-three .accordion-item:last-child {
  border-bottom: 0.5px solid var(--gray-800);
}

.zuzu--accordion-one.accordion-two.accordion-seven .accordion-item {
  border-bottom: 1px solid rgba(19, 17, 26, 0.1);
}

.zuzu--accordion-one.accordion-two.accordion-seven .accordion-item:last-child {
  border: none;
}

.zuzu--accordion-one.accordion-two.accordion-seven .accordion-button {
  color: var(--gray-800);
  font-size: 24px;
}

.zuzu--accordion-one.accordion-two.accordion-seven .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L10 10L18 2' stroke='%2313111A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.zuzu--accordion-one.accordion-two.accordion-seven .accordion-body {
  padding: 0 0 22px 52px;
  color: rgba(19, 17, 26, 0.8);
}

.zuzu--accordion-one.accordion-two.accordion-six.accordion-eight .accordion-button {
  font-family: "Space Grotesk", sans-serif;
}

.zuzu-video-thumb {
  position: relative;
}

.zuzu-video-thumb img {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .zuzu-video-thumb {
    margin-bottom: 30px;
  }
}

.zuzu-play-btn,
a.zuzu-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  a.zuzu-popup img {
    width: 90px;
  }
}

@media (max-width: 767px) {
  a.zuzu-popup img {
    width: 75px;
  }
}

.zuzu-play-btn img {
  animation: none !important;
  width: auto !important;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  border-radius: 100%;
  left: -35px;
  top: -35px;
  z-index: 0;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  z-index: -1;
}

@media (max-width: 767px) {
  .waves {
    width: 130px;
    height: 130px;
  }
}

.waves.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.waves.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.waves.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}

.zuzu-video-thumb4 {
  border-radius: 20px;
  overflow: hidden;
  margin-right: 100px;
  position: relative;
  box-shadow: 10px 10px 0 0 var(--gray-800);
}

@media (max-width: 1199px) {
  .zuzu-video-thumb4 {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .zuzu-video-thumb4 {
    margin: 0 0 40px;
  }
}

.zuzu-popup .waves {
  width: 140px;
  height: 140px;
  left: -30px;
  top: -30px;
}

.zuzu-popup .waves2 {
  width: 200px;
  height: 200px;
  left: -40px;
  top: -40px;
}

@media (max-width: 991px) {
  .zuzu-popup .waves2 {
    width: 140px;
    height: 140px;
    left: -25px;
    top: -25px;
  }
}

@media (max-width: 767px) {
  .zuzu-popup .waves2 {
    width: 130px;
    height: 130px;
    left: -28px;
    top: -28px;
  }
}

.zuzu-testimonial-card {
  padding: 30px;
  border-radius: 10px;
  background-color: var(--gray-800);
}

/* .zuzu-testimonial-card h4 {
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--gray-10);
  font-family: Inter, sans-serif;
}
.zuzu-testimonial-card p {
  color: var(--gray-10);
} */
.zuzu-testimonial-author-wrap {
  display: flex;
  align-items: center;
}

.zuzu-testimonial-author-thumb {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}

.zuzu-testimonial-author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* .zuzu-testimonial-author-data h5 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1;
  color: var(--gray-10);
  font-family: Inter, sans-serif;
} */
.zuzu-testimonial-author-data span {
  font-size: 16px;
  opacity: 0.8;
  color: var(--gray-10);
}

.zuzu-testimonial-slider .zuzu-testimonial-card {
  margin: 0 12px;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media (max-width: 991px) {
  ul.slick-dots {
    margin-top: 50px;
  }
}

.slick-dots li button {
  border: none;
  padding: 0;
  color: transparent;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: var(--gray-800);
  transition: 0.2s background-color ease-in-out 0s;
}

.slick-dots li.slick-active button {
  background-color: #724fe5;
}

/* .zuzu-testimonial-content-v7 p {
  font-weight: 600;
  color: var(--gray-10);
}
.zuzu-testimonial-content-v7 h5 {
  font-weight: 600;
  color: var(--gray-10);
  font-family: Inter, sans-serif;
  margin-bottom: 0;
} */
.zuzu-testimonial-content-v7 span {
  color: var(--gray-10);
  opacity: 0.7;
  font-size: 14px;
}

.zuzu-testimonial-rating {
  margin-bottom: 24px;
}

.zuzu-testimonial-rating ul li {
  display: inline-block;
}

.zuzu-map-thumb {
  position: relative;
}

.zuzu-t-user {
  position: absolute;
  border-radius: 100%;
  overflow: hidden;
  animation: zoom-in-zoom-out2 5s ease-out infinite;
}

.zuzu-t-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.zuzu-t-user.t-user1 {
  width: 30px;
  height: 30px;
  top: 28px;
  left: 14%;
}

.zuzu-t-user.t-user2 {
  width: 40px;
  height: 40px;
  bottom: 60px;
  left: 30%;
}

.zuzu-t-user.t-user3 {
  width: 50px;
  height: 50px;
  top: 26%;
  right: 34%;
}

.zuzu-t-user.t-user4 {
  width: 30px;
  height: 30px;
  top: 20%;
  right: 7%;
}

@keyframes zoom-in-zoom-out2 {
  0% {
    transform: scale(0.5, 0.5);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.5, 0.5);
  }
}

.zuzu-cta-section {
  padding-top: 50px;
}

@media (max-width: 1199px) {
  .zuzu-cta-section {
    padding-top: 0;
  }
}

.zuzu-cta-wrap {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
  padding: 80px 60px 80px 80px;
}

@media (max-width: 1199px) {
  .zuzu-cta-wrap {
    border-radius: 5px;
    padding: 80px 60px 0 80px;
  }
}

@media (max-width: 575px) {
  .zuzu-cta-wrap {
    padding: 50px 50px 0 50px;
  }
}

@media (max-width: 1199px) {
  .zuzu-cta-wrap .zuzu-default-content {
    text-align: center;
  }
}

.zuzu-cta-thumb {
  position: absolute;
  bottom: 0;
}

@media (max-width: 1199px) {
  .zuzu-cta-thumb {
    position: static;
    margin-top: 30px;
    text-align: center;
  }
}

.zuzu-cta-btn-wrap {
  margin-top: 45px;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .zuzu-cta-btn-wrap {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .zuzu-cta-btn-wrap {
    display: block;
  }
}

@media (max-width: 575px) {
  .zuzu-cta-btn-wrap {
    margin-top: 30px;
  }
}

.zuzu-app-btn {
  margin-right: 20px;
  transition: all 0.4s;
  display: inline-block;
}

@media (max-width: 575px) {
  .zuzu-app-btn {
    margin: 10px !important;
  }
}

.zuzu-app-btn:hover {
  transform: translateY(-5px);
}

.zuzu-app-btn:last-child {
  margin-right: 0;
}

.zuzu-cta2-wrap {
  border-radius: 20px;
  padding: 80px;
  background-color: var(--primary-400);
}

@media (max-width: 991px) {
  .zuzu-cta2-wrap {
    padding: 60px;
  }
}

@media (max-width: 767px) {
  .zuzu-cta2-wrap {
    padding: 40px;
  }
}

.zuzu-cta-footer {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .zuzu-cta-footer {
    margin-top: 30px;
  }
}

.white-icon-btn {
  color: var(--gray-800) !important;
  background-color: var(--gray-10) !important;
}

.zuzu-cta3-wrap {
  padding: 80px;
  position: relative;
  border-radius: 20px;
  background-color: var(--gray-800);
}

@media (max-width: 991px) {
  .zuzu-cta3-wrap {
    padding: 60px;
  }
}

@media (max-width: 767px) {
  .zuzu-cta3-wrap {
    padding: 40px;
  }
}

.zuzu-social-icon {
  margin-top: 30px;
}

.zuzu-social-icon ul {
  display: flex;
}

.zuzu-social-icon ul li {
  margin: 0 7.5px;
  display: inline-block;
}

.zuzu-social-icon ul li:first-child {
  margin-left: 0;
}

.zuzu-social-icon ul li:last-child {
  margin-right: 0;
}

.zuzu-social-icon ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  z-index: 0;
  color: #fff;
  font-size: 12px;
  border-radius: 100%;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  justify-content: center;
  background-color: var(--gray-800);
}

.zuzu-social-icon ul li a:hover {
  background-color: var(--primary-400);
}

.zuzu-social-icon ul li a img,
.zuzu-social-icon ul li a svg {
  width: 15px;
  height: 15px;
}

.zuzu-social-icon ul li a path {
  fill: var(--gray-10);
  transition: all 0.4s;
}

.zuzu-social-icon ul li a:hover path {
  fill: var(--gray-800);
}

.zuzu-social-icon2 ul li a:hover {
  background-color: var(--pink-500);
}

.zuzu-social-icon3 ul li a {
  position: relative;
  border-radius: 3px;
  background-color: var(--gray-900);
}

.zuzu-social-icon3 ul li a:hover path {
  fill: #fff !important;
}

.zuzu-social-icon3 ul li a:hover::before {
  opacity: 1;
}

.zuzu-social-icon3 ul li a:before {
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  position: absolute;
  background: linear-gradient(225deg, #30ffc7 0, #512fe7 100%);
}

.zuzu-social-icon4 ul li a {
  border-radius: 3px;
  background-color: var(--gray-900);
}

.zuzu-social-icon4 ul li a:hover path {
  fill: var(--pink-600);
}

.zuzu-social-icon4 ul li a:hover {
  background-color: var(--gray-500);
  box-shadow: 0 4px 40px rgba(255, 0, 212, 0.3);
}

.zuzu-client-section {
  padding: 75px 0 120px;
}

@media (max-width: 991px) {
  .zuzu-client-section {
    padding: 80px 0 100px;
  }
}

@media (max-width: 767px) {
  .zuzu-client-section {
    padding: 80px 0;
  }
}

.zuzu-client-slider-item img {
  opacity: 0.6;
  transition: all 0.4s;
}

.zuzu-client-slider-item:hover img {
  opacity: 1;
}

.zuzu-icon-list {
  margin-top: 45px;
}

@media (max-width: 991px) {
  .zuzu-icon-list {
    margin-top: 30px;
  }
}

.zuzu-icon-list ul li {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 18px;
  color: var(--gray-800);
}

.zuzu-icon-list ul li:last-child {
  margin-bottom: 0;
}

.zuzu-icon-list ul li img {
  position: absolute;
  left: 0;
  top: 3px;
}

.zuzu-icon-list.dark ul li {
  color: var(--gray-10);
}

.zuzu-shape1 {
  position: absolute;
  right: 70px;
  top: 25px;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 1300px) {
  .zuzu-shape1 {
    width: 180px;
    top: 70px;
  }
}

@media (max-width: 1200px) {
  .zuzu-shape1 {
    width: 130px;
    top: 115px;
  }
}

@media (max-width: 1100px) {
  .zuzu-shape1 {
    display: none;
  }
}

.zuzu-shape2 {
  position: absolute;
  top: -50px;
  left: 10%;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 1300px) {
  .zuzu-shape2 {
    width: 180px;
  }
}

@media (max-width: 1200px) {
  .zuzu-shape2 {
    width: 130px;
  }
}

@media (max-width: 1100px) {
  .zuzu-shape2 {
    display: none;
  }
}

.zuzu-shape3 {
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 991px) {
  .zuzu-shape3 {
    display: none;
  }
}

.zuzu-shape4 {
  position: absolute;
  bottom: 33%;
  left: 60px;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 1199px) {
  .zuzu-shape4 {
    display: none;
  }
}

.zuzu-shape5 {
  position: absolute;
  top: 39px;
  right: 10px;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 1199px) {
  .zuzu-shape5 {
    display: none;
  }
}

.zuzu-cta-star {
  position: absolute;
  top: 12%;
  right: 17%;
  width: 40px;
  -webkit-animation: rotate 8s linear infinite;
  animation: rotate 8s linear infinite;
}

@media (max-width: 767px) {
  .zuzu-cta-star {
    display: none;
  }
}

.zuzu-tab {
  max-width: 530px;
  margin-top: 50px;
}

.zuzu-tab .nav {
  margin-bottom: 24px;
  justify-content: space-between;
  border-bottom: 1px solid var(--gray-800);
}

.zuzu-tab .nav-link {
  padding: 0 0 7px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  border-radius: 0;
  border-bottom: 3px solid transparent;
}

.zuzu-tab .nav-link.active {
  color: var(--pink-600);
  background-color: transparent;
  border-bottom: 3px solid var(--pink-600);
}

.zuzu-tab .tab-content {
  color: var(--gray-10);
}

.zuzu-text-slider-section {
  padding: 15px 0;
  overflow: hidden;
}

.zuzu-text-slider-data {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  flex-direction: row-reverse;
}

@media (max-width: 600px) {
  .zuzu-text-slider-data {
    text-align: center;
    display: block !important;
  }
}

/* .zuzu-text-slider-data.dark h3 {
  color: var(--gray-10);
}
.zuzu-text-slider-data h3 {
  font-weight: 700;
  font-size: 29px;
  display: inline-block;
  margin: 0 15px;
  line-height: 36px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .zuzu-text-slider-data h3 {
    font-size: 24px;
  }
}
.zuzu-text-slider-data h2 {
  font-weight: 800;
  margin: 0 15px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
} */
.zuzu-text-slider-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

@media (max-width: 600px) {
  .zuzu-text-slider-icon {
    margin-bottom: 10px;
  }
}

.zuzu-section-padding {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .zuzu-section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .zuzu-section-padding {
    padding: 80px 0;
  }
}

.zuzu-section-padding2 {
  padding: 110px 0 120px;
}

@media (max-width: 991px) {
  .zuzu-section-padding2 {
    padding: 90px 0 100px;
  }
}

@media (max-width: 767px) {
  .zuzu-section-padding2 {
    padding: 70px 0 80px;
  }
}

.zuzu-section-padding3 {
  padding: 110px 0 96px;
}

@media (max-width: 991px) {
  .zuzu-section-padding3 {
    padding: 90px 0 76px;
  }
}

@media (max-width: 767px) {
  .zuzu-section-padding3 {
    padding: 70px 0 56px;
  }
}

.zuzu-section-padding4 {
  padding: 95px 0 70px;
}

@media (max-width: 767px) {
  .zuzu-section-padding4 {
    padding: 50px 0 20px;
  }
}

.zuzu-section-padding5 {
  padding: 75px 0 80px;
}

.zuzu-section-padding6 {
  padding: 120px 0 80px;
}

@media (max-width: 991px) {
  .zuzu-section-padding6 {
    padding: 100px 0 80px;
  }
}

@media (max-width: 767px) {
  .zuzu-section-padding6 {
    padding: 80px 0;
  }
}

.zuzu-section-padding-bottom {
  padding: 0 0 110px;
}

@media (max-width: 991px) {
  .zuzu-section-padding-bottom {
    padding: 0 0 90px;
  }
}

@media (max-width: 767px) {
  .zuzu-section-padding-bottom {
    padding: 0 0 70px;
  }
}

.zuzu-inner-padding {
  padding: 188px 0 120px;
}

@media (max-width: 991px) {
  .zuzu-inner-padding {
    padding: 140px 0 80px;
  }
}

@media (max-width: 767px) {
  .zuzu-inner-padding {
    padding: 110px 0 60px;
  }
}

.extra-padding {
  padding-top: 30px;
}

.zuzu-section-footer {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .zuzu-section-footer {
    padding: 80px 0;
  }
}

/* .zuzu-default-content h5 {
  margin-bottom: 24px;
  color: var(--pink-400);
  font-weight: 600;
  font-family: Inter, sans-serif;
} */
.zuzu-default-content h5 span {
  color: var(--pink-600);
}

.zuzu-default-content h5 strong {
  color: var(--primary-600);
}

/* .zuzu-default-content.large h2 {
  font-size: 68px;
  line-height: 75px;
}
@media (max-width: 1399px) {
  .zuzu-default-content.large h2 {
    font-size: 62px;
    line-height: 70px;
  }
}
@media (max-width: 1199px) {
  .zuzu-default-content.large h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .zuzu-default-content.large h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  .zuzu-default-content.large h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
.zuzu-default-content.sm h2 {
  font-size: 42px;
  line-height: 48px;
  color: #fff;
}
@media (max-width: 991px) {
  .zuzu-default-content.sm h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .zuzu-default-content.sm h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.zuzu-default-content.dark h2 {
  color: var(--gray-10);
}
.zuzu-default-content.dark p {
  color: rgba(255, 255, 255, 0.8);
}
.zuzu-default-content.font-cabin h2 {
  font-family: Cabin, sans-serif;
}
.zuzu-default-content.font-syne h2 {
  font-family: Syne, sans-serif;
}
.zuzu-default-content.font-grotesk h2 {
  font-family: "Space Grotesk", sans-serif;
} */
.m_right {
  margin-right: 50px;
}

@media (max-width: 1199px) {
  .m_right {
    margin-right: 0;
  }
}

.margin_left {
  margin-left: 50px;
}

@media (max-width: 991px) {
  .margin_left {
    margin: 0;
  }
}

.zuzu-section-title {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 75px;
}

.zuzu-section-title.large {
  max-width: 770px;
}

@media (max-width: 991px) {
  .zuzu-section-title {
    margin: 0 auto 45px;
  }
}

/* .zuzu-section-title.dark h2 {
  color: var(--gray-10);
}
.zuzu-section-title h5 {
  margin-bottom: 20px;
  color: var(--pink-400);
  font-weight: 600;
  font-family: Inter, sans-serif;
} */
.zuzu-section-title h5 span {
  color: var(--pink-600);
}

.zuzu-section-title h5 strong {
  color: var(--primary-600);
}

.zuzu-2column-title {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .zuzu-2column-title {
    margin-bottom: 45px;
    text-align: center;
  }
}

.zuzu-go-top {
  position: fixed;
  bottom: 10%;
  right: 3%;
  z-index: 0;
  z-index: 99;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

.zuzu-go-top:before {
  content: "";
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  position: absolute;
  background-color: var(--primary-600);
  transform: translate(-50%, -50%);
}

.zuzu-go-top img {
  transform: rotate(-90deg);
}

.zuzu-go-top.pink:before {
  background-color: var(--pink-500);
}

.zuzu-go-top.deep-pink:before {
  background-color: var(--pink-600);
}

@media (max-width: 991px) {
  .zuzu-thumb {
    margin-bottom: 30px;
    text-align: center;
  }

  .zuzu-thumb img {
    width: 100%;
    object-fit: cover;
  }
}

.zuzu-bank-card-wrap {
  justify-content: flex-end;
  display: flex;
  width: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .zuzu-bank-card-wrap {
    margin-bottom: 30px;
    justify-content: center;
  }
}

.zuzu-bank-card1 {
  position: absolute;
  top: -73px;
  right: 20px;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 991px) {
  .zuzu-bank-card1 {
    right: 100px;
  }
}

@media (max-width: 767px) {
  .zuzu-bank-card1 {
    top: -35px;
    right: 77px;
    width: 420px;
  }
}

@media (max-width: 575px) {
  .zuzu-bank-card1 {
    width: auto;
  }
}

.zuzu-chart-thumb {
  margin-top: 56px;
  margin-bottom: 10px;
}

.icon-rotate {
  -webkit-animation: rotate-animation 10s infinite linear;
  -moz-animation: rotate-animation 10s infinite linear;
  -o-animation: rotate-animation 10s infinite linear;
  animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.zuzu-circle-thumb {
  float: right;
  -webkit-animation: rotate-animation 40s infinite linear;
  -moz-animation: rotate-animation 40s infinite linear;
  -o-animation: rotate-animation 40s infinite linear;
  animation: rotate-animation 40s infinite linear;
}

@media (max-width: 991px) {
  .zuzu-circle-thumb {
    margin-bottom: 30px;
    float: none;
    text-align: center;
  }
}

.zuzu-card-thumb-wrap {
  position: relative;
  float: right;
}

@media (max-width: 991px) {
  .zuzu-card-thumb-wrap {
    float: none;
    margin: 0 100px 80px;
  }
}

@media (max-width: 767px) {
  .zuzu-card-thumb-wrap {
    margin: 0 0 50px;
  }
}

.zuzu-card4 {
  width: 390px;
  margin: 0 auto;
  transform: rotate(10deg);
  box-shadow: 0 3.78302px 56.7453px rgba(0, 0, 0, 0.1);
}

.zuzu-card4:hover {
  box-shadow: 0 3.78302px 56.7453px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .zuzu-card4 {
    width: 100%;
    transform: rotate(0);
  }
}

.zuzu-card5 {
  width: 314px;
  z-index: -1;
  bottom: 47px;
  left: -32%;
  transform: rotate(-5deg);
  position: absolute;
  box-shadow: 0 3.78302px 56.7453px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
  .zuzu-card5 {
    left: -17%;
  }
}

.zuzu-card5:hover {
  box-shadow: 0 3.78302px 56.7453px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .zuzu-card5 {
    display: none;
  }
}

@media (max-width: 991px) {
  .zuzu-cartoon-thumb {
    margin-bottom: 20px;
    text-align: center;
  }
}

.cartoon2 {
  transform: translatey(0);
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

.zuzu-center-btn {
  margin-top: 56px;
  text-align: center;
}

@media (max-width: 991px) {
  .zuzu-center-btn {
    margin-top: 35px;
  }
}

.zuzu-earth-thumb {
  position: relative;
}

@media (max-width: 991px) {
  .zuzu-earth-thumb {
    margin-bottom: 40px;
    text-align: center;
  }
}

.zuzu-animation-circle {
  position: absolute;
  top: -12px;
  left: -11%;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 991px) {
  .zuzu-animation-circle {
    left: 12%;
  }
}

@media (max-width: 767px) {
  .zuzu-animation-circle {
    left: 0;
  }
}

@media (max-width: 479px) {
  .zuzu-animation-circle {
    left: -25px;
  }
}

.box3 {
  left: 10%;
  bottom: 10%;
}

.box3 img {
  width: 76%;
}

@media (max-width: 991px) {
  .box3 {
    display: none;
  }
}

.box4 {
  top: -60px;
  right: 5%;
}

@media (max-width: 1200px) {
  .box4 {
    right: 0;
  }
}

@media (max-width: 991px) {
  .box4 {
    display: none;
  }
}

.box4 img {
  width: 94%;
}

@media (max-width: 1200px) {
  .box4 img {
    width: 70%;
  }
}

.zuzu-newsletter-wrap {
  padding: 80px;
  border-radius: 20px;
  text-align: center;
  background-color: var(--gray-800);
}

@media (max-width: 991px) {
  .zuzu-newsletter-wrap {
    padding: 70px;
  }
}

@media (max-width: 767px) {
  .zuzu-newsletter-wrap {
    padding: 50px 40px;
  }
}

@media (max-width: 575px) {
  .zuzu-newsletter-wrap {
    padding: 30px;
  }
}

.zuzu-newsletter-wrap .zuzu-default-content {
  max-width: 770px;
  margin: 0 auto;
}

.zuzu-card-slider2 .next-arrow,
.zuzu-card-slider2 .prev-arrow {
  left: -15px;
  top: 50%;
  z-index: 9;
  position: absolute;
  transform: translateY(-50%);
  width: 41px;
  height: 41px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 100%;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--primary-400);
  border: 1px solid var(--gray-800);
  transition: all 0.4s;
  box-shadow: 0 3px 0 0 var(--gray-800);
  background-image: url(https://stocksflare.com/assets/css/images/svg/prev.svg);
}

@media (max-width: 991px) {

  .zuzu-card-slider2 .next-arrow,
  .zuzu-card-slider2 .prev-arrow {
    left: 0;
  }
}

.zuzu-card-slider2 .prev-arrow {
  left: auto;
  right: -15px;
  background-image: url(https://stocksflare.com/assets/css/images/svg/next.svg);
}

@media (max-width: 991px) {
  .zuzu-card-slider2 .prev-arrow {
    right: 0;
  }
}

.zuzu-card-slider2 .next-arrow:hover,
.zuzu-card-slider2 .prev-arrow:hover {
  box-shadow: 0 0 0 0 var(--gray-800);
}

@media (max-width: 991px) {
  .zuzu-card-slider-item {
    margin-bottom: 40px;
  }
}

.zuzu-card-slider2 .slick-slide img {
  margin: 0 auto;
  height: 525px;
}

@media (max-width: 1199px) {
  .zuzu-card-slider2 .slick-slide img {
    height: 450px;
  }
}

.zuzu-blog-wrap {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
  background-color: var(--gray-400);
}

.zuzu-blog-wrap:hover .zuzu-blog-thumb img {
  transform: scale(1.05);
}

.zuzu-blog-thumb {
  overflow: hidden;
  position: relative;
}

.zuzu-blog-thumb img {
  transition: all 0.4s;
}

.zuzu-blog-content {
  padding: 30px 20px 30px 30px;
}

/* .zuzu-blog-content h3 {
  font-family: Inter, sans-serif;
} */
.zuzu-blog-meta {
  margin-bottom: 25px;
}

.zuzu-blog-meta ul {
  display: flex;
}

.zuzu-blog-meta ul li {
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: var(--gray-800);
  margin-right: 20px;
}

.zuzu-blog-meta ul li:last-child {
  margin-right: 0;
}

.zuzu-blog-meta ul li a {
  color: rgba(19, 17, 26, 0.8);
}

.zuzu-blog-meta ul li img {
  left: 0;
  top: 2px;
  position: absolute;
}

.zuzu-blog-category {
  top: 24px;
  right: 24px;
  position: absolute;
}

.zuzu-blog-sidebar-item {
  padding: 30px;
  margin-bottom: 24px;
  border-radius: 10px;
  border: 1px solid var(--gray-700);
  background-color: var(--gray-400);
}

/* .zuzu-blog-sidebar-item h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
} */
.zuzu-blog-sidebar-item:last-child {
  margin-bottom: 0;
}

/* .zuzu-blog-sidebar-item p {
  color: var(--gray-800);
  margin-bottom: 15px;
} */
.zuzu-product-search {
  position: relative;
}

#zuzu-search-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.zuzu-product-search input[type="search"] {
  padding: 15px 20px !important;
  border-radius: 40px;
  background-color: var(--gray-10);
}

.zuzu-sidebar-item-title {
  margin-bottom: 27px;
}

/* .zuzu-sidebar-item-title h6 {
  margin: 0;
  padding: 0 0 5px;
  display: inline-block;
  font-family: Inter, sans-serif;
  border-bottom: 2px solid var(--gray-800);
} */
.zuzu-categories ul li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(19, 17, 26, 0.1);
}

.zuzu-categories ul li:first-child {
  padding-top: 0;
}

.zuzu-categories ul li:last-child {
  padding-bottom: 0;
  border: none;
}

.zuzu-categories ul li a {
  font-size: 18px;
  line-height: 30px;
  color: var(--gray-800);
  transition: all 0.4s;
}

.zuzu-categories ul li a:hover {
  color: var(--primary-600);
}

.zuzu-recent-post-item {
  position: relative;
  margin-bottom: 20px;
}

.zuzu-recent-post-item:last-child {
  margin-bottom: 0;
}

.zuzu-recent-post-item .zuzu-blog-meta {
  margin-bottom: 5px;
}

.zuzu-recent-post-item .zuzu-blog-meta ul li {
  font-size: 14px;
}

.zuzu-recent-post-item .zuzu-blog-meta ul li img {
  top: 5px;
}

/* .zuzu-recent-post-item h6 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.zuzu-recent-post-item h6 a {
  color: var(--gray-800);
} */
.zuzu-recent-post-item .zuzu-blog-category {
  top: 10px;
  right: 10px;
}

.zuzu-recent-post-item .zuzu-btn {
  font-size: 13px;
  font-weight: 600;
  padding: 3px 15px;
}

.zuzu-recent-post-thumb {
  position: relative;
  margin-bottom: 20px;
}

.zuzu-tags ul {
  display: flex;
  flex-wrap: wrap;
}

.zuzu-tags ul li a {
  font-size: 16px;
  opacity: 0.8;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 20px;
  display: block;
  font-weight: 600;
  transition: all 0.4s;
  border-radius: 5.71991px;
  color: var(--gray-800);
  background: rgba(19, 17, 26, 0.06);
}

.zuzu-tags ul li a:hover {
  color: var(--gray-10);
  background-color: var(--primary-600);
}

.zuzu-blog-subscription input[type="email"] {
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid var(--gray-800) !important;
}

#zuzu-buynow-btn {
  height: 55px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  color: #fff;
  margin-top: 15px;
  transition: all 0.4s;
  background-color: var(--primary-600);
}

#zuzu-buynow-btn:hover {
  color: var(--primary-600);
  background-color: var(--gray-10);
}

@media (max-width: 991px) {
  .zuzu-blog-sidebar {
    margin-top: 40px;
  }
}

.dark-version .zuzu-blog-wrap {
  background-color: var(--gray-800);
}

.dark-version .zuzu-blog-meta ul li {
  color: rgba(255, 255, 255, 0.8);
}

.dark-version .zuzu-blog-meta ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.dark-version .zuzu-blog-meta ul li img {
  top: 5px;
}

/* .dark-version .zuzu-blog-content h3,
.dark-version .zuzu-blog-content h5 {
  color: var(--gray-10);
}
.dark-version .zuzu-blog-content p {
  color: rgba(255, 255, 255, 0.8);
} */
.dark-version .page-item .page-link {
  color: rgba(255, 255, 255, 0.8);
}

.dark-version .page-item .page-link.active,
.dark-version .page-item .page-link:hover {
  color: #fff;
  background-color: var(--primary-600);
}

.dark-version .zuzu-blog-sidebar-item {
  background-color: var(--gray-800);
  border: 1px solid var(--gray-800);
}

.dark-version .zuzu-blog-sidebar-item p {
  color: var(--gray-10);
}

.dark-version .zuzu-blog-subscription input[type="email"],
.dark-version .zuzu-product-search input[type="search"] {
  background-color: var(--gray-500);
  border: 1px solid var(--gray-10) !important;
}

/* .dark-version .zuzu-sidebar-item-title h6 {
  color: var(--gray-10);
  border-bottom: 1px solid var(--gray-10);
} */
.dark-version .zuzu-categories ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-version .zuzu-categories ul li:last-child {
  border: none;
}

.dark-version .zuzu-categories ul li a {
  color: var(--gray-10);
}

.dark-version .zuzu-categories ul li a:hover {
  color: var(--primary-600);
}

.dark-version .zuzu-recent-post-item h6 a {
  color: var(--gray-10);
}

.dark-version .zuzu-tags ul li a {
  color: var(--gray-10);
  background: rgba(255, 255, 255, 0.06);
}

.dark-version .zuzu-tags ul li a:hover {
  background-color: var(--primary-600);
}

.dark-version .zuzu-blog-subscription input[type="email"]::-webkit-input-placeholder,
.dark-version .zuzu-product-search input[type="search"]::-webkit-input-placeholder {
  color: var(--gray-10);
  opacity: 0.8;
}

.dark-version .zuzu-blog-subscription input[type="email"]:-moz-placeholder,
.dark-version .zuzu-product-search input[type="search"]:-moz-placeholder {
  color: var(--gray-10);
  opacity: 0.8;
}

.dark-version .zuzu-blog-subscription input[type="email"]::-moz-placeholder,
.dark-version .zuzu-product-search input[type="search"]::-moz-placeholder {
  color: var(--gray-10);
  opacity: 0.8;
}

.dark-version .zuzu-blog-subscription input[type="email"]:-ms-input-placeholder,
.dark-version .zuzu-product-search input[type="search"]:-ms-input-placeholder {
  color: var(--gray-10);
  opacity: 0.8;
}

.dark-version .zuzu-blog-subscription input[type="email"]::-ms-input-placeholder,
.dark-version .zuzu-product-search input[type="search"]::-ms-input-placeholder {
  color: var(--gray-10);
  opacity: 0.8;
}

.dark-version .zuzu-blog-subscription input[type="email"]::placeholder,
.dark-version .zuzu-product-search input[type="search"]::placeholder {
  color: var(--gray-10);
  opacity: 0.8;
}

.zuzu-blog-subscription input[type="email"]::-webkit-input-placeholder,
.zuzu-product-search input[type="search"]::-webkit-input-placeholder {
  color: var(--gray-800);
  opacity: 0.8;
}

.zuzu-blog-subscription input[type="email"]:-moz-placeholder,
.zuzu-product-search input[type="search"]:-moz-placeholder {
  color: var(--gray-800);
  opacity: 0.8;
}

.zuzu-blog-subscription input[type="email"]::-moz-placeholder,
.zuzu-product-search input[type="search"]::-moz-placeholder {
  color: var(--gray-800);
  opacity: 0.8;
}

.zuzu-blog-subscription input[type="email"]:-ms-input-placeholder,
.zuzu-product-search input[type="search"]:-ms-input-placeholder {
  color: var(--gray-800);
  opacity: 0.8;
}

.zuzu-blog-subscription input[type="email"]::-ms-input-placeholder,
.zuzu-product-search input[type="search"]::-ms-input-placeholder {
  color: var(--gray-800);
  opacity: 0.8;
}

.zuzu-blog-subscription input[type="email"]::placeholder,
.zuzu-product-search input[type="search"]::placeholder {
  color: var(--gray-800);
  opacity: 0.8;
}

.zuzu-blog-wrap.zuzu-single-blog {
  padding: 0;
  overflow: visible;
  background-color: transparent;
}

.zuzu-blog-wrap.zuzu-single-blog .zuzu-blog-thumb {
  margin-bottom: 30px;
}

.zuzu-blog-wrap.zuzu-single-blog .zuzu-blog-thumb img {
  border-radius: 10px;
}

.zuzu-blog-wrap.zuzu-single-blog:hover .zuzu-blog-thumb img {
  transform: scale(1);
}

.zuzu-user-wrap {
  margin: 40px 0;
  padding: 29px;
  display: flex;
  border-radius: 10px;
  position: relative;
  background-color: var(--gray-400);
}

@media (max-width: 767px) {
  .zuzu-user-wrap {
    display: block;
  }
}

.zuzu-user-thumb {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .zuzu-user-thumb {
    margin: 0 0 15px;
  }
}

.zuzu-user-thumb img {
  object-fit: cover;
}

.zuzu-user-data ul {
  margin-bottom: 15px;
}

.zuzu-user-data ul li {
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  padding-right: 20px;
  position: relative;
}

.zuzu-user-data ul li:last-child {
  padding-right: 0;
}

.zuzu-user-data ul li:before {
  content: "";
  right: 4px;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  position: absolute;
  background-color: rgba(19, 17, 26, 0.8);
}

.zuzu-user-data ul li:last-child:before {
  content: none;
}

.zuzu-user-data ul li span {
  font-weight: 400;
  font-size: 14px;
}

.zuzu-user-data p {
  font-size: 16px;
  line-height: 24px;
}

.zuzu-social-icon-normal {
  position: absolute;
  right: 30px;
  top: 30px;
}

@media (max-width: 767px) {
  .zuzu-social-icon-normal {
    top: 50px;
  }
}

.zuzu-social-icon-normal ul li {
  display: inline-block;
  margin-right: 10px;
}

.zuzu-social-icon-normal ul li:last-child {
  margin-right: 0;
}

.zuzu-social-icon-normal ul li a path {
  fill: var(--gray-800);
}

.zuzu-social-icon-normal ul li a:hover path {
  fill: var(--primary-600);
}

.zuzu-blog-post-wrap {
  padding: 40px 0;
  margin-bottom: 40px;
  border-top: 1px solid rgba(19, 17, 26, 0.1);
  border-bottom: 1px solid rgba(19, 17, 26, 0.1);
}

a.zuzu-blog-post-arrow {
  font-weight: 600;
  color: rgba(19, 17, 26, 0.8);
  display: flex;
  border-radius: 10px;
  align-items: center;
  padding: 30px;
  background-color: var(--gray-400);
}

a.zuzu-blog-post-arrow img {
  margin-right: 25px;
}

/* .zuzu-comment-section h5 {
  margin-bottom: 40px;
} */
.zuzu-comment-item {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  position: relative;
  border-bottom: 1px solid rgba(19, 17, 26, 0.1);
}

.zuzu-comment-item:last-child {
  margin: 0;
}

.zuzu-comment-item:nth-child(2) {
  padding-left: 90px;
}

@media (max-width: 767px) {
  .zuzu-comment-item:nth-child(2) {
    padding-left: 0;
  }
}

.zuzu-comment-author {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
}

.zuzu-comment-author.author2 {
  width: 50px;
  height: 50px;
}

.zuzu-comment-author img {
  object-fit: cover;
}

.zuzu-comment-author-data {
  margin-right: 90px;
}

@media (max-width: 767px) {
  .zuzu-comment-author-data {
    margin-right: 0;
  }
}

/* .zuzu-comment-author-data h6 {
  font-size: 14px;
  font-weight: 600;
  font-family: Inter, sans-serif;
  margin-bottom: 5px;
} */
.zuzu-comment-author-data span {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}

a.comment-reply {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--gray-800);
  transition: all 0.4s;
}

a.comment-reply:hover {
  color: var(--primary-600);
}

/* .zuzu-comment-field-section h5 {
  margin-bottom: 30px;
} */
.zuzu-comment-field-section .zuzu-main-field textarea {
  height: 250px;
}

@media (max-width: 991px) {
  .zuzu-comment-field-section .zuzu-main-field textarea {
    height: 150px;
  }
}

@media (max-width: 767px) {
  .zuzu-comment-field-section .zuzu-main-field textarea {
    height: 100px;
    border-radius: 15px;
  }
}

.zuzu-main-filed-wrap {
  border-radius: 10px;
  padding: 30px;
  margin-top: 40px;
  background: #fff;
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.06);
}

.zuzu-main-field {
  margin-bottom: 24px;
}

button#zuzu-comment-submit {
  width: 196px;
  height: 55px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.4s;
  color: var(--gray-10);
  background-color: var(--primary-600);
}

button#zuzu-comment-submit:hover {
  background-color: var(--gray-800);
}

.zuzu-default-content p,
.zuzu-iconbox-wrap2 p {
  color: #9f9898;
}

.zuzu-section-padding3 h2,
.zuzu-section-padding3 h4 {
  color: #fff;
}

.dark-version .zuzu-user-wrap {
  background-color: var(--gray-800);
}

.dark-version .zuzu-user-data ul li {
  color: rgba(255, 255, 255, 0.8);
}

.dark-version .zuzu-social-icon-normal ul li a path {
  fill: var(--gray-10);
  transition: all 0.4s;
}

.dark-version .zuzu-social-icon-normal ul li a:hover path {
  fill: var(--primary-600);
}

.dark-version a.zuzu-blog-post-arrow {
  color: rgba(255, 255, 255, 0.8);
  background-color: var(--gray-800);
}

/* .dark-version .zuzu-comment-author-data h6 {
  color: var(--gray-10);
} */
.dark-version .zuzu-comment-author-data span {
  color: rgba(255, 255, 255, 0.8);
}

.dark-version a.comment-reply {
  color: var(--gray-10);
}

.dark-version a.comment-reply:hover {
  color: var(--primary-600);
}

.dark-version .zuzu-main-filed-wrap {
  border-radius: 10px;
  background-color: var(--gray-800);
}

.dark-version .zuzu-main-field input,
.dark-version .zuzu-main-field textarea {
  color: var(--gray-10);
  background-color: var(--gray-500);
  border: 1px solid var(--gray-800) !important;
}

.dark-version button#zuzu-comment-submit {
  background-color: var(--primary-600);
}

.dark-version button#zuzu-comment-submit:hover {
  color: var(--primary-600);
  background-color: var(--gray-10);
}

.dark-version .zuzu-main-field input::-webkit-input-placeholder,
.dark-version .zuzu-main-field textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.dark-version .zuzu-main-field input:-moz-placeholder,
.dark-version .zuzu-main-field textarea:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}

.dark-version .zuzu-main-field input::-moz-placeholder,
.dark-version .zuzu-main-field textarea::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}

.dark-version .zuzu-main-field input:-ms-input-placeholder,
.dark-version .zuzu-main-field textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.dark-version .zuzu-main-field input::-ms-input-placeholder,
.dark-version .zuzu-main-field textarea::-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.dark-version .zuzu-main-field input::placeholder,
.dark-version .zuzu-main-field textarea::placeholder {
  color: #fff;
  opacity: 0.5;
}

.zuzu-contact-info-column {
  padding: 40px;
  border-radius: 10px;
  margin-right: 110px;
  background-color: var(--primary-600);
}

@media (max-width: 1199px) {
  .zuzu-contact-info-column {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .zuzu-contact-info-column {
    margin: 0 0 30px;
  }
}

@media (max-width: 575px) {
  .zuzu-contact-info-column {
    padding: 25px;
  }
}

.zuzu-contact-info {
  display: flex;
  margin-bottom: 40px;
}

.zuzu-contact-info-wrap {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.zuzu-contact-info-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 24px;
  border-radius: 100%;
  transition: all 0.4s;
  background-color: rgba(19, 17, 26, 0.2);
}

.zuzu-contact-info:hover .zuzu-contact-info-icon {
  background-color: var(--gray-800);
}

/* .zuzu-contact-info-data h5 {
  font-weight: 600;
  font-family: Inter, sans-serif;
  color: var(--gray-10);
}
.zuzu-contact-info-data p {
  color: rgba(255, 255, 255, 0.8);
} */
.zuzu-main-field label {
  line-height: 30px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gray-800);
}

.dark-version .zuzu-main-field label {
  color: var(--gray-10);
}

.zuzu-map {
  margin-top: 24px;
  margin-right: 110px;
}

@media (max-width: 1199px) {
  .zuzu-map {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .zuzu-map {
    margin: 0 0 40px;
  }
}

#map {
  height: 271px;
  width: 100%;
  border-radius: 10px;
}

.zuzu-preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.preloader-square-swapping {
  margin: 30px auto;
  width: 19px;
  height: 19px;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.preloader-square-swapping .cssload-square-part {
  position: absolute;
  width: 19px;
  height: 19px;
  z-index: 1;
  animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -o-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -ms-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -webkit-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -moz-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}

.preloader-square-swapping .cssload-square-green {
  background: #54fad4;
  right: 0;
  bottom: 0;
  animation-direction: alternate-reverse;
  -o-animation-direction: alternate-reverse;
  -ms-animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
  -moz-animation-direction: alternate-reverse;
}

.preloader-square-swapping .cssload-square-pink {
  background: #ff3c82;
  left: 0;
  top: 0;
}

.preloader-square-swapping .cssload-square-blend {
  background: #75517d;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  animation: blend-anim 0.92s ease-in infinite;
  -o-animation: blend-anim 0.92s ease-in infinite;
  -ms-animation: blend-anim 0.92s ease-in infinite;
  -webkit-animation: blend-anim 0.92s ease-in infinite;
  -moz-animation: blend-anim 0.92s ease-in infinite;
}

@keyframes blend-anim {
  0% {
    transform: scale(0.01, 0.01) rotateY(0);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }

  50% {
    transform: scale(1, 1) rotateY(0);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  100% {
    transform: scale(0.01, 0.01) rotateY(0);
  }
}

@-o-keyframes blend-anim {
  0% {
    -o-transform: scale(0.01, 0.01) rotateY(0);
    -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }

  50% {
    -o-transform: scale(1, 1) rotateY(0);
    -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  100% {
    -o-transform: scale(0.01, 0.01) rotateY(0);
  }
}

@-ms-keyframes blend-anim {
  0% {
    -ms-transform: scale(0.01, 0.01) rotateY(0);
    -ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }

  50% {
    -ms-transform: scale(1, 1) rotateY(0);
    -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  100% {
    -ms-transform: scale(0.01, 0.01) rotateY(0);
  }
}

@-webkit-keyframes blend-anim {
  0% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }

  50% {
    -webkit-transform: scale(1, 1) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  100% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
  }
}

@-moz-keyframes blend-anim {
  0% {
    -moz-transform: scale(0.01, 0.01) rotateY(0);
    -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }

  50% {
    -moz-transform: scale(1, 1) rotateY(0);
    -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  100% {
    -moz-transform: scale(0.01, 0.01) rotateY(0);
  }
}

@keyframes cssload-part-anim {
  0% {
    transform: translate3d(-10px, -10px, 0);
  }

  100% {
    transform: translate3d(10px, 10px, 0);
  }
}

@-o-keyframes cssload-part-anim {
  0% {
    -o-transform: translate3d(-10px, -10px, 0);
  }

  100% {
    -o-transform: translate3d(10px, 10px, 0);
  }
}

@-ms-keyframes cssload-part-anim {
  0% {
    -ms-transform: translate3d(-10px, -10px, 0);
  }

  100% {
    -ms-transform: translate3d(10px, 10px, 0);
  }
}

@-webkit-keyframes cssload-part-anim {
  0% {
    -webkit-transform: translate3d(-10px, -10px, 0);
  }

  100% {
    -webkit-transform: translate3d(10px, 10px, 0);
  }
}

@-moz-keyframes cssload-part-anim {
  0% {
    -moz-transform: translate3d(-10px, -10px, 0);
  }

  100% {
    -moz-transform: translate3d(10px, 10px, 0);
  }
}