@charset "UTF-8";
@font-face {
  font-family: "Axiforma";
  src: url("../../fonts/Axiforma-Thin.woff2") format("woff2"),
       url("../../fonts/Axiforma-Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("../../fonts/Axiforma-Light.woff2") format("woff2"),
       url("../../fonts/Axiforma-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("../../fonts/Axiforma-Regular.woff2") format("woff2"),
       url("../../fonts/Axiforma-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("../../fonts/Axiforma-Medium.woff2") format("woff2"),
       url("../../fonts/Axiforma-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("../../fonts/Axiforma-SemiBold.woff2") format("woff2"),
       url("../../fonts/Axiforma-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("../../fonts/Axiforma-Bold.woff2") format("woff2"),
       url("../../fonts/Axiforma-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("../../fonts/Axiforma-ExtraBold.woff2") format("woff2"),
       url("../../fonts/Axiforma-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("../../fonts/Axiforma-Black.woff2") format("woff2"),
       url("../../fonts/Axiforma-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.cover-bgLine {
  position: fixed;
  pointer-events: none;
  z-index: -2;
  background: url(../images/bglineLine.svg) repeat-x;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 150%;
  opacity: 1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .cover-bgLine {
    background-size: 300%;
  }
}
@media screen and (max-width: 575px) {
  .cover-bgLine {
    background-size: 400%;
  }
}
@media screen and (max-width: 400px) {
  .cover-bgLine {
    background-size: 550%;
  }
}

.cover-noise {
  position: fixed;
  inset: 0;
  opacity: 0.4;
  z-index: 100;
  pointer-events: none;
  background: url(../images/newNoise.png) repeat;
  z-index: -1;
}

html {
  overflow-x: hidden;
}

body {
  background: #04080d;
  text-align: left;
  overflow-x: clip;
  font-family: "Axiforma", sans-serif !important;
  font-weight: normal;
  font-weight: 400;
  cursor: url("../images/Cursor.svg"), auto;
  letter-spacing: 0.5px;
}

html {
  scroll-behavior: smooth;
  transition: 0.3s ease;
}

svg.cuIcon {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  transition: 0.3s all ease-in-out;
  color: rgb(39, 123, 196);
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
/* --- استایل‌های اصلی دکمه --- */
.spotlight-btn {
  /* --- تنظیمات متغیرها --- */
  --btn-bg: #2b3843;
  --btn-border-color: #ffffff1a;
  --glow-size: 40px;
  --glow-color: #4492ff;
  --glow-color-secondary: #96c2ff;
  /* موقعیت پیش‌فرض موس */
  --mouse-x: 50%;
  --mouse-y: 50%;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: var(--btn-bg);
  border: 1px solid var(--btn-border-color);
  cursor: pointer;
  border-radius: 12px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  /* انیمیشن نرم برای تغییرات */
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  isolation: isolate;
}

/* لایه 1: حاشیه نورانی (Border Glow) - استایل پایه */
.spotlight-btn::after {
  content: "";
  position: absolute;
  inset: -2px;
  /* ضخامت نور دور دکمه */
  border-radius: inherit;
  z-index: -1;
  border: 1px solid transparent;
  /* پیش‌فرض: گرادینت دنبال‌کننده موس (برای سایز بزرگ) */
  background: linear-gradient(var(--btn-bg), var(--btn-bg)) padding-box, radial-gradient(circle var(--glow-size) at var(--mouse-x) var(--mouse-y), var(--glow-color) 0%, var(--glow-color-secondary) 40%, transparent 100%) border-box;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* لایه 2: نور سطحی داخلی (Surface Shine) */
.spotlight-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle var(--glow-size) at var(--mouse-x) var(--mouse-y), rgba(255, 255, 255, 0.1) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* لایه متن */
.spotlight-btn span {
  position: relative;
  z-index: 2;
}

/* ========================================
           --- حالت دسکتاپ (عرض بزرگتر از 992px) --- 
           ========================================
        */
@media (min-width: 992px) {
  .spotlight-btn:hover::after,
  .spotlight-btn:hover::before {
    opacity: 1;
  }
}
/* ========================================
           --- حالت موبایل/تبلت (عرض کمتر از 992px) --- 
           ========================================
        */
@media (max-width: 991.98px) {
  .spotlight-btn.blue::after {
    background: linear-gradient(var(--btn-bg), var(--btn-bg)) padding-box, conic-gradient(from var(--angle), transparent 0%, var(--glow-color) 10%, var(--glow-color-secondary) 20%, transparent 50%) border-box;
    opacity: 1;
    animation: rotate-border 3s linear infinite;
  }
  .spotlight-btn::after {
    /* همیشه نمایش داده شود */
    /* تغییر گرادینت به حالت مخروطی برای چرخش خودکار */
    background: linear-gradient(var(--btn-bg), var(--btn-bg)) padding-box, conic-gradient(from var(--angle), transparent 0%, var(--glow-color) 10%, var(--glow-color-secondary) 20%, transparent 50%) border-box;
    /* اجرای انیمیشن چرخش */
  }
  /* مخفی کردن نور داخلی در سایز کوچک */
  .spotlight-btn::before {
    display: none;
  }
}
/* تعریف فریم‌های انیمیشن چرخش */
@keyframes rotate-border {
  to {
    --angle: 360deg;
  }
}
@keyframes infinite-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.box:hover ~ .box,
.container:hover .box:not(:hover) {
  opacity: 0.4;
}

header {
  position: relative;
  padding-top: 2.625rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 991px) {
  header {
    padding-top: 1.875rem;
  }
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9375rem;
}
@media screen and (max-width: 575px) {
  .header-wrapper {
    padding-inline: 0.75rem;
  }
}
@media screen and (max-width: 400px) {
  .header-wrapper {
    padding-inline: 0;
  }
}
@media screen and (max-width: 575px) {
  .header-logo {
    width: 85px;
  }
}
.header-right {
  display: flex;
  align-items: center;
}
.header-login {
  position: relative;
  margin-left: 1.8125rem;
  padding-left: 2.875rem;
}
@media screen and (max-width: 767px) {
  .header-login {
    margin-left: 0.875rem;
    padding-left: 1.4375rem;
  }
}
@media screen and (max-width: 575px) {
  .header-login {
    margin-left: 0.5rem;
    padding-left: 0rem;
  }
  .header-login::before {
    display: none;
  }
}
.header-login::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.26);
  width: 1px;
  height: 2rem;
  pointer-events: none;
}
.header-lan ul {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.header-lan ul li.active a {
  font-weight: bold;
  background: #2b3843;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.header-lan ul li:hover a {
  background: #2b3843;
}
.header-lan ul li a {
  font-size: 14px;
  line-height: 0;
  color: rgba(255, 255, 255, 0.8);
  padding: 0.875rem;
  aspect-ratio: 1/1;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 100px;
  transition: 0.3s ease;
}
.header-lan ul li a:hover {
  background: #4c5f70;
}
.header-lan ul li a.spotlight-btn {
  --btn-bg: #4c5f70;
}
@media screen and (max-width: 991px) {
  .header-lan ul li a.spotlight-btn::after {
    opacity: 1;
    animation: rotate-border 3s linear infinite;
  }
}
@media screen and (max-width: 767px) {
  .header-lan ul li a {
    padding: 0.625rem;
  }
}
@media screen and (max-width: 575px) {
  .header-lan ul li a {
    font-size: 12px;
    line-height: 0;
  }
}
.header-btn {
  background: #2b3843;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s ease;
}
.header-btn:hover {
  background: #4c5f70;
}
.header-btn.spotlight-btn {
  --btn-bg: #4c5f70;
}
@media screen and (max-width: 991px) {
  .header-btn.spotlight-btn::after {
    opacity: 1;
    animation: rotate-border 3s linear infinite;
  }
}
@media screen and (max-width: 575px) {
  .header-btn {
    padding: 0.875rem 1.5rem;
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .header-btn {
    padding: 0.875rem 1.125rem;
  }
}

.wrapepr3Section {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .wrapepr3Section {
    position: static;
  }
}
.wrapepr3Section-bgShow {
  position: absolute;
  pointer-events: none;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .wrapepr3Section-bgShow {
    top: 33%;
    left: 40%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .wrapepr3Section-bgShow {
    top: 30%;
    left: 40%;
    transform: translate(-50%, -50%);
  }
}
.wrapepr3Section-bgShow .blur-container {
  filter: blur(100.2px);
}
.wrapepr3Section-bgShow .triangle-shape {
  width: 900px;
  height: 890px;
  transform: rotate(-16deg);
  background-color: rgba(255, 255, 255, 0.14);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media screen and (max-width: 991px) {
  .wrapepr3Section-bgShow .triangle-shape {
    width: 463px;
    height: 458px;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrapper {
    position: relative;
  }
}
.hero-head {
  max-width: 912px;
  margin-inline: auto;
  position: relative;
}
.hero-cursor {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .hero-cursor__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-cursor {
    position: static;
  }
}
.hero-cursor.left {
  top: 30%;
  left: -10%;
}
@media screen and (max-width: 991px) {
  .hero-cursor.left {
    top: 47%;
  }
}
.hero-cursor.right {
  bottom: 17%;
  right: -5%;
}
@media screen and (max-width: 991px) {
  .hero-cursor.right {
    right: -8%;
  }
}
.hero-subTitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 128%;
  text-align: center;
  text-transform: uppercase;
  color: #3bffdc;
  text-shadow: 0px 4px 32.3px rgba(59, 255, 220, 0.6);
  transform: rotate(-1deg);
  margin-bottom: 2.25rem;
  animation: neon-blink 10s infinite;
}
@media screen and (max-width: 767px) {
  .hero-subTitle {
    margin-bottom: 1rem;
  }
}
@keyframes neon-blink {
  /* از 0% تا 90% (9 ثانیه): حالت عادی و ملایم 
               از 90% تا 100% (1 ثانیه): حالت نئونی شدید و چشمک‌زن سریع
            */
  /* حالت عادی (ثابت) */
  0%, 90% {
    color: #3bffdc;
    text-shadow: 0px 4px 32.3px rgba(59, 255, 220, 0.6);
  }
  /* شروع فاز چشمک زدن و نئونی شدن (۱ ثانیه آخر) */
  /* فریم‌های روشن (نئونی پررنگ) */
  91%, 93%, 95%, 97%, 99% {
    color: #3bffdc;
    text-shadow: 0 0 5px #3bffdc, 0 0 10px #3bffdc, 0 0 20px #3bffdc, 0px 4px 32.3px rgba(59, 255, 220, 0.6);
  }
  /* فریم‌های خاموش */
  92%, 94%, 96%, 98% {
    color: rgba(59, 255, 220, 0.1);
    text-shadow: none;
  }
  /* پایان چرخه و بازگشت به حالت عادی */
  100% {
    color: #3bffdc;
    text-shadow: 0px 4px 32.3px rgba(59, 255, 220, 0.6);
  }
}
.hero-title {
  max-width: 912px;
  margin-inline: auto;
  font-weight: 700;
  font-size: 76px;
  line-height: 128%;
  text-align: center;
  text-transform: capitalize;
  background: radial-gradient(100.95% 143.91% at 12.03% 109.01%, #ffffff 48.15%, rgba(255, 255, 255, 0) 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .hero-title {
    font-size: 38px;
    line-height: 128%;
    margin-bottom: 0.625rem;
  }
}
.hero-text {
  width: 100%;
  max-width: 534px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #d4d9ec;
  margin-bottom: 1.5rem;
}
.hero-text span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .hero-text {
    font-size: 14px;
    line-height: 128%;
  }
}
.hero-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 400px) {
  .hero-footer > * {
    flex-grow: 1;
  }
}
.infintyLogos {
  margin-top: 3.5rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 991px) {
  .infintyLogos {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.infintyLogos-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  margin-bottom: 1rem;
}

.logo-carousel {
  --bg-color: #0f172a;
  --mask-width: 40%;
  --gap-size: 48px;
  --animation-duration: 25s;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 928px;
  margin-inline: auto;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%);
}
@media screen and (max-width: 991px) {
  .logo-carousel {
    --gap-size: 32px;
  }
}
.logo-carousel__wrapper {
  display: inline-flex;
  flex-wrap: nowrap;
}
.logo-carousel__list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: var(--gap-size);
  flex-shrink: 0;
  padding-right: var(--gap-size);
  animation: infinite-scroll var(--animation-duration) linear infinite;
}
.logo-carousel:hover .logo-carousel__list {
  animation-play-state: paused;
}
.logo-carousel__item {
  flex-shrink: 0;
}

.workingTeam {
  margin-bottom: 4rem;
}
.workingTeam-list {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .workingTeam-list {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 575px) {
  .workingTeam-list {
    gap: 0.5rem;
  }
}
.workingTeam-list > * {
  width: calc(33.3333% - 16px);
  transform: rotate(-2deg);
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .workingTeam-list > * {
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 575px) {
  .workingTeam-list > * {
    width: 100%;
    transform: rotate(0deg);
  }
}
.workingTeam .cardpPricingplans:hover {
  transform: rotate(0deg);
}
.workingTeam .cardpPricingplans:hover .cardpPricingplans-bgHead {
  opacity: 1;
}
@media screen and (max-width: 575px) {
  .workingTeam .cardpPricingplans-head {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
  }
}
.workingTeam .cardpPricingplans-bg {
  animation: rotatebg 5s linear infinite !important;
}
.workingTeam .cardpPricingplans-bgHead {
  -webkit-mask-image: none;
  mask-image: none;
  opacity: 0;
  transition: 0.3s ease;
}

.digitalAgency.rocket {
  margin-bottom: 3rem;
}
.digitalAgency.website {
  margin-bottom: 3.75rem;
}
.digitalAgency.website .digitalAgency-subTitle {
  color: #b67aff;
  text-shadow: 0px 4px 32.3px rgba(182, 122, 255, 0.6);
  animation: blink-purple 10s infinite;
}
@media screen and (max-width: 575px) {
  .digitalAgency.website .digitalAgency-footer > * {
    flex-grow: 0;
    font-size: 14px;
  }
  .digitalAgency.website .digitalAgency-footer > * svg {
    width: 22px;
    height: 22px;
  }
}
.digitalAgency-wrText {
  margin-bottom: 32px;
}
.digitalAgency-subTitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 128%;
  text-transform: uppercase;
  color: #ffbe3b;
  text-shadow: 0px 4px 32.3px rgba(255, 190, 59, 0.6);
  margin-bottom: 0.75rem;
  letter-spacing: 0.5px;
  animation: blink-gold 10s infinite;
}
@media screen and (max-width: 767px) {
  .digitalAgency-subTitle {
    text-align: center;
    font-size: 12px;
  }
}
@keyframes blink-gold {
  /* 9 ثانیه اول: ثابت */
  0%, 90% {
    color: #ffbe3b;
    text-shadow: 0px 4px 32.3px rgba(255, 190, 59, 0.6);
  }
  /* 1 ثانیه آخر: چشمک زدن */
  91%, 93%, 95%, 97%, 99% {
    color: #ffbe3b;
    text-shadow: 0 0 5px #ffbe3b, 0 0 10px #ffbe3b, 0 0 20px #ffbe3b, 0px 4px 32.3px rgba(255, 190, 59, 0.6);
  }
  92%, 94%, 96%, 98% {
    color: rgba(255, 190, 59, 0.1);
    text-shadow: none;
  }
  100% {
    color: #ffbe3b;
    text-shadow: 0px 4px 32.3px rgba(255, 190, 59, 0.6);
  }
}
@keyframes blink-purple {
  /* 9 ثانیه اول: ثابت */
  0%, 90% {
    color: #b67aff;
    text-shadow: 0px 4px 32.3px rgba(182, 122, 255, 0.6);
  }
  /* 1 ثانیه آخر: چشمک زدن */
  91%, 93%, 95%, 97%, 99% {
    color: #b67aff;
    text-shadow: 0 0 5px #b67aff, 0 0 10px #b67aff, 0 0 20px #b67aff, 0px 4px 32.3px rgba(182, 122, 255, 0.6);
  }
  92%, 94%, 96%, 98% {
    color: rgba(182, 122, 255, 0.1);
    text-shadow: none;
  }
  100% {
    color: #b67aff;
    text-shadow: 0px 4px 32.3px rgba(182, 122, 255, 0.6);
  }
}
.digitalAgency-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 128%;
  text-transform: capitalize;
  background: radial-gradient(100.95% 143.91% at 12.03% 109.01%, #ffffff 48.15%, rgba(255, 255, 255, 0) 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .digitalAgency-title {
    text-align: center;
    font-size: 32px;
  }
}
.digitalAgency-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #d4d9ec;
}
@media screen and (max-width: 767px) {
  .digitalAgency-text {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }
}
.digitalAgency-footer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .digitalAgency-footer {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .digitalAgency-footer > * {
    flex-grow: 1;
    font-size: 14px;
  }
  .digitalAgency-footer > * svg {
    width: 22px;
    height: 22px;
  }
}
.digitalAgency-btn {
  display: flex;
  gap: 0.625rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.digitalAgency-btn svg {
  color: #fff;
}
.digitalAgency-btn.blue {
  background: #146ef5;
}
.digitalAgency-btn.blue.spotlight-btn {
  --btn-bg: #146ef5;
  --btn-border-color: #146ef5;
  --glow-size: 70px;
  --glow-color: #ffffff;
  --glow-color-secondary: #bebebe;
}
.digitalAgency-btn.blue.spotlight-btn::after {
  inset: -1.5px;
  border-width: 1.5px;
}
.digitalAgency-btn.gray {
  background: #2b3843;
  transition: 0.3s ease;
}
.digitalAgency-btn.gray:hover {
  background: #4c5f70;
}
.digitalAgency-btn.gray.spotlight-btn {
  --btn-bg: #4c5f70;
  --btn-border-color: #ffffff1a;
  --glow-size: 70px;
  --glow-color: #ffffff;
  --glow-color-secondary: #2b3843;
}
.digitalAgency-btn.gray.spotlight-btn::after {
  inset: -1.5px;
  border-width: 1.5px;
}
.digitalAgency-img {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .digitalAgency-img {
    width: 70%;
    margin-inline: auto;
  }
}
.digitalAgency-img img {
  width: 65%;
}
@media screen and (max-width: 575px) {
  .digitalAgency-img img {
    width: 90%;
  }
}
.digitalAgency-bgShow {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -1;
}
.digitalAgency-bgShow .blur-container {
  filter: blur(100.2px);
}
.digitalAgency-bgShow .triangle-shape {
  width: 474px;
  height: 469px;
  transform: rotate(330deg);
  background-color: rgba(255, 255, 255, 0.14);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.services {
  position: relative;
}
@media screen and (max-width: 991px) {
  .services .row {
    align-items: flex-end;
  }
}
.services-head {
  margin-bottom: -5rem;
}
@media screen and (max-width: 1399px) {
  .services-head {
    margin-bottom: -3.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .services-head {
    margin-bottom: -1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .services-head {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 575px) {
  .services-head {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .services-head {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .services .col-4.col-xxl-5 {
    position: relative;
    margin-left: auto;
  }
}
.services-subTitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 128%;
  text-transform: uppercase;
  color: #3baaff;
  text-shadow: 0px 4px 32.3px rgba(59, 170, 255, 0.6);
  transform: rotate(-1deg);
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .services-subTitle {
    font-size: 12px;
    line-height: 148%;
  }
}
.services-title {
  font-weight: 700;
  font-size: 76px;
  line-height: 128%;
  text-transform: capitalize;
  background: radial-gradient(100.95% 143.91% at 12.03% 109.01%, #ffffff 48.15%, rgba(255, 255, 255, 0) 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  .services-title {
    font-size: 70px;
    line-height: 118%;
  }
}
@media screen and (max-width: 991px) {
  .services-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .services-title {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .services-title {
    margin-bottom: 0.75rem;
  }
}
.services-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #d4d9ec;
}
@media screen and (max-width: 575px) {
  .services-text {
    max-width: 65%;
  }
}
@media screen and (max-width: 991px) {
  .services-text {
    font-size: 14px;
    line-height: 148%;
  }
}
.services-img {
  text-align: right;
  position: relative;
  top: 8%;
}
@media screen and (max-width: 1199px) {
  .services-img {
    top: 25%;
  }
}
@media screen and (max-width: 991px) {
  .services-img {
    position: absolute;
    width: 90%;
    top: -136px;
  }
}
@media screen and (max-width: 767px) {
  .services-img {
    top: -106px;
  }
}
@media screen and (max-width: 575px) {
  .services-img {
    top: -76px;
    right: 25px;
  }
}
@media screen and (max-width: 450px) {
  .services-img {
    top: -66px;
  }
}
@media screen and (max-width: 400px) {
  .services-img {
    top: -56px;
  }
}
.services-main {
  overflow: hidden;
  background: linear-gradient(110.12deg, rgba(182, 215, 228, 0.13) 42.83%, rgba(192, 210, 233, 0.13) 79.87%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 2.38636px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(10.15px);
          backdrop-filter: blur(10.15px);
  border-radius: 22px;
  position: relative;
  padding: 0.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
}
@media screen and (max-width: 991px) {
  .services-main {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .services-main {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-main .cardService-small {
  grid-column: span 1;
}
@media screen and (max-width: 991px) {
  .services-main .cardService-small {
    grid-column: span 2;
  }
}
@media screen and (max-width: 575px) {
  .services-main .cardService-small {
    grid-column: span 1;
  }
}
.services-main .cardService-big {
  grid-column: span 2;
}
@media screen and (max-width: 991px) {
  .services-main .cardService-big {
    grid-column: span 2;
  }
}
@media screen and (max-width: 575px) {
  .services-main .cardService-big {
    grid-column: span 1;
  }
}
.services-main::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(../images/liningHshor-1.svg);
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: -1;
  pointer-events: none;
}
.services .cardService {
  height: 100%;
  position: relative;
}
.services .cardService.cardService-small .cardService-wrapper {
  gap: 1.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 575px) {
  .services .cardService.cardService-small .cardService-wrapper {
    align-items: center;
    gap: 1rem;
  }
}

:root {
  --marquee-speed: 25s;
  --text-stroke: rgba(255, 255, 255, 0.7);
  --text-hover: #fff;
  --item-gap: 2rem;
}

.marquee-wrapper {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
          mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  pointer-events: none;
  z-index: -3;
  transform: translateY(70px);
}
@media screen and (max-width: 991px) {
  .marquee-wrapper {
    transform: translateY(60px);
  }
}
@media screen and (max-width: 767px) {
  .marquee-wrapper {
    transform: translateY(40px);
  }
}
@media screen and (max-width: 575px) {
  .marquee-wrapper {
    transform: translateY(30px);
  }
}

.marquee-track {
  flex-shrink: 0;
  display: flex;
  gap: var(--item-gap);
  min-width: 100%;
  justify-content: space-around;
  animation: scroll var(--marquee-speed) linear infinite;
  will-change: transform;
}

.marquee-wrapper:hover .marquee-track {
  /* animation-play-state: paused; */
}

@keyframes scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.outline-text {
  color: transparent;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  cursor: default;
  white-space: nowrap;
  font-weight: 700;
  font-size: 120px;
  line-height: 128%;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .outline-text {
    font-size: 80px;
  }
}
@media screen and (max-width: 575px) {
  .outline-text {
    font-size: 50px;
  }
}

.measure-item {
  position: absolute !important;
  visibility: hidden !important;
  white-space: nowrap !important;
  pointer-events: none;
  top: 50%;
  left: -9999px;
}

.cardService {
  height: 100%;
  position: relative;
}
.cardService.cardService-small .cardService-wrapper {
  align-items: center;
}
.cardService.cardService-small .cardService-icon {
  margin-bottom: 0;
}
.cardService.cardService-small .cardService-title {
  margin-bottom: 0;
}
.cardService:hover .cardService-bgHead {
  opacity: 1;
}
.cardService:hover .cardService-wrapper {
  background: rgba(50, 65, 78, 0.81);
}
.cardService:hover .cardService-wrapper::before {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) border-box;
}
.cardService:hover .cardService-wrapper::after {
  opacity: 0.2;
}
.cardService:hover .cardService-bg {
  opacity: 1;
}
.cardService:hover .cardService-icon__wr {
  background: #fff;
}
.cardService:hover .cardService-icon__wr svg {
  color: #000;
  fill: none;
}
.cardService-bgHead {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  z-index: -1;
  pointer-events: none;
}
.cardService-bg {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
  pointer-events: none;
  transform: rotate(1deg);
  animation: rotatebg 10s linear infinite;
  opacity: 0;
  transition: 0.3s ease;
}
.cardService-bg > * {
  position: absolute;
}
.cardService-bg1 {
  width: 159.65px;
  height: 159.65px;
  background: #f8ac48;
  filter: blur(42px);
  bottom: 0;
  left: -10%;
  transform: rotate(-2deg);
}
.cardService-bg2 {
  width: 231.59px;
  height: 231.59px;
  background: #4492ff;
  filter: blur(42px);
  top: -50%;
  right: -50%;
  transform: translateX(-50%) rotate(-2deg);
}
.cardService-wrapper {
  background: #0b1119;
  border-radius: 1.125rem;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.3s ease;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .cardService-wrapper {
    padding: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .cardService-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    padding: 1rem;
    gap: 16px;
  }
}
.cardService-wrapper::before {
  position: absolute;
  content: "";
  inset: 0;
  margin: -1px;
  border-radius: 19px;
  border: 1px solid transparent;
  background: linear-gradient(from var(--angle1), rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 1;
  pointer-events: none;
  transition: 0.3s ease;
}
@keyframes rotate-border {
  to {
    --angle: 360deg;
  }
}
.cardService-wrapper::after {
  position: absolute;
  content: "";
  inset: 0;
  background: url(../images/liningHshor-1.svg);
  top: 0;
  left: 0;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease;
  border-radius: 1.125rem;
}
.cardService-head {
  position: relative;
  z-index: 1;
}
.cardService-icon {
  display: flex;
  margin-bottom: 2.5rem;
}
.cardService-icon__wr {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  width: 52px;
  height: 52px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.cardService-icon__wr svg {
  color: #fff;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 575px) {
  .cardService-wrText {
    padding-top: 8px;
  }
}
.cardService-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 27px;
  color: #d4d9ec;
  margin-bottom: 0.75rem;
}
.cardService-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(212, 217, 236, 0.6);
}

.pricingplans {
  width: 100%;
  max-width: 1379px;
  margin-inline: auto;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 575px) {
  .pricingplans {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 1399px) {
  .pricingplans {
    padding-inline: 1rem;
  }
}
.pricingplans-wrapper {
  position: relative;
  padding-top: 6.875rem;
}
.pricingplans-bgShow {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .pricingplans-bgShow {
    top: -2%;
  }
}
.pricingplans-bgShow .blur-container {
  filter: blur(100.2px);
}
.pricingplans-bgShow .triangle-shape {
  width: 528px;
  height: 521px;
  background-color: rgba(255, 255, 255, 0.14);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 575px) {
  .pricingplans-bgShow .triangle-shape {
    width: 410px;
    height: 405px;
  }
}
.pricingplans-head {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 6.375rem;
}
@media screen and (max-width: 767px) {
  .pricingplans-head {
    margin-bottom: 62px;
  }
}
.pricingplans-wrText {
  margin-bottom: 2rem;
}
.pricingplans-subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 128%;
  text-align: center;
  text-transform: uppercase;
  color: #3bff8d;
  text-shadow: 0px 4px 32.3px rgba(59, 255, 141, 0.6);
  transform: rotate(-1deg);
  margin-bottom: 1rem;
  animation: blink-green 10s infinite;
}
@media screen and (max-width: 767px) {
  .pricingplans-subtitle {
    font-size: 12px;
  }
}
@keyframes blink-green {
  0%, 90% {
    color: #3bff8d;
    text-shadow: 0px 4px 32.3px rgba(59, 255, 141, 0.6);
  }
  /* چشمک زدن */
  91%, 93%, 95%, 97%, 99% {
    color: #3bff8d;
    text-shadow: 0 0 5px #3bff8d, 0 0 10px #3bff8d, 0 0 20px #3bff8d, 0px 4px 32.3px rgba(59, 255, 141, 0.6);
  }
  /* خاموش شدن لحظه‌ای */
  92%, 94%, 96%, 98% {
    color: rgba(59, 255, 141, 0.1);
    text-shadow: none;
  }
  100% {
    color: #3bff8d;
    text-shadow: 0px 4px 32.3px rgba(59, 255, 141, 0.6);
  }
}
.pricingplans-title {
  font-weight: 700;
  font-size: 76px;
  line-height: 128%;
  text-align: center;
  text-transform: capitalize;
  background: radial-gradient(100.95% 143.91% at 12.03% 109.01%, #ffffff 48.15%, rgba(255, 255, 255, 0) 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .pricingplans-title {
    font-size: 32px;
  }
}
.pricingplans-text {
  width: 100%;
  max-width: 449px;
  margin-inline: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #d4d9ec;
}
@media screen and (max-width: 767px) {
  .pricingplans-text {
    font-size: 14px;
    line-height: 22px;
  }
}
.pricingplans-list {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .pricingplans-list {
    gap: 0.5rem;
  }
}
.pricingplans-list > * {
  width: calc(33.3333% - 12px);
}
@media screen and (max-width: 991px) {
  .pricingplans-list > * {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .pricingplans-list > * {
    width: calc(70% - 12px);
  }
}
@media screen and (max-width: 575px) {
  .pricingplans-list > * {
    width: 100%;
  }
}
.pricingplans-list > * .cardpPricingplans-btn {
  transition: 0.3s ease;
}
.pricingplans-list > * .cardpPricingplans-btn:hover {
  background: #4c5f70;
}
.pricingplans-list > * .cardpPricingplans-btn.spotlight-btn {
  --btn-bg: #4c5f70;
}
@media screen and (max-width: 991px) {
  .pricingplans-list > *:nth-child(1) {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .pricingplans-list > *:nth-child(1) {
    order: 0;
  }
}
.pricingplans-list > *:nth-child(2) {
  transform: translateY(-20px);
}
.pricingplans-list > *:nth-child(2) .cardpPricingplans-btn {
  background: #146ef5;
}
.pricingplans-list > *:nth-child(2) .cardpPricingplans-btn.spotlight-btn {
  --btn-bg: #146ef5;
  --btn-border-color: #146ef5;
  --glow-size: 70px;
  --glow-color: #ffffff;
  --glow-color-secondary: #bebebe;
}
.pricingplans-list > *:nth-child(2) .cardpPricingplans-head::before {
  opacity: 0.2;
}
@media screen and (max-width: 991px) {
  .pricingplans-list > *:nth-child(2) {
    width: 100%;
    order: 0;
    transform: translateY(0px);
  }
  .pricingplans-list > *:nth-child(2) .cardpPricingplans-wrapper {
    max-width: 50%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .pricingplans-list > *:nth-child(2) {
    order: 0;
    width: calc(70% - 12px);
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  .pricingplans-list > *:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pricingplans-list > *:nth-child(2) .cardpPricingplans-wrapper {
    max-width: 100%;
  }
}
.pricingplans .cardpPricingplans .cardpPricingplans-head {
  height: auto;
}
.pricingplans .cardpPricingplans .cardpPricingplans-wrHead {
  margin-bottom: 1.5rem;
}
.pricingplans .cardpPricingplans .cardpPricingplans-price {
  font-size: 24px;
  line-height: 18px;
}
.pricingplans .cardpPricingplans .cardpPricingplans-price .price-duration {
  font-size: 12px;
  line-height: 15px;
}
@media screen and (max-width: 575px) {
  .pricingplans .cardpPricingplans .cardpPricingplans-title {
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
  .pricingplans .cardpPricingplans .cardpPricingplans-title svg {
    width: 24px;
    height: 24px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 1199px) {
  .pricingplans .cardpPricingplans .cardpPricingplans-main ul li {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .pricingplans .cardpPricingplans .cardpPricingplans-main ul li {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 575px) {
  .pricingplans .cardpPricingplans .cardpPricingplans-main ul li {
    width: 100%;
  }
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 180deg;
  inherits: false;
}
@keyframes spin-gradient {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cardpPricingplans-wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
  background: linear-gradient(110.12deg, rgba(182, 215, 228, 0.13) 42.83%, rgba(192, 210, 233, 0.13) 79.87%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 2.38636px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(20.15px);
          backdrop-filter: blur(20.15px);
  border-radius: 22px;
  padding: 5px;
}
.cardpPricingplans-wrapper::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(../images/liningHshor-1.svg);
  top: 0;
  left: 0;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}
.cardpPricingplans-bgHead {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 220px;
  --mask-visible: 85%;
  /* تا 80٪ ارتفاع، تصویر کامل دیده می‌شود */
  --mask-end: 100%;
  /* در ۱۰۰٪ ارتفاع، تصویر کاملاً محو می‌شود */
  /* کد ماسک */
  -webkit-mask-image: linear-gradient(to bottom, black var(--mask-visible), transparent var(--mask-end));
  mask-image: linear-gradient(to bottom, black var(--mask-visible), transparent var(--mask-end));
}
.cardpPricingplans-bg {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
  pointer-events: none;
  transform: rotate(1deg);
  animation: rotatebg 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.cardpPricingplans-bg > * {
  position: absolute;
}
@keyframes rotatebg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cardpPricingplans-bg1 {
  width: 159.65px;
  height: 159.65px;
  background: #f8ac48;
  filter: blur(42px);
  bottom: 0;
  left: -10%;
  transform: rotate(-2deg);
}
.cardpPricingplans-bg2 {
  width: 231.59px;
  height: 231.59px;
  background: #4492ff;
  filter: blur(42px);
  top: -50%;
  right: -50%;
  transform: translateX(-50%) rotate(-2deg);
}
.cardpPricingplans-head {
  background: #0b1119;
  border-radius: 18px;
  position: relative;
  padding: 1.5rem;
  position: relative;
  height: 100%;
}
.cardpPricingplans-head::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(../images/liningHshor-1.svg);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  border-radius: 18px;
}
.cardpPricingplans-head::after {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 18px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cardpPricingplans-wrHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  margin-bottom: 2rem;
}
.cardpPricingplans-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  color: #d4d9ec;
  letter-spacing: 1px;
  margin-bottom: 0.125rem;
}
.cardpPricingplans-title svg {
  color: #fff;
  width: 32px;
  height: 32px;
}
.cardpPricingplans-subTitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: rgba(212, 217, 236, 0.6);
}
.cardpPricingplans-price {
  font-weight: 500;
  font-size: 32px;
  line-height: 51px;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  letter-spacing: 1px;
}
.cardpPricingplans-price .price-duration {
  font-size: 14px;
  line-height: 38px;
  color: #d4d9ec;
  letter-spacing: 1px;
}
.cardpPricingplans-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  gap: 10px;
  background: #2b3843;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}
.cardpPricingplans-btn svg {
  color: #ffffff;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 575px) {
  .cardpPricingplans-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 18px;
  }
  .cardpPricingplans-btn svg {
    width: 22px;
    height: 22px;
  }
}
.cardpPricingplans-main {
  padding: 2rem 1.5rem;
  border-radius: 22px;
}
@media screen and (max-width: 1399px) {
  .cardpPricingplans-main {
    padding: 2rem 0.5rem;
  }
}
@media screen and (max-width: 575px) {
  .cardpPricingplans-main {
    padding: 1.125rem;
  }
}
.cardpPricingplans-main ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 1399px) {
  .cardpPricingplans-main ul {
    -moz-column-gap: 0rem;
         column-gap: 0rem;
  }
}
@media screen and (max-width: 1399px) {
  .cardpPricingplans-main ul {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .cardpPricingplans-main ul {
    row-gap: 1.5rem;
  }
}
.cardpPricingplans-main ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
  line-height: 22px;
  text-transform: capitalize;
  color: #ffffff;
  width: calc(50% - 16px);
}
@media screen and (max-width: 1399px) {
  .cardpPricingplans-main ul li {
    width: calc(50% - 4px);
  }
}
.cardpPricingplans-main ul li svg {
  color: rgba(255, 255, 255, 0.4);
  width: 20px;
  height: 20px;
  margin-top: -3px;
}
.cardpPricingplans-icon {
  display: flex;
  margin-bottom: 1.875rem;
}
.cardpPricingplans-icon__wr {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.cardpPricingplans-icon__wr::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(../images/liningHshor-1.svg);
  top: 0;
  left: 0;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}
.cardpPricingplans-icon svg {
  color: #fff;
  width: 32px;
  height: 32px;
}
.cardpPricingplans-mainTitle {
  font-weight: 800;
  font-size: 16px;
  line-height: 27px;
  color: #d4d9ec;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .cardpPricingplans-mainTitle {
    margin-bottom: 0.5rem;
    padding-top: 0.375rem !important;
  }
}
.cardpPricingplans-mainText {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(212, 217, 236, 0.6);
}

.faq {
  padding-top: 73px;
}
@media screen and (max-width: 575px) {
  .faq {
    padding-top: 0;
  }
}
.faq-wrapper {
  padding-bottom: 64px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .faq-wrapper .col-sm-8 {
    padding-right: calc(var(--bs-gutter-x) * 0.3);
    padding-left: calc(var(--bs-gutter-x) * 0.3);
  }
  .faq-wrapper .col-sm-4 {
    padding-right: calc(var(--bs-gutter-x) * 0.3);
    padding-left: calc(var(--bs-gutter-x) * 0.3);
  }
}
.faq-img {
  transform: translateY(35px);
}
@media screen and (max-width: 991px) {
  .faq-img {
    transform: translateY(22px);
  }
}
@media screen and (max-width: 575px) {
  .faq-img {
    transform: translateY(0);
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
.faq-bgShow {
  position: absolute;
  pointer-events: none;
  top: -3%;
  left: 3%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .faq-bgShow {
    display: none;
  }
}
.faq-bgShow .blur-container {
  filter: blur(100.2px);
}
.faq-bgShow .triangle-shape {
  width: 412px;
  height: 407px;
  background-color: rgba(255, 255, 255, 0.14);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.faq-head {
  width: 100%;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}
.faq-head__wr {
  margin-bottom: 2.875rem;
  position: relative;
}
@media screen and (max-width: 575px) {
  .faq-head__wr {
    margin-bottom: 1.5rem;
  }
}
.faq-head__wr img {
  position: absolute;
  left: 80%;
}
@media screen and (max-width: 575px) {
  .faq-head__wr img {
    left: 60%;
  }
}
.faq-subTitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 128%;
  text-transform: uppercase;
  color: #ff5959;
  text-shadow: 0px 4px 32.3px rgba(255, 89, 89, 0.6);
  transform: rotate(-1deg);
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .faq-subTitle {
    font-size: 12px;
    line-height: 128%;
  }
}
@media screen and (max-width: 575px) {
  .faq-subTitle {
    text-align: center;
  }
}
.faq-title {
  font-weight: 700;
  font-size: 76px;
  line-height: 118%;
  text-transform: capitalize;
  background: radial-gradient(100.95% 143.91% at 12.03% 109.01%, #ffffff 48.15%, rgba(255, 255, 255, 0) 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  .faq-title {
    font-size: 70px;
  }
}
@media screen and (max-width: 991px) {
  .faq-title {
    font-size: 32px;
    line-height: 128%;
  }
}
@media screen and (max-width: 575px) {
  .faq-title {
    text-align: center;
  }
}
.faq-title span {
  font-weight: bold;
}
.faq-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #d4d9ec;
}
@media screen and (max-width: 991px) {
  .faq-text {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 575px) {
  .faq-text {
    text-align: center;
  }
}
.faq-main {
  max-width: 974px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media screen and (max-width: 575px) {
  .faq-main {
    padding: 0 4px;
  }
}

.z-accordion-item:not(:last-child) {
  margin-bottom: 12px;
}
.z-accordion-item.show .z-accordion-item__head {
  background: #535d6b;
  border-radius: 18px;
  border: none;
  box-shadow: none;
}
.z-accordion-item.show .z-accordion-item__head::after {
  opacity: 1;
}
.z-accordion-item.show .z-accordion-item__wrIcon svg {
  transform: rotate(180deg);
}
.z-accordion-item.show .z-accordion-item__content::before {
  animation: forwardscaleLeft 0.3s ease forwards 0.2s;
}
.z-accordion-item.show .z-accordion-item__content::after {
  animation: forwardscaleRight 0.3s ease forwards 0.2s;
}
.z-accordion-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  cursor: pointer;
  border-radius: 1.375rem;
  background: linear-gradient(110.12deg, rgba(182, 215, 228, 0.13) 42.83%, rgba(192, 210, 233, 0.13) 79.87%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 2.38636px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(10.15px);
          backdrop-filter: blur(10.15px);
  padding: 1.25rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.z-accordion-item__head::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(../images/liningHshor-1.svg);
  top: 0;
  left: 0;
  opacity: 0.2;
  pointer-events: none;
}
.z-accordion-item__head::after {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 18px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0) 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -2;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .z-accordion-item__head {
    margin-bottom: 15px;
    padding: 1.25rem 1rem;
    gap: 2rem;
  }
}
.z-accordion-item__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .z-accordion-item__title {
    font-size: 15px;
  }
}
.z-accordion-item__wrIcon svg {
  color: #fff;
  transition: none;
}
.z-accordion-item__icon {
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: #ebf9b1;
  position: relative;
  font-size: 17px;
  line-height: 45px;
  font-weight: bold;
  color: #00003e;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.z-accordion-item__icon span {
  margin-bottom: 2px;
}
.z-accordion-item__icon span:first-child {
  display: none;
}
.z-accordion-item__icon span:last-child {
  display: block;
}
.z-accordion-item__icon::before {
  position: absolute;
}
.z-accordion-item__content {
  border-radius: 30px;
  padding: 18px 32px;
  margin-bottom: 19px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .z-accordion-item__content {
    padding: 15px 16px;
  }
}
.z-accordion-item__text {
  font-size: 16px;
  line-height: 180%;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .z-accordion-item__text {
    font-size: 14px;
  }
}

footer {
  padding-block: 3rem;
  background: #080b10;
  position: relative;
}
@media screen and (max-width: 991px) {
  footer {
    padding-block: 1.625rem;
  }
}
footer::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 2px;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(110.12deg, rgba(182, 215, 228, 0.13) 42.83%, rgba(192, 210, 233, 0.13) 79.87%);
}

.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 575px) {
  .footer-right {
    flex-grow: 1;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .footer-left {
    flex-grow: 1;
    text-align: center;
  }
}

.social-media ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .social-media ul {
    justify-content: center;
  }
}
.social-media ul:hover li:not(:hover) {
  opacity: 0.5;
  filter: blur(1.5px);
}
.social-media ul li {
  transition: all 0.3s ease;
  padding-inline: 0.5rem;
}
.social-media ul li:hover ~ .box {
  opacity: 0.5;
  filter: blur(1.5px);
}
.social-media ul li a svg {
  color: white;
  height: 24px;
  width: 24px;
}

.copyRight p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */