@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/IRANSansWeb_Black.eot');
    src: url('../fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb_Black.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}
body {
  font-family: IRANSans !important;
  background: #131313;
  overflow-x: clip;
  font-weight: 300;
  direction: rtl;
}

html {
  overflow-x: hidden !important;
}

svg.cuIcon {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  transition: 0.3s all ease-in-out;
}

.culoader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #24292d;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.culoader figure {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.culoader figure::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 30%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: conic-gradient(from 0deg at 90% -5%, transparent 45%, rgb(132, 249, 167) 0%, rgba(0, 208, 255, 0.2) 80%, rgba(132, 249, 167, 0.1) 100%, transparent 55%);
  -webkit-filter: blur(217px);
  filter: blur(217px);
  transform-origin: center;
  -webkit-animation: scaleLoaderShadow 2.5s linear infinite;
  animation: scaleLoaderShadow 2.5s linear infinite;
}

.culoader figure img:first-child {
  transform: scale(2);
  -webkit-animation: scaleLoader 4s ease-in-out infinite;
  animation: scaleLoader 4s ease-in-out infinite;
}

.culoader figure img:last-child {
  margin-top: 40px;
  -webkit-animation: fadelodad 1s linear 1s forwards;
  animation: fadelodad 1s linear 1s forwards;
  opacity: 0;
}

@-webkit-keyframes fadelodad {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadelodad {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes scaleLoader {
  0% {
    transform: scale(2) rotate(0);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }

  50% {
    transform: scale(2.5) rotate(180deg);
  }

  100% {
    transform: scale(2) rotate(360deg);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}

@keyframes scaleLoader {
  0% {
    transform: scale(2) rotate(0);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }

  50% {
    transform: scale(2.5) rotate(180deg);
  }

  100% {
    transform: scale(2) rotate(360deg);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}

@-webkit-keyframes scaleLoaderShadow {
  0% {
    width: 10%;
    height: 10%;
  }

  50% {
    width: 25%;
    height: 25%;
  }

  100% {
    width: 10%;
    height: 10%;
  }
}

@keyframes scaleLoaderShadow {
  0% {
    width: 10%;
    height: 10%;
  }

  50% {
    width: 25%;
    height: 25%;
  }

  100% {
    width: 10%;
    height: 10%;
  }
}
.imghero{
    width: 400px;
    margin-top: -130px;
}
header.headerTop {
  padding-top: 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  direction: rtl!Important;
}

@media screen and (max-width: 991px) {
  header.headerTop {
    padding-top: 0.75rem;
  }
}

@media screen and (max-width: 575px) {
  header.headerTop {
    padding-top: 0;
  }
}

@media screen and (min-width: 1599px) {
  header.headerTop .container {
    max-width: 1596px;
  }
}

@media screen and (max-width: 575px) {
  header.headerTop .container {
    padding: 0 !important;
  }
}

.header-wrapper {
  background: #1c1c1c;
  border-radius: 6.25rem;
  border: 1px solid #262626;
  padding: 1.25rem 2.125rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .header-wrapper {
    padding: 1.125rem 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  .header-wrapper {
    border-radius: 0;
  }
}

.header-logo {
  flex: 0 0 auto;
}

.header-logo a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media screen and (max-width: 1199px) {
  .header-logo__text {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header-menu {
    display: none;
  }
}

.header-menu nav>ul {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

@media screen and (max-width: 1399px) {
  .header-menu nav>ul {
    gap: 0.4375rem;
  }
}

.header-menu nav>ul>li {
  position: relative;
  cursor: pointer;
}

.header-menu nav>ul>li.dropdownMenu>a {
  padding-right: 0.875rem;
  pointer-events: none;
}

.header-menu nav>ul>li.dropdownMenu.show>ul {
  opacity: 1;
  pointer-events: all;
  text-align: right;
}

.header-menu nav>ul>li:hover a {
  border-color: #262626;
}

.header-menu nav>ul>li>a {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1.5rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 25.2px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 6.25rem;
  transition: 0.3s ease;
}

@media screen and (max-width: 1399px) {
  .header-menu nav>ul>li>a {
    padding: 0.4375rem 0.75rem;
    padding-bottom: 0.1875rem;
  }
}

.header-menu nav>ul>li>a svg.icon-arrowDown {
  fill: #fff;
}

.header-menu nav>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  min-width: 200px;
  padding: 1.25rem 1.875rem;
  color: #fff;
  pointer-events: none;
  opacity: 0;
  border-radius: 0.75rem;
}

.header-menu nav>ul>li>ul>li:hover a {
  color: #84f9a7;
}

.header-menu nav>ul>li>ul>li>a {
  font-weight: 400;
  font-size: 18px;
  line-height: 25.2px;
  padding: 0.625rem 0;
  display: inline-block;
  transition: 0.3s ease;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.header-humbergermenu {
  padding: 1rem 1.875rem;
  padding-bottom: 0.75rem;
  background: #1c1c1c;
  border: 1px solid #262626;
  border-radius: 6.25rem;
  transition: 0.3s ease;
  cursor: pointer;
}

.header-humbergermenu:hover {
  border-color: #fff;
}

@media screen and (min-width: 991px) {
  .header-humbergermenu {
    display: none;
  }
}

.header-humbergermenu svg {
  fill: #fff;
}

.z-btn-green {
  font-weight: 400;
  font-size: 18px;
  line-height: 25.2px;
  color: #000000;
  background: #84f9a7;
  border-radius: 6.25rem;
  padding: 1rem 1.875rem;
  padding-bottom: 0.75rem;
  border: 1px solid transparent;
  transition: 0.3s ease;
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .z-btn-green {
    padding: 0.5rem 0.9375rem;
    padding-bottom: 0.375rem;
  }
}

@media screen and (max-width: 991px) {
  .z-btn-green {
    display: none;
  }
}

.z-btn-green:hover {
  border-color: #84f9a7;
  background: transparent;
  color: #84f9a7;
}

#resposniveMenu {
  max-width: 260px;
  width: 100%;
  background: #1c1c1c;
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  z-index: 1000;
  border: 1px solid #262626;
}

.resposniveMenu {
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.resposniveMenu.show {
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.resposniveMenu-wrapper {
  padding: 1.25rem 1.5rem;
  padding-bottom: 3.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.resposniveMenu-head {
  text-align: left;
  margin-bottom: 3rem;
}

.resposniveMenu-close {
  padding: 1rem 1.875rem;
  padding-bottom: 0.75rem;
  background: #1c1c1c;
  border: 1px solid #262626;
  border-radius: 6.25rem;
  transition: 0.3s ease;
  cursor: pointer;
  display: inline-block;
}

.resposniveMenu-close:hover {
  border-color: #fff;
}

.resposniveMenu-close svg {
  fill: #fff;
}

.resposniveMenu-main {
  height: 85%;
  overflow: hidden;
  overflow-y: auto;
}

.resposniveMenu-top {
  height: 90%;
}

.resposniveMenu-menu nav>ul>li {
  margin-bottom: 0.875rem;
}

.resposniveMenu-menu nav>ul>li.active>a {
  background: #262626;
}

.resposniveMenu-menu nav>ul>li.lidropdown svg {
  display: block;
}

.resposniveMenu-menu nav>ul>li:hover>a {
  border: 1px solid #262626;
}

.resposniveMenu-menu nav>ul>li>a {
  font-weight: 400;
  font-size: 18px;
  line-height: 25.2px;
  color: #ffffff;
  padding: 0.875rem 1.5rem;
  padding-bottom: 0.625rem;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  transition: 0.3s ease;
}

.resposniveMenu-menu nav>ul>li>a svg {
  fill: #fff;
  display: none;
}

.resposniveMenu-menu nav>ul>li>ul {
  padding-top: 1.25rem;
  padding-left: 1.25rem;
}

.resposniveMenu-menu nav>ul>li>ul>li {
  margin-bottom: 0.875rem;
}

.resposniveMenu-menu nav>ul>li>ul>li>a {
  font-weight: 400;
  font-size: 18px;
  line-height: 25.2px;
  color: #999999;
  padding: 0.875rem 1.5rem;
  padding-bottom: 0.625rem;
  border-radius: 6.25rem;
  transition: 0.3s ease;
}

.resposniveMenu-menu nav>ul>li>ul>li>a:hover {
  color: #fff;
}

.resposniveMenu-footer {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .resposniveMenu-footer .z-btn-green {
    display: block;
    padding: 1rem 1.875rem;
    padding-bottom: 0.75rem;
  }
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(28, 28, 28, 0.8);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  display: none;
  cursor: pointer;
}

#overlay.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  display: block;
}

.hero__spotlights {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  -webkit-mask-image: radial-gradient(farthest-side at 50% 0, red 50%, transparent 100%);
  mask-image: radial-gradient(farthest-side at 50% 0, red 50%, transparent 100%);
  opacity: 1;
  transform: scale(1.7);
  top: 126px;
  width: 100%;
  height: 900px;
  -webkit-animation: fadeoo 7s linear infinite;
  animation: fadeoo 7s linear infinite;
}

@media screen and (max-width: 991px) {
  .hero__spotlights {
    transform: scale(1.5);
    top: 100px;
  }
}

.hero__spotlights>* {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1.5);
}

@-webkit-keyframes fadeoo {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeoo {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.spotlight_spotlight__6lNkv {
  position: absolute;
  z-index: -10;
  top: 100px;
  left: 50%;
  width: 200px;
  height: 700px;
  background-image: conic-gradient(from 0deg at 90% -5%, transparent 45%, rgba(132, 249, 167, 0.1) 0%, rgba(0, 208, 255, 0.2) 80%, rgba(132, 249, 167, 0.1) 100%, transparent 55%);
  opacity: 0.5;
  border-radius: 9999px;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  pointer-events: none;
  transform-origin: 50% 0;
  -webkit-animation: spotlight_opacity__JVCgx calc(var(--duration, 5s) * 1.2) linear infinite var(--delay, 0s) alternate, spotlight_scale__o4qjB calc(var(--duration, 5s) * 1.7) infinite var(--delay, 0s) both;
  animation: spotlight_opacity__JVCgx calc(var(--duration, 5s) * 1.2) linear infinite var(--delay, 0s) alternate, spotlight_scale__o4qjB calc(var(--duration, 5s) * 1.7) infinite var(--delay, 0s) both;
}

@-webkit-keyframes spotlight_opacity__JVCgx {
  0% {
    opacity: 0.6;
  }

  50% {
    opacity: 0.5;
  }

  95% {
    opacity: 0.6;
  }
}

@keyframes spotlight_opacity__JVCgx {
  0% {
    opacity: 0.6;
  }

  50% {
    opacity: 0.5;
  }

  95% {
    opacity: 0.6;
  }
}

@-webkit-keyframes spotlight_scale__o4qjB {
  0% {
    transform: translateX(-50%) rotate(var(--rotate, 0deg)) scale(var(--scale, 1));
  }

  50% {
    transform: translateX(-50%) rotate(calc(var(--rotate, 0deg) * 1.2)) scale(calc(var(--scale, 1) * 1.1));
  }

  to {
    transform: translateX(-50%) rotate(var(--rotate, 0deg)) scale(var(--scale, 1));
  }
}

@keyframes spotlight_scale__o4qjB {
  0% {
    transform: translateX(-50%) rotate(var(--rotate, 0deg)) scale(var(--scale, 1));
  }

  50% {
    transform: translateX(-50%) rotate(calc(var(--rotate, 0deg) * 1.2)) scale(calc(var(--scale, 1) * 1.1));
  }

  to {
    transform: translateX(-50%) rotate(var(--rotate, 0deg)) scale(var(--scale, 1));
  }
}

canvas {
  position: fixed;
  inset: 0;
  top: 0;
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
}

.heroSection {
  margin-bottom: 11.25rem;
}

@media screen and (max-width: 991px) {
  .heroSection {
    margin-bottom: 5.625rem;
  }
}

@media screen and (min-width: 1400px) {
  .heroSection .container {
    max-width: 1352px;
  }
}

.heroSection-wrapper {
  margin-top: 6rem;
}

@media screen and (max-width: 991px) {
  .heroSection-wrapper {
    margin-top: 5.625rem;
  }
}

.heroSection-head {
  max-width: 825.98px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heroSection-title {
  font-weight: 400;
  font-size: 80px;
  line-height: 103.44px;
  text-align: center;
  color: #fff;
  margin-bottom: 0.375rem;
}

.heroSection-subtitle {
  font-weight: 400;
  font-size: 38px;
  line-height: 57px;
  text-align: center;
  color: #fff;
  margin-bottom: 0.375rem;
  margin-top: -40px;
}

@media screen and (max-width: 575px) {
  .heroSection-subtitle {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0.875rem;
  }
}

.heroSection-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #e4e4e7;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 575px) {
  .heroSection-text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0.875rem;
  }
}

.heroSection-main {
  margin-top: -200px;
}

@media screen and (max-width: 575px) {
  .heroSection-main {
    margin-top: -30px;
  }
}

.heroSection-wrBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.875rem;
  margin-bottom: 4.8125rem;
}
row align-items-start{
    justify-content: center;
}
.heroSection-mapimg {
  text-align: center;
}

@media screen and (max-width: 575px) {
  .heroSection-mapimg img {
    transform: scale(1.5);
  }
}

.heroSection-boxes [class*=col] {
  padding: 0 0.75rem !important;
}

.heroSection-wrtag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  margin-bottom: 1rem;
}

.heroSection-tag {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  padding: 0.5rem 0.625rem;
  padding-bottom: 0.25rem;
  background: #333333;
  border-radius: 0.25rem;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .heroSection-tag {
    font-size: 16px;
    line-height: 24px;
  }
}

.heroSection-newsubtitle {
  font-weight: 400;
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -0.3px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .heroSection-newsubtitle {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 0.875rem;
  }
}

.z-cubtn {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.z-cubtn:hover .z-cubtn__icon {
  background: #84f9a7;
}

.z-cubtn:hover .z-cubtn__icon svg.icon-arrowleftTop {
  fill: #141414;
}

.z-cubtn:hover span {
  border: 1px solid #444444;
}

.z-cubtn>span {
  padding: 0.75rem 2.125rem;
  padding-bottom: 0.625rem;
  border-radius: 6.25rem;
  background: #1a1a1a;
  display: inline-block;
  color: #fdfffa;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: 0.3s ease;
}

.z-cubtn__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25rem;
  transform: translateX(-14px);
  transition: 0.3s ease;
  border: 1px solid #262626;
  background: #191919;
}

.z-cubtn__icon svg.icon-arrowleftTop {
  fill: #fff;
  transition: 0.3s ease;
}

.heroSectionBox {
  background: #1a1a1a;
  border: 1px solid #262626;
  border-radius: 0.75rem;
  max-width: 315px;
  margin-right: auto;
  margin-left: auto;
  transition: 0.5s ease;
  position: relative;
}

@media screen and (max-width: 360px) {
  .heroSectionBox {
    max-width: 290px;
  }
}

.heroSectionBox:hover .z-cubtn .z-cubtn__icon {
  background: #84f9a7;
}

.heroSectionBox:hover .z-cubtn .z-cubtn__icon svg.icon-arrowleftTop {
  fill: #141414;
}

.heroSectionBox:hover .z-cubtn span {
  border: 1px solid #444444;
}

.heroSectionBox.rotate-6 {
  transform: rotate(-6deg);
}

.heroSectionBox.rotate-6:hover {
  transform: rotate(0deg);
}

.heroSectionBox.rotate-4 {
  transform: rotate(4deg);
}

.heroSectionBox.rotate-4:hover {
  transform: rotate(0deg);
}

.heroSectionBox.transformTop {
  transform: translateY(95px);
}

@media screen and (max-width: 575px) {
  .heroSectionBox.transformTop {
    transform: translateY(0px);
  }
}

.heroSectionBox.tranformtop-rotate-4 {
  transform: rotate(-4deg) translateY(95px);
}

.heroSectionBox.tranformtop-rotate-4:hover {
  transform: rotate(0deg) translateY(95px);
}

@media screen and (max-width: 575px) {
  .heroSectionBox.tranformtop-rotate-4 {
    transform: rotate(-4deg) translateY(0);
  }

  .heroSectionBox.tranformtop-rotate-4:hover {
    transform: rotate(0) translateY(0);
  }
}

.heroSectionBox-wrapper {
  padding: 1.875rem;
  padding-bottom: 1.25rem;
}

@media screen and (max-width: 575px) {
  .heroSectionBox-wrapper {
    padding-top: 1.25rem;
  }
}

.heroSectionBox-img {
  margin-bottom: 1.875rem;
  margin-left: 145px;
}

.heroSectionBox-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 0.25rem;
  text-align: right;
}

@media screen and (max-width: 575px) {
  .heroSectionBox-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.heroSectionBox-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: #7e7e81;
  margin-bottom: 0.625rem;
  text-align: right;
}

@media screen and (max-width: 575px) {
  .heroSectionBox-text {
    font-size: 14px;
    line-height: 21px;
  }
}

.heroSectionBox-link span {
  background: #1a1a1a !important;
  border: 1px solid #262626;
}

.wrapperSection {
  position: relative;
  max-width: 1322px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1399px) {
  .wrapperSection>.container {
    max-width: 1322px;
  }
}

@media screen and (max-width: 1399px) {
  .wrapperSection>.container {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
    pointer-events: none;
  }
}

@media screen and (max-width: 575px) {
  .wrapperSection>.container {
    padding: 0 !important;
  }
}

.wrapperSection-wrLine {
  position: absolute;
  right: calc(100% + 20px);
  top: 0;
  height: 100%;
  width: 17px;
}

@media screen and (max-width: 575px) {
  .wrapperSection-wrLine {
    right: calc(100% - 30px);
  }
}

.wrapperSection-circle {
  width: 17px;
  height: 17px;
  background: #84f9a7;
  border-radius: 100px;
}

.wrapperSection-line {
  background: #333333;
  height: 100%;
  width: 1px;
  margin-left: auto;
  margin-right: auto;
}

.wrapperSection-overlayline {
  background: #00d0ff;
}

.StartupLifecycle {
  margin-bottom: 7.375rem;
}

@media screen and (min-width: 1400px) {
  .StartupLifecycle .container {
    max-width: 1352px;
  }
}

@media screen and (max-width: 575px) {
  .StartupLifecycle .container {
    padding-left: 3.125rem;
    padding-right: 1.875rem;
  }
}

.StartupLifecycle-head {
  margin-bottom: 5.9375rem;
}

@media screen and (max-width: 991px) {
  .StartupLifecycle-head {
    margin-bottom: 0.875rem;
  }
}

@media screen and (max-width: 991px) {
  .StartupLifecycle-head .col-lg-5 {
    margin-bottom: 3.25rem;
    text-align: center;
  }
}

.StartupLifecycle-wrTag {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1.25rem;
}

.StartupLifecycle-tag {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  padding: 0.5rem 0.625rem;
  padding-bottom: 0.25rem;
  background: #333333;
  border-radius: 0.25rem;
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .StartupLifecycle-tag {
    font-size: 16px;
    line-height: 24px;
  }
}

.StartupLifecycle-title {
  font-weight: 400;
  font-size: 78px;
  line-height: 101.4px;
  letter-spacing: -0.3px;
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .StartupLifecycle-title {
    font-size: 48px;
    line-height: 75.4px;
  }
}

.z-accordion-item {
  padding: 2.5rem;
  padding-top: 0;
  padding-bottom: 2.5rem;
  border: 1px solid #262626;
  border-radius: 0.75rem;
  margin-bottom: 1.25rem;
  background: #1a1a1a;
}

@media screen and (max-width: 991px) {
  .z-accordion-item {
    padding: 1.25rem 1.5rem;
    padding-top: 0;
  }
}

.z-accordion-item.show {
  background: #131313;
}

.z-accordion-item.show .z-accordion-item__icon svg {
  transform: rotate(180deg);
  display: inline-block;
}

.z-accordion-item.show .z-accordion-item__wrbtn {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  display: block;
}

.z-accordion-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.875rem;
  flex-wrap: wrap;
  padding-top: 2.5rem;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .z-accordion-item__head {
    padding-top: 1.25rem;
  }
}

@media screen and (max-width: 575px) {
  .z-accordion-item__left {
    order: 1;
    margin-bottom: 1.25rem;
  }
}

.z-accordion-item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 0.25rem;
}

.z-accordion-item__wrbtn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
  transition: 0.3s ease;
  margin-left: auto;
}

@media screen and (max-width: 575px) {
  .z-accordion-item__wrbtn {
    order: 2;
    margin-right: auto;
    margin-left: 0;
  }
}

.z-accordion-item__wrbtn .z-cubtn span {
  background: #1a1a1a;
  border: 1px solid #262626;
}

@media screen and (max-width: 400px) {
  .z-accordion-item__wrbtn .z-cubtn span {
    white-space: normal;
    text-align: center;
  }
}

.z-accordion-item__wrbtn .z-cubtn__icon {
  background: #1a1a1a;
}

@media screen and (max-width: 400px) {
  .z-accordion-item__wrbtn .z-cubtn__icon {
    display: none;
  }
}

.z-accordion-item__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: #7e7e81;
}

@media screen and (max-width: 575px) {
  .z-accordion-item__wrIcon {
    order: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.z-accordion-item__icon {
  padding: 1rem 1.875rem;
  border: 1px solid #262626;
  border-radius: 6.25rem;
  cursor: pointer;
  display: inline-block;
}

.z-accordion-item__icon svg {
  fill: #fff;
}

.z-accordion-item__content {
  padding-top: 1.25rem;
}

.z-accordion-item__content--footer {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

@media screen and (max-width: 991px) {
  .z-accordion-item__content--footer {
    flex-wrap: wrap;
  }
}

.z-accordion-item__content--text {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #e4e4e7;
}

.z-accordion-item__content--validate {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.625rem 1.25rem;
  padding-left: 0.75rem;
  background: #262626;
  border-radius: 6.25rem;
}

@media screen and (max-width: 991px) {
  .z-accordion-item__content--validate {
    flex-wrap: wrap;
    border-radius: 0.6875rem;
  }
}

.z-accordion-item__content--validate svg {
  fill: #84f9a7;
  flex: 0 0 auto;
}

.z-accordion-item__content--validate span {
  color: #e4e4e7;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  padding-top: 3px !important;
}

.z-accordion-item__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #98989a;
  margin-bottom: 1.25rem;
  text-align: right;
}

.whyUs {
  margin-bottom: 8.125rem;
}

@media screen and (max-width: 575px) {
  .whyUs {
    margin-bottom: 2.75rem;
  }
}

@media screen and (min-width: 1400px) {
  .whyUs .container {
    max-width: 1338px;
  }
}

@media screen and (max-width: 575px) {
  .whyUs .container {
    padding-left: 3.125rem;
    padding-right: 1.875rem;
  }
}

.whyUs-left {
  float: left;
  width: 607px;
  margin-top: 12.125rem;
}

@media screen and (max-width: 1399px) {
  .whyUs-left {
    max-width: 418px;
  }
}

@media screen and (max-width: 1199px) {
  .whyUs-left {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2.75rem;
  }
}

@media screen and (max-width: 575px) {
  .whyUs-left {
    margin-bottom: 1.5rem;
  }
}

.whyUs-right {
  transform: translateX(-47px);
}

@media screen and (max-width: 1199px) {
  .whyUs-right {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .whyUs-right {
    transform: translateX(0);
  }
}

.whyUs-wrtag {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1rem;
}

.whyUs-tag {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  padding: 0.5rem 0.625rem;
  padding-bottom: 0.25rem;
  background: #333333;
  border-radius: 0.25rem;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .whyUs-tag {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3px;
  }
}

.whyUs-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 1rem;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .whyUs-title {
    font-size: 34px;
    line-height: 44.2px;
    letter-spacing: -0.3px;
  }
}

@media screen and (max-width: 1399px) {
  .whyUs-title {
    white-space: normal;
  }
}

.whyUs-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #98989a;
}

@media screen and (max-width: 575px) {
  .whyUs-text {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.3px;
  }
}

.whyUs-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.5625rem;
}

@media screen and (max-width: 575px) {
  .whyUs-row {
    justify-content: flex-start;
  }
}

.whyUs-row>* {
  width: 33.333%;
}

@media screen and (max-width: 767px) {
  .whyUs-row>* {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .whyUs-row>* {
    max-width: 274px;
    width: 100%;
  }
}

.whyUs-row>*:nth-child(1) {
  transform: rotate(4deg);
}

.whyUs-row>*:nth-child(2) {
  transform: rotate(-4deg);
}

.whyUs-row>*:nth-child(3) {
  transform: rotate(2deg);
}

.whyUs-row>*:nth-child(4) {
  transform: rotate(-3deg);
}

.whyUsBox {
  padding: 1.875rem;
  padding-bottom: 1.25rem;
  background: #1a1a1a;
  border: 1px solid #262626;
  border-radius: 0.75rem;
  max-width: 274px;
  transition: 0.5s ease;
}

.whyUsBox:hover {
  transform: rotate(0);
  z-index: 3;
}

.whyUsBox-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 575px) {
  .whyUsBox-title {
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: -0.3px;
  }
}

.whyUsBox-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #98989a;
}

@media screen and (max-width: 575px) {
  .whyUsBox-text {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.3px;
  }
}

.meetTeam {
  margin-bottom: 9.375rem;
}

@media screen and (max-width: 575px) {
  .meetTeam>.container {
    padding-left: 3.125rem;
    padding-right: 1.875rem;
  }
}

.meetTeam-head {
  max-width: 55.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 575px) {
  .meetTeam-head {
    margin-bottom: 2.75rem;
  }
}

.meetTeam-wrtag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
  .meetTeam-wrtag {
    margin-bottom: 0.375rem;
  }
}

.meetTeam-tag {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  padding: 0.5rem 0.625rem;
  padding-bottom: 0.25rem;
  background: #333333;
  border-radius: 0.25rem;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .meetTeam-tag {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3px;
  }
}

.meetTeam-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -0.3px;
  text-align: center;
  margin-bottom: 1rem;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .meetTeam-title {
    font-size: 34px;
    line-height: 44.2px;
    margin-bottom: 0.375rem;
  }
}

.meetTeam-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #98989a;
  direction: rtl;
}

@media screen and (max-width: 575px) {
  .meetTeam-text {
    font-size: 14px;
    line-height: 21px;
  }
}

.meetTeam-counter {
  height: 450px;
  background: url(../images/world-dot.webp) no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 0.625rem;
  margin-bottom: 40px;
  max-width: 953px;
  margin-left: auto;
  margin-right: auto;
  direction: ltr;
}

@media screen and (max-width: 991px) {
  .meetTeam-counter {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .meetTeam-counter {
    padding-top: 130px;
    background-position: top center;
  }
}

.meetTeam-counter__box {
  background: #1a1a1a;
  border-radius: 0.75rem;
  padding: 1.875rem;
  padding-bottom: 1.25rem;
  border: 1px solid #262626;
  width: 230px;
}

@media screen and (max-width: 767px) {
  .meetTeam-counter__box {
    padding: 1.25rem;
    padding-bottom: 0.625rem;
  }
}

.meetTeam-counter__box--number {
  color: #84f9a7;
  font-weight: 700;
  font-size: 44px;
  line-height: 66px;
  letter-spacing: -0.3px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .meetTeam-counter__box--number {
    font-size: 16px;
    line-height: 24px;
  }
}

.meetTeam-counter__box--text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: #98989a;
}

@media screen and (max-width: 767px) {
  .meetTeam-counter__box--text {
    font-size: 14px;
    line-height: 21px;
  }
}

.meetTeam-row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .meetTeam-row {
    flex-wrap: wrap;
  }
}

.meetTeam-row>* {
  align-self: flex-start;
}

@media screen and (max-width: 767px) {
  .meetTeam-row>* {
    width: 100%;
  }

  .meetTeam-row>*:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

.meetTeam-row>*:nth-child(1) {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .meetTeam-row>*:nth-child(1) {
    margin-top: 0rem;
  }
}

.meetTeam-row>*:nth-child(2) {
  margin-top: 12.9375rem;
  transform: translateX(-130px);
}

@media screen and (max-width: 991px) {
  .meetTeam-row>*:nth-child(2) {
    margin-top: 15.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .meetTeam-row>*:nth-child(2) {
    margin-top: 0rem;
    transform: translateX(0);
  }
}

.meetTeam-row>*:nth-child(3) {
  margin-top: 3.3125rem;
  transform: translateX(-93px);
}

@media screen and (max-width: 767px) {
  .meetTeam-row>*:nth-child(3) {
    margin-top: 0rem;
    transform: translateX(0);
  }
}

.meetTeam-row>*:nth-child(4) {
  margin-top: 6.875rem;
}

@media screen and (max-width: 767px) {
  .meetTeam-row>*:nth-child(4) {
    margin-top: 0rem;
  }
}

.meetTeam-wrteam {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 24px;
}

@media screen and (max-width: 1399px) {
  .meetTeam-wrteam {
    max-width: 58.75rem;
    grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
  }
}

@media screen and (max-width: 575px) {
  .meetTeam-wrteam {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}

.meetTeam-wrteam>*:nth-child(even) {
  transform: translateY(4.3125rem);
}

.meetTeam-wrteam>*:nth-child(1) {
  z-index: 6;
}

.meetTeam-wrteam>*:nth-child(2) {
  z-index: 5;
}

.meetTeam-wrteam>*:nth-child(3) {
  z-index: 4;
}

.meetTeam-wrteam>*:nth-child(4) {
  z-index: 3;
}

.meetTeam-wrteam>*:nth-child(5) {
  z-index: 2;
}

.meetTeam-wrteam>*:nth-child(6) {
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .meetTeam-wrteam>*:nth-child(odd) {
    transform: translateY(4.3125rem);
  }

  .meetTeam-wrteam>*:nth-child(even) {
    transform: translateY(0rem);
  }

  .meetTeam-wrteam>*:nth-child(4) {
    transform: translateY(4.3125rem);
  }

  .meetTeam-wrteam>*:nth-child(5) {
    transform: translateY(0rem);
  }
}

@media screen and (max-width: 767px) {
  .meetTeam-wrteam>* {
    transform: translateY(0rem) !important;
  }
}

.cardMeetTeam {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 575px) {
  .cardMeetTeam {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cardMeetTeam:hover .cardMeetTeam-wrapper {
    transform: translateY(0) translateX(-50%) scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 10;
  }
}

.cardMeetTeam-img {
  margin-bottom: 1.25rem;
  text-align: left;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .cardMeetTeam-img {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.cardMeetTeam-profile {
  width: 94px;
  height: 94px;
  border-radius: 6.25rem;
  overflow: hidden;
}

.cardMeetTeam-profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cardMeetTeam-wrapper {
  padding: 1.875rem;
  padding-bottom: 1.25rem;
  background: #1a1a1a;
  border: 1px solid #262626;
  border-radius: 0.75rem;
  transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
  .cardMeetTeam-wrapper {
    position: absolute;
    left: 50%;
    width: 100%;
    top: calc(100% - 10px);
    transform: translateY(-40%) translateX(-50%) scale(0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 13.375rem;
  }
}

.cardMeetTeam-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 1.25rem;
  text-align: right;
}

.cardMeetTeam-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: #98989a;
  text-align: right;
}

.coreValues {
  margin-bottom: 10rem;
}

@media screen and (min-width: 1399px) {
  .coreValues .container {
    max-width: 1267px;
  }
}

@media screen and (max-width: 575px) {
  .coreValues .container {
    padding-left: 3.125rem;
    padding-right: 1.875rem;
  }
}

.coreValues-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .coreValues-head {
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
  }

  .coreValues-head>* {
    width: 100%;
  }
}

.coreValues-left {
  max-width: 34.3125rem;
}

@media screen and (max-width: 991px) {
  .coreValues-left {
    order: 1;
  }
}

.coreValues-img {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .coreValues-img {
    order: 0;
    margin-bottom: 2.5rem;
  }
}

.coreValues-wrtag {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1rem;
}

.coreValues-tag {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  padding: 0.5rem 0.625rem;
  padding-bottom: 0.25rem;
  background: #333333;
  border-radius: 0.25rem;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .coreValues-tag {
    font-size: 16px;
    line-height: 24px;
  }
}

.coreValues-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 1rem;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .coreValues-title {
    font-size: 34px;
    line-height: 44.2px;
  }
}

.coreValues-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #98989a;
}

@media screen and (max-width: 575px) {
  .coreValues-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.coreValues-main {
  transform: translateY(-50px);
  margin-bottom: -50px;
}

@media screen and (max-width: 1199px) {
  .coreValues-main {
    transform: translateY(0);
    margin-bottom: 0;
  }
}

.coreValues-main>*:first-child>*:first-child {
  transform: rotate(3deg);
}

.coreValues-main>*:first-child>*:first-child:hover {
  transform: rotate(0);
}

.coreValues-main>*:first-child>*:last-child {
  transform: rotate(-6deg) translateY(-2px) translateX(-25px);
  position: relative;
  z-index: 2;
}

.coreValues-main>*:first-child>*:last-child:hover {
  transform: rotate(0) translateY(-2px) translateX(-25px);
}

.coreValues-main>*:last-child {
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .coreValues-main>*:last-child {
    justify-content: flex-start;
  }
}

.coreValues-main>*:last-child>*:first-child {
  transform: rotate(2deg);
}

.coreValues-main>*:last-child>*:first-child:hover {
  transform: rotate(0);
}

.coreValues-main>*:last-child>*:last-child {
  transform: rotate(4deg) translateY(-43px);
  position: relative;
  z-index: 2;
}

.coreValues-main>*:last-child>*:last-child:hover {
  transform: rotate(0) translateY(-43px);
}

.coreValues-row {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

@media screen and (max-width: 767px) {
  .coreValues-row {
    padding-left: 40px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 400px) {
  .coreValues-row {
    padding-left: 20px;
  }
}

.cardcoreValues {
  max-width: 27.5rem;
  transition: 0.5s ease;
}

@media screen and (max-width: 767px) {
  .cardcoreValues {
    max-width: 17.125rem;
  }
}

.cardcoreValues:hover {
  z-index: 5;
}

.cardcoreValues-wrapper {
  padding: 1.875rem;
  padding-bottom: 1.25rem;
  background: #1a1a1a;
  border: 1px solid #262626;
  border-radius: 0.75rem;
}

.cardcoreValues-title {
  margin-bottom: 0.625rem;
  font-weight: 400;
  font-size: 38px;
  line-height: 49.4px;
  letter-spacing: -0.3px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cardcoreValues-title {
    font-size: 16px;
    line-height: 20.8px;
  }
}

.cardcoreValues-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #98989a;
}

@media screen and (max-width: 767px) {
  .cardcoreValues-text {
    font-size: 14px;
    line-height: 21px;
  }
}

.ourProcess {
  margin-top: 3.125rem;
  margin-bottom: 15.875rem;
}

@media screen and (max-width: 991px) {
  .ourProcess {
    margin-bottom: 9.375rem;
  }
}

@media screen and (min-width: 1399px) {
  .ourProcess .container {
    max-width: 1277px;
  }
}

.ourProcess-wrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .ourProcess-wrapper {
    flex-wrap: wrap;
  }
}

.ourProcess-wrtext {
  max-width: 1078px;
  margin-right: auto;
}

@media screen and (max-width: 1399px) {
  .ourProcess-wrtext {
    max-width: 856px;
  }
}

@media screen and (max-width: 1199px) {
  .ourProcess-wrtext {
    max-width: 770px;
  }
}

@media screen and (max-width: 991px) {
  .ourProcess-wrtext {
    max-width: 570px;
  }
}

.ourProcess-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 0.875rem;
}

@media screen and (max-width: 575px) {
  .ourProcess-title {
    font-size: 34px;
    line-height: 44.2px;
  }
}

.ourProcess-wrBox {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .ourProcess-wrBox>* {
    width: 100%;
  }
}

.ourProcess-box__wrapper {
  display: inline-flex;
  margin-right: auto;
  align-items: center;
  gap: 0.625rem;
  padding: 1.25rem;
  padding-right: 1.875rem;
  background: #1a1a1a;
  border: 1px solid #262626;
  border-radius: 0.75rem;
}

.ourProcess-box.first .ourProcess-box__wrapper {
  padding: 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

.ourProcess-box.first .ourProcess-box__img {
  width: 64px;
  height: 64px;
}

@media screen and (max-width: 991px) {
  .ourProcess-box.first .ourProcess-box__img {
    width: 44px;
    height: 44px;
  }
}

@media screen and (max-width: 575px) {
  .ourProcess-box.first .ourProcess-box__img {
    transform: rotate(90deg);
  }
}

.ourProcess-box__img {
  width: 84px;
  height: 84px;
}

@media screen and (max-width: 991px) {
  .ourProcess-box__img {
    width: 34px;
    height: 34px;
  }
}

.ourProcess-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ourProcess-box-text {
  font-weight: 400;
  font-size: 38px;
  line-height: 49.4px;
  letter-spacing: -0.3px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .ourProcess-box-text {
    font-size: 16px;
    line-height: 20.8px;
  }
}

.ourProcess-img {
  position: absolute;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .ourProcess-img {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .ourProcess-img {
    bottom: -120px;
    right: 20%;
    width: 200px;
  }

  .ourProcess-img img {
    transform: rotate(-15deg);
    display: inline-block;
  }
}

@media screen and (max-width: 400px) {
  .ourProcess-img {
    right: 5%;
  }
}

.ourPortfolio {
  margin-bottom: 4.375rem;
  background: #1a1a1a;
  padding-bottom: 4.375rem;
  padding-top: 4.375rem;
}

.ourPortfolio-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .ourPortfolio-head {
    flex-wrap: wrap;
  }
}

.ourPortfolio-head .z-cubtn span {
  border-color: #262626 !important;
}

.ourPortfolio-wrtag {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1rem;
}

.ourPortfolio-tag {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  padding: 0.5rem 0.625rem;
  padding-bottom: 0.25rem;
  background: #333333;
  border-radius: 0.25rem;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .ourPortfolio-tag {
    font-size: 16px;
    line-height: 24px;
  }
}

.ourPortfolio-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
  .ourPortfolio-title {
    font-size: 34px;
    line-height: 44.2px;
  }
}

.ourPortfolio-main {
  padding: 1.25rem;
  background: #141414;
  border: 1px solid #262626;
  border-radius: 0.75rem;
}

.ourPortfolio-list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.ourPortfolio-item {
  width: calc(33.333% - 14px);
  padding: 2.5rem;
  background: #1a1a1a;
  border: 1px solid #262626;
  border-radius: 0.75rem;
  transition: 0.3s ease;
}

@media screen and (max-width: 991px) {
  .ourPortfolio-item {
    width: calc(50% - 14px);
    padding: 2.5rem 1.25rem;
  }
}

@media screen and (max-width: 575px) {
  .ourPortfolio-item {
    width: 100%;
    padding: 2.5rem 1.25rem;
  }
}

.ourPortfolio-item:hover {
  border: 1px solid #4d4d4d;
}

.ourPortfolio-item:hover .ourPortfolio-item__icon {
  background: #84f9a7;
  border-color: transparent;
}

.ourPortfolio-item:hover .ourPortfolio-item__icon svg {
  fill: #141414;
}

.ourPortfolio-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 575px) {
  .ourPortfolio-item__head {
    flex-wrap: wrap;
    row-gap: 1.25rem;
  }
}

.ourPortfolio-item__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: -0.3px;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .ourPortfolio-item__title {
    order: 1;
    width: 100%;
  }
}

.ourPortfolio-item__icon {
  width: 52px;
  height: 52px;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #262626;
  flex: 0 0 auto;
  transition: 0.3s ease;
}

@media screen and (max-width: 575px) {
  .ourPortfolio-item__icon {
    order: 0;
  }
}

.ourPortfolio-item__icon:hover {
  background: #84f9a7;
  border-color: transparent;
}

.ourPortfolio-item__icon:hover svg {
  fill: #141414;
}

.ourPortfolio-item__icon svg {
  fill: #fff;
}

.ourPortfolio-item__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: #98989a;
}

.readytoStart {
  margin-bottom: 4.375rem;
}

.readytoStart-wrtag {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1rem;
}

.readytoStart_wrapper {
  padding: 0 1.125rem;
}

.readytoStart-tag {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  padding: 0.5rem 0.625rem;
  padding-bottom: 0.25rem;
  background: #333333;
  border-radius: 0.25rem;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .readytoStart-tag {
    font-size: 16px;
    line-height: 24px;
  }
}

.readytoStart-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 575px) {
  .readytoStart-title {
    font-size: 34px;
    line-height: 44.2px;
  }
}

.readytoStart-wrbtn {
  text-align: right;
}

.readytoStart-head {
  margin-bottom: 4.8125rem;
}

.readytoStart-slider {
  border-bottom: 1px solid #262626;
}

.readytoStart__swiper {
  padding-bottom: 1.875rem;
}

.readytoStart-slidetitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0%;
  text-align: center;
  padding: 1.375pxrem 2.125pxrem;
  color: #fdfffa;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
}

.readytoStart-slidetitle-title {
  background: #1a1a1a;
  border: 1px solid #262626;
  border-radius: 6.25rem;
  display: inline-block;
  padding: 22px 34px 18px;
}

.readytoStart-slidetitle::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  background: #262626;
  height: 1px;
  pointer-events: none;
  z-index: -1;
  left: 0;
}

.readytoStart-box {
  padding: 1.25rem 2.5rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .readytoStart-box {
    padding: 1.25rem;
  }
}

.readytoStart-box:hover img {
  transform: scale(1.3);
}

.readytoStart-box img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s ease;
}

.Insights {
  margin-bottom: 4.375rem;
}

@media screen and (min-width: 1399px) {
  .Insights .container {
    max-width: 1404px;
  }
}

.Insights-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .Insights-head {
    flex-wrap: wrap;
  }
}

.Insights-wrtag {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1rem;
}

.Insights-tag {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  padding: 0.5rem 0.625rem;
  padding-bottom: 0.25rem;
  background: #333333;
  border-radius: 0.25rem;
  color: #fff;
}

.Insights-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -0.3px;
  color: #fff;
}

.Insights-right {
  margin-bottom: 4px;
}

.Insights-wrItem {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .Insights-wrItem {
    flex-wrap: wrap;
  }
}

.Insights-wrItem>* {
  width: calc(50% - 12px);
}

@media screen and (max-width: 767px) {
  .Insights-wrItem>* {
    width: 100%;
  }
}

.cardBlog:hover .z-cubtn .z-cubtn__icon {
  background: #84f9a7;
}

.cardBlog:hover .z-cubtn .z-cubtn__icon svg.icon-arrowleftTop {
  fill: #141414;
}

.cardBlog:hover .z-cubtn span {
  border: 1px solid #444444;
}

.cardBlog-img {
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.cardBlog-img img {
  width: 100%;
}

.cardBlog-wrapper {
  padding: 1.875rem;
  padding-bottom: 1.25rem;
  background: #1a1a1a;
  border: 1px solid #262626;
  border-radius: 12px;
}

@media screen and (max-width: 991px) {
  .cardBlog-wrapper {
    padding: 0.9375rem;
    padding-bottom: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .cardBlog-wrapper {
    padding: 1.875rem;
    padding-bottom: 1.25rem;
  }
}

.cardBlog-head {
  margin-bottom: 1.25rem;
}

.cardBlog-timeDate {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
}

.cardBlog-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #98989a;
}

.cardBlog-date span {
  padding-top: 4px;
}

.cardBlog-date svg {
  fill: #98989a;
}

.cardBlog-time {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #98989a;
}

.cardBlog-time span {
  padding-top: 4px;
}

.cardBlog-time svg {
  fill: #98989a;
}

.cardBlog-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: -0.3px;
  color: #fff;
  transition: 0.3s ease;
text-align: right;
}

.cardBlog-title:hover {
  color: #84f9a7;
}

.cardBlog-main {
  margin-bottom: 1.25rem;
}

.cardBlog-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #98989a;
  letter-spacing: -0.3px;
  text-align:right ;
}

.cardBlog-footer {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cardBlog-profile {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cardBlog-profile__img {
  width: 48px;
  height: 48px;
  border-radius: 6.25rem;
  overflow: hidden;
}

.cardBlog-profile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cardBlog-profile__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0.125rem;
  color: #fff;
}

.cardBlog-profile__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}

.cardBlog .z-cubtn span {
  border-color: #262626;
}

.ventureStudio {
  padding: 60px 0;
  background: #1a1a1a;
}

@media screen and (min-width: 1399px) {
  .ventureStudio .container {
    max-width: 1404px;
  }
}

.ventureStudio-head {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.125rem;
}

.ventureStudio-wrtag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  margin-bottom: 1rem;
}

.ventureStudio-tag {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  padding: 0.5rem 0.625rem;
  padding-bottom: 0.25rem;
  background: #333333;
  border-radius: 0.25rem;
  color: #fff;
}

.ventureStudio-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 1rem;
}

.ventureStudio-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #98989a;
}

.ventureStudio-wrteam {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  grid-auto-flow: dense;
  grid-column-gap: 24px;
  grid-row-gap: 34px;
}

@media screen and (max-width: 1399px) {
  .ventureStudio-wrteam {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-content: center;
  }
}

.ventureStudio .cardMeetTeam {
  margin-left: auto;
  margin-right: auto;
}

.ventureStudio .cardMeetTeam-img {
  margin-bottom: 1.5rem;
}

.ventureStudio .cardMeetTeam-profile {
  width: 100%;
  height: 214px;
  border-radius: 0.75rem;
}

.FromVision {
  margin-bottom: 100px;
}

.FromVision .col-lg-8 {
  padding-right: 64px !important;
}

@media screen and (max-width: 991px) {
  .FromVision .col-lg-8 {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}

.FromVision-mainTitle {
  font-weight: 400;
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -0.3px;
  margin-bottom: 14px;
  color: #fff;
}

.FromVision-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #98989a;
}

.FromVision-wrText {
  margin-bottom: 4px;
}

.FromVision-title {
  font-weight: 400;
  font-size: 38px;
  line-height: 49.4px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 4px;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.wrapperCircllebg {
  background: url(../images/circle.svg) no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.d {
  overflow-x: hidden;
  overflow: hidden;
  padding-right: 17px;
}

footer {
  border-top: 1px solid #262626;
  padding-top: 80px;
}

@media screen and (min-width: 1450px) {
  footer .container {
    max-width: 87.75rem;
  }
}

@media screen and (max-width: 991px) {
  footer .container {
    padding-left: 2.125rem !important;
    padding-right: 2.125rem !important;
  }
}

@media screen and (max-width: 991px) {
  footer .mb-40 {
    margin-bottom: 2.5rem;
  }
}

.footer-wrapper {
  padding-bottom: 5rem;
  border-bottom: 1px solid #262626;
}

.footer-logo {
  margin-bottom: 2.25rem;
  width: 100%;
  text-align: right;
}

.footer-logo:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(97%) sepia(38%) saturate(1075%) hue-rotate(60deg) brightness(98%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(97%) sepia(38%) saturate(1075%) hue-rotate(60deg) brightness(98%) contrast(100%);
}

.footer-aboutus {
  margin-bottom: 2.25rem;
}

.footer-aboutus__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.03px;
  color: #fff;
  margin-bottom: 0.375rem;
  text-align: right;
}

.footer-aboutus__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: -0.03px;
  color: #666666;
  text-align: right;
}

.footer-aboutus a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: -0.3px;
  padding-top: 4px;
}

@media screen and (max-width: 991px) {
  .footer-contentList {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
}

.footer-contentList>* {
  margin-bottom: 1.125rem;
  transition: 0.3s ease;
}

@media screen and (max-width: 991px) {
  .footer-contentList>* {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 991px) and (max-width: 575px) {
  .footer-contentList>* {
    width: 100%;
  }
}

.footer-contentList>*:hover {
  color: #84f9a7;
}

.footer-contentList>*:hover svg {
  fill: #84f9a7;
  transform: scale(1.1);
}

.footer-addresmap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666666;
  font-weight: 400;
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: -0.03px;
}

.footer-addresmap svg {
  fill: #666666;
}

.footer-addresmap a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: -0.3px;
  padding-top: 4px;
}

.footer-email {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666666;
  font-weight: 400;
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: -0.03px;
}

.footer-email svg {
  fill: #666666;
}

.footer-email a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: -0.3px;
  padding-top: 4px;
}

.footer-number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666666;
  font-weight: 400;
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: -0.03px;
}

.footer-number svg {
  fill: #666666;
}

.footer-number a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: -0.3px;
  padding-top: 4px;
}

.footer-menu {
  margin-bottom: 1.125rem;
  text-align: right;
}

.footer-menu__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.03px;
  color: #fff;
  margin-bottom: 2.25rem;
}

.footer-menu__item {
  margin-bottom: 0.625rem;
}

.footer-menu__item a {
  padding: 0.25rem 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: -0.03px;
  color: #666666;
  display: block;
  transition: 0.3s ease;
}

.footer-menu__item a:hover {
  color: #84f9a7;
}

.footer-wrBtn>* {
  margin-bottom: 1.125rem;
}

.footer-wrBtn .z-cubtn {
  gap: 0.625rem;
  padding: 0.625rem 1rem;
  background: #141414;
  border: 1px solid #262626;
  border-radius: 0.5rem;
  transition: 0.3s ease;
}

.footer-wrBtn .z-cubtn:hover {
  border: 1px solid #84f9a7;
}

.footer-wrBtn .z-cubtn:hover .z-cubtn__icon {
  background: transparent;
}

.footer-wrBtn .z-cubtn:hover span {
  color: #84f9a7;
  border-color: transparent;
}

.footer-wrBtn .z-cubtn:hover svg {
  transform: rotate(45deg);
  fill: #84f9a7 !important;
}

.footer-wrBtn .z-cubtn span {
  padding: 0;
  background: transparent;
  transition: 0.3s ease;
  color: #98989a;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.03px;
}

.footer-wrBtn .z-cubtn__icon {
  transform: translateX(0);
  border-color: transparent;
  background: transparent;
  width: auto;
  height: auto;
}

.footer-wrBtn .z-cubtn__icon .cuIcon {
  fill: #84f9a7;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  row-gap: 1.5rem;
  padding: 2.5rem 0;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .footer-bottom {
    justify-content: center;
  }

  .footer-bottom>* {
    width: 100%;
    text-align: center;
  }
}

.footer-bottom__nav ul {
  display: flex;
  align-items: center;
  gap: 1.375rem;
}

@media screen and (max-width: 575px) {
  .footer-bottom__nav ul {
    justify-content: center;
  }
}

.footer-bottom__nav ul li:hover a {
  color: #fff;
}

.footer-bottom__nav ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: -0.03px;
  color: #666666;
  transition: 0.3s ease;
}

.footer-socialmedia ul {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

@media screen and (max-width: 575px) {
  .footer-socialmedia ul {
    justify-content: center;
  }
}

.footer-socialmedia ul li a {
  padding: 0.3125rem;
}

.footer-socialmedia ul li a:hover svg {
  transform: scale(1.5);
}

.footer-socialmedia ul li a svg {
  fill: #fff;
}

.footer-copyRight {
  font-weight: 400;
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: -0.03px;
  color: #666666;
}

.z-contact {
  margin-top: 5.875rem;
}

@media screen and (min-width: 991px) {
  .z-contact .container {
    max-width: 846px;
  }
}

@media screen and (max-width: 575px) {
  .z-contact .container {
    padding: 0 0.9375rem !important;
  }
}

.z-contact-head {
  margin-bottom: 2.75rem;
}

@media screen and (max-width: 991px) {
  .z-contact-head {
    max-width: 817px;
  }
}

.z-contact-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
}

.z-contact-wrTag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.z-contact-tag {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.03px;
  padding: 0.5rem 0.625rem;
  padding-bottom: 0.25rem;
  background: #333333;
  border-radius: 0.25rem;
  color: #fff;
}

.z-contact-main {
  background: rgba(19, 19, 19, 0.4);
  border: 1px solid #262626;
  padding: 3.75rem;
  border-radius: 0.75rem;
}

@media screen and (max-width: 767px) {
  .z-contact-main {
    padding: 1.875rem;
  }
}

@media screen and (max-width: 575px) {
  .z-contact-main {
    padding: 1.875rem 1.25rem;
  }
}

.z-contact-headForm {
  padding: 1.25rem 1.875rem;
  background: rgba(36, 36, 36, 0.5019607843);
  border-radius: 0.375rem;
  margin-bottom: 1.875rem;
}

.z-contact-headForm .footer-contentList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.125rem;
  row-gap: 1rem;
}

.z-contact-headForm .footer-contentList>* {
  width: calc(50% - 10px);
  color: #ffffff;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .z-contact-headForm .footer-contentList>* {
    width: 100%;
  }
}

.z-contact-headForm .footer-contentList>*:hover a {
  color: #84f9a7;
}

.z-contact-headForm .footer-contentList>*:hover svg {
  fill: #84f9a7 !important;
}

.z-contact-headForm .footer-contentList svg {
  fill: #fff;
}

.z-contact-headForm__head {
  margin-bottom: 1.875rem;
}

.z-contact-headForm__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 0.375rem;
}

.z-contact-headForm__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #98989a;
}

.z-contact-headForm__wrapper {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.z-contact-headForm__wrapper>* {
  width: calc(50% - 10px);
}

@media screen and (max-width: 575px) {
  .z-contact-headForm__wrapper>* {
    width: 100%;
  }
}

.z-contentForm-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}

.z-contentForm-wrapper>* {
  width: 100%;
}

.z-contentForm-fullname {
  width: calc(50% - 15px);
}

@media screen and (max-width: 767px) {
  .z-contentForm-fullname {
    width: 100%;
  }
}

.z-contentForm-email {
  width: calc(50% - 15px);
}

@media screen and (max-width: 767px) {
  .z-contentForm-email {
    width: 100%;
  }
}

.z-contentForm-phonenumber .z-form-title {
  margin-bottom: 0.375rem !important;
}

.z-contentForm-phonenumber .z-form-subtitle {
  margin-bottom: 1rem;
}

.z-contentForm-description .z-form-title {
  margin-bottom: 0.75rem !important;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
}

.z-contentForm-footer {
  text-align: center;
}

.z-contentForm-submit {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #1a1a1a;
  border-radius: 3.5rem;
  background: #84f9a7;
  padding: 0.875rem 3.375rem;
  padding-bottom: 0.625rem;
  border: 1px solid transparent;
  transition: 0.3s ease;
  display: inline-block;
}

.z-contentForm-submit:hover {
  border-color: #84f9a7;
  background: transparent;
  color: #84f9a7;
}

.z-contentForm .z-form-box {
  padding: 1.25rem 1.875rem;
  background: rgba(36, 36, 36, 0.5019607843);
  border: 1px solid #262626;
  border-radius: 0.375rem;
}

@media screen and (max-width: 575px) {
  .z-contentForm .z-form-box {
    padding: 0.9375rem 1.25rem;
  }
}

.z-contentForm .z-form-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 1rem;
  color: #fff;
}

.z-contentForm .z-form-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03px;
  color: #98989a;
}

.z-contentForm .z-form-input {
  background: transparent;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #333333;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s ease;
}

.z-contentForm .z-form-input:focus {
  border-color: #fff;
}

.z-contentForm .z-form-input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656567;
}

.z-contentForm .z-form-input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656567;
}

.z-contentForm .z-form-input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656567;
}

.z-contentForm .z-form-input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656567;
}

.z-contentForm .z-form-input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656567;
}

.z-contentForm .z-form-textarea {
  background: transparent;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #333333;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  min-height: 150px;
  max-height: 200px;
  transition: 0.3s ease;
}

.z-contentForm .z-form-textarea:focus {
  border-color: #fff;
}

.z-contentForm .z-form-textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656567;
}

.z-contentForm .z-form-textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656567;
}

.z-contentForm .z-form-textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656567;
}

.z-contentForm .z-form-textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656567;
}

.z-contentForm .z-form-textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656567;
}

.z-contentForm-aboutYou__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 1.875rem;
}

.z-contentForm-aboutYou>.z-aboutYou:last-child {
  margin-bottom: 0;
}

.z-contentForm .z-aboutYou {
  margin-bottom: 1.875rem;
}

.z-contentForm .z-aboutYou-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #84f9a7;
  margin-bottom: 0.625rem;
}

.z-contentForm .z-aboutYou-wraning {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #98989a;
}

.z-contentForm .z-aboutYou-head {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #333333;
  margin-bottom: 0.75rem;
}

.z-contentForm .z-aboutYou-textarea {
  background: transparent;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #333333;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  min-height: 150px;
  max-height: 200px;
  transition: 0.3s ease;
}

.z-contentForm .z-aboutYou-textarea:focus {
  border-color: #fff;
}

.z-contentForm .z-aboutYou-textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656567;
}

.z-contentForm .z-aboutYou-textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656567;
}

.z-contentForm .z-aboutYou-textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656567;
}

.z-contentForm .z-aboutYou-textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656567;
}

.z-contentForm .z-aboutYou-textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656567;
}

.z-contentForm .z-aboutYou .upload-container {
  text-align: center;
  border-bottom: 1px solid #333333;
  transition: 0.3s ease;
}

.z-contentForm .z-aboutYou .upload-container:hover {
  border-color: #fff;
}

.z-contentForm .z-aboutYou .upload-container svg.icon-upload {
  fill: #fff;
  margin-bottom: 0.75rem;
}

.z-contentForm .z-aboutYou .upload-container svg {
  fill: #fff;
}

.z-contentForm .z-aboutYou .upload-box {
  cursor: pointer;
  transition: border-color 0.3s;
  padding: 3.25rem 0;
}

.z-contentForm .z-aboutYou .upload-box:hover {
  border-color: #007bff;
}

.z-contentForm .z-aboutYou .upload-box i {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 10px;
}

.z-contentForm .z-aboutYou .upload-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656567;
}

.z-contentForm .z-aboutYou .fileInput_singleton {
  display: none;
}

.z-contentForm .z-aboutYou .file-preview {
  margin-top: 20px;
  text-align: left;
}

.z-contentForm .z-aboutYou .file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 14px;
}

.z-contentForm .z-aboutYou .file-item span {
  font-size: 14px;
  color: #333;
}

.z-contentForm .z-aboutYou .file-item button {
  background: #ff4d4d;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.z-contentForm .z-aboutYou .file-item button:hover {
  background: #cc0000;
}

.notFound {
  margin-bottom: 18.75rem;
  margin-top: 5.875rem;
}

.notFound-title {
  font-weight: 400;
  font-size: 128px;
  line-height: 166.4px;
  letter-spacing: -0.3px;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}

.notFound-wrbtn {
  text-align: center;
}

.notFound-btn {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.03px;
  padding: 0.5rem 0.625rem;
  padding-bottom: 0.25rem;
  background: #333333;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 2.75rem;
}

.notFound .z-btn-green {
  padding-bottom: 0.5625rem;
}

@media screen and (max-width: 991px) {
  .notFound .z-btn-green {
    display: inline-block;
    padding: 1rem 1.875rem;
    padding-bottom: 12px;
  }
}

.z-contentPage {
  margin-top: 5.875rem;
  margin-bottom: 7.5rem;
}

.z-contentPage-wrapper {
  max-width: 1004px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem;
  background: #1a1a1a;
  border-radius: 0.75rem;
  margin-bottom: 7.5rem;
}

.z-contentPage-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -0.3px;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}

.z-contentPage-wrbtn {
  text-align: center;
}

.z-contentPage-btn {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  padding: 0.5rem 0.625rem;
  padding-bottom: 0.25rem;
  background: #333333;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 2.75rem;
}

.z-contentPage-head {
  margin-bottom: 2.75rem;
}

.z-contentPage-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: #98989a;
}


.z-customCheckbox__text {
  padding-top: 4px;
}

.z-customCheckbox .checkbox-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fdfffa;
}

.z-customCheckbox .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.z-customCheckbox .checkmark {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #262626;
  border: 1px solid #333333;
  border-radius: 4px;
  margin-right: 10px;
  transition: background-color 0.3s, border-color 0.3s;
}

.z-customCheckbox .checkbox-container input:checked~.checkmark {
  background: #262626;
  border-color: #333333;
}

.z-customCheckbox .checkmark::after {
  content: "";
  display: none;
  position: relative;
  left: 10px;
  top: 3px;
  width: 8px;
  height: 15px;
  border: solid #84f9a7;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.z-customCheckbox .checkbox-container input:checked~.checkmark::after {
  display: block;
}

.z-customCheckbox .checkbox-container:hover input~.checkmark {
  border-color: #333333;
}

.z-customCheckbox .checkbox-container input:focus~.checkmark {
  box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.3019607843);
}

.z-faq {
  margin-top: 5.875rem;
  margin-bottom: 7.5rem;
}

.z-faq-head {
  margin-bottom: 6.625rem;
}

.z-faq-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
}

.z-faq-wrTag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.z-faq-tag {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.03px;
  padding: 0.5rem 0.625rem;
  padding-bottom: 0.25rem;
  background: #333333;
  border-radius: 0.25rem;
  color: #fff;
}

.z-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0;
}

@media screen and (max-width: 991px) {
  .z-pagination {
    justify-content: center;
  }
}

.z-pagination .z-pagination-item {
  background: #191919;
  border: 1px solid #262626;
  padding: 4px 14px;
  padding-left: 4px;
  padding-top: 8px;
  text-decoration: none;
  border-radius: 100px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: -0.3px;
  color: #fff;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.z-pagination .z-pagination-item:not(:first-child) {
  margin-left: -18px;
}

.z-pagination .z-pagination-item:hover {
  background: #00d0ff;
  border-color: transparent;
}

.z-pagination .z-pagination-item.next {
  background: #84f9a7;
  padding: 14px;
}

.z-pagination .z-pagination-item.next svg {
  fill: #141414;
}

.z-pagination .z-pagination-item.prev {
  background: #00d0ff;
  transform: rotate(180deg);
  padding: 14px;
  padding-right: 10px;
  z-index: 1;
}

.z-pagination .z-pagination-item.prev svg {
  fill: #141414;
}

.z-pagination .z-pagination-item.active {
  background: #00d0ff;
  color: #000;
  border-color: transparent;
}

.z-pagination .z-pagination-item.disabled {
  color: #ccc;
  pointer-events: none;
  cursor: not-allowed;
}

.z-blog {
  margin-top: 5.875rem;
  margin-bottom: 7.5rem;
}

.z-blog-head {
  margin-bottom: 6.625rem;
}

.z-blog-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
  .z-blog-title {
    font-size: 24px;
    line-height: 31.2px;
  }
}

.z-blog-wrTag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.z-blog-tag {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.03px;
  padding: 0.5rem 0.625rem;
  padding-bottom: 0.25rem;
  background: #333333;
  border-radius: 0.25rem;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .z-blog-tag {
    font-size: 14px;
    line-height: 21px;
  }
}

.z-blog-header {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: flex-start;
}

.z-blog-footer {
  margin-top: 1.5rem;
}

.z-linkcatgoury {
  background: #141414;
  border: 1px solid #262626;
  padding: 0.625rem;
  display: df;
  border-radius: 0.625rem;
  overflow: hidden;
  overflow-x: auto;
}

.z-linkcatgoury__list {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.z-linkcatgoury__list li.active a,
.z-linkcatgoury__list li:hover a {
  background: #262626;
}

.z-linkcatgoury__list li a {
  border: 1px solid #262626;
  padding: 1.25rem 2.375rem;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: #98989a;
  border-radius: 0.625rem;
  white-space: nowrap;
}

.z-blogSingle .z-blog-head {
  margin-bottom: 34px;
  max-width: 817px;
  margin-right: auto;
}

.z-blogSingle .z-blog-title {
  text-align: left;
}

.z-blogSingle .z-blog-wrTag {
  justify-content: start;
}

.z-blogSingle-contetn {
  margin-bottom: 5.4375rem;
}

.z-blogSingle-contetn__img {
  border-radius: 1.125rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.z-blogSingle-contetn__img img {
  width: 100%;
}

.z-blogSingle-contetn__wrapper {
  padding: 1.875rem;
  background: #1a1a1a;
  border: 1px solid #262626;
  border-radius: 0.75rem;
}

.z-blogSingle-contetn__head {
  margin-bottom: 1.25rem;
}

.z-blogSingle-contetn__main {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #262626;
}

.z-blogSingle-contetn__main p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: #98989a;
}

.z-profileSingle .z-blog-title {
  text-align: center;
}

.z-profileSingle .z-blog-wrTag {
  justify-content: center;
}

.z-profileSingle .z-blogSingle-contetn__main {
  border-bottom: none;
}

.z-portfolio {
  margin-top: 5.875rem;
}

.z-portfolio-header {
  margin-bottom: 6.8125rem;
}

.z-portfolio-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -0.3px;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
}

.z-portfolio-wrTag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.z-portfolio-tag {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.03px;
  padding: 0.5rem 0.625rem;
  padding-bottom: 0.25rem;
  background: #333333;
  border-radius: 0.25rem;
  color: #fff;
}

.z-portfolio-wrapper {
  background: #1a1a1a;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.z-portfolio-head {
  padding: 0.625rem;
  margin-bottom: 1.5rem;
  background: #141414;
  border: 1px solid #262626;
  border-radius: 0.625rem;
}

.z-portfolio-main {
  background: #141414;
  border: 1px solid #262626;
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.z-portfolio-footer {
  margin-top: 1.5rem;
}

.z-filters {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 1399px) {
  .z-filters-search {
    width: 100%;
  }
}

.z-filters-select.sort {
  margin-left: auto;
}

@media screen and (max-width: 1399px) {
  .z-filters-select.sort {
    margin-right: auto;
    margin-left: 0;
  }
}

.z-filters .select2-container {
  width: 12.5rem !important;
}

.z-filters .select2-container--default .select2-selection--single {
  background: transparent;
  border: 1px solid #262626;
  height: 67px;
}

.z-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1.25rem 1.5rem 1rem 2.375rem;
}

.z-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 20px;
  right: 24px;
}

.z-filters .select2-container--default .select2-selection--single .select2-selection__arrow svg {
  fill: #fff;
}

.z-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: #98989a;
}

.z-filters .select2-dropdown {
  background: #141414;
  border: 1px solid #262626;
}

.z-filters .select2-results__option--selectable {
  color: #98989a;
  background: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.3px;
  transition: 0.3s ease;
}

.z-filters .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #84f9a7;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.3px;
  transition: 0.3s ease;
}

.z-filters .select2-container--open .select2-dropdown--below {
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.z-filters .select2-results__option {
  padding: 0.625rem 1.25rem;
  padding-top: 0.75rem;
}

.z-search {
  padding: 1.25rem 1.5rem;
  border: 1px solid #262626;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  min-width: 315px;
}

@media screen and (max-width: 767px) {
  .z-search {
    width: 100%;
  }
}

.z-search-btn {
  background: transparent;
}

.z-search svg {
  fill: #fff;
}

.z-search-input {
  background: transparent;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: #fff;
}

.z-search-input::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: #98989a;
}

.z-search-input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: #98989a;
}

.z-search-input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: #98989a;
}

.z-search-input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: #98989a;
}

.z-search-input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: #98989a;
}

@media screen and (max-width: 767px) {
  .z-filters-select {
    width: calc(50% - 10px);
  }

  .z-filters-select .select2-container {
    width: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  .z-filters-select {
    width: 100%;
  }
}

.z-search-btn svg {
  fill: #fff;
}