@font-face {
    font-family: 'IRANSans';
    src: url('fonts/IRANSansWeb.woff2') format('woff2'),
        url('fonts/IRANSansWeb.woff') format('woff'),
        url('fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('fonts/IRANSansWeb_Medium.woff2') format('woff2'),
        url('fonts/IRANSansWeb_Medium.woff') format('woff'),
        url('fonts/IRANSansWeb_Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('fonts/IRANSansWeb_Bold.woff2') format('woff2'),
        url('fonts/IRANSansWeb_Bold.woff') format('woff'),
        url('fonts/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    direction: rtl;
    font-family: IRANSans;
    padding: 0;
    margin: 0;
    background-color: #111111;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.section {
    max-width: 1400px;
    width: 95%;
    margin: 0px auto;
}

.wa_sticky_header:is(.TopBar) {
    top: 55px;
}

.wa_sticky_header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: 400ms ease-in-out;
    z-index: 8;
}

.wa_sticky_header:is(.wa_sticky) {
    transform: translateY(-190%);
}

.wa_sticky_header:is(.TopBar):is(.wa_sticky_show) {
    top: 10px;
}

.wa_sticky_header:is(.wa_sticky):is(.wa_sticky_show) {
    transform: translateY(0%);
}

.TopBar {
    background: #171619;
    box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(214, 243, 69, 0.23);
    border-radius: 50px;
    border: 1px solid rgba(214, 243, 69, 0.4);
    padding: 0 50px 0px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.TopBar .Logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.TopBar .Logo img {
    width: 50px;
    height: auto;
}

.TopBar .Logo h1 {
    font-size: 22px;
    color: white;
}

.Menu .main-nav {
    display: flex;
    flex-direction: row;
    gap: 60px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.Menu li {
    position: relative;
}

.Menu li a {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    color: #fff;
    padding: 35px 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.Menu li a:hover {
    color: #d6f345;
}

.Menu li a i {
    background: #d6f345;
    transition: all 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
    color: #171619;
    border-radius: 100px;
    font-size: 13px;
    font-weight: bold;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu {
    left: 50%;
    top: 100%;
    z-index: 100;
    margin: 0px;
    padding: 15px 0px;
    height: auto;
    min-width: 200px;
    display: block;
    box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(214, 243, 69, 0.23);
    border: 1px solid rgba(214, 243, 69, 0.4);
    border-radius: 8px;
    position: absolute;
    background: #171619;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
    transform: translateX(-50%);
}

.dropdown-menu li {
    display: block;
    margin: 0;
}

.dropdown-menu li a {
    width: 100%;
    display: block;
    padding: 9px 20px;
    padding-left: 30px;
}

.Menu li:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}


.ActionBtn {
    background: #d6f345;
    font-weight: 600;
    border-radius: 100px;
    padding: 6px;
    padding-right: 6px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding-left: 30px;
    color: white;
    font-size: 20px;
    overflow: hidden;
    transition: 0.2s;
    width: fit-content;
    font-family: IRANSans;
    border: none;
}

.ActionBtn .icon {
    flex: 0 0 auto;
    width: 53px;
    height: 53px;
    background: #171619;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.2s ease;
}

.ActionBtn .text {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #171619;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.ActionBtn .text:before {
    top: 0;
    left: 0;
    display: block;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    position: relative;
    content: attr(data-front);
    transform: translateY(0);
}

.ActionBtn .text:after {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    position: absolute;
    content: attr(data-back);
    transform: translateY(100%);
}

.ActionBtn .icon i {
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.ActionBtn .icon i:nth-child(1) {
    position: absolute;
    transform: translateX(50px);
}

.ActionBtn .icon i:nth-child(2) {
    position: relative;
}

.ActionBtn:hover .icon i:nth-child(1) {
    transform: translateX(0px);
}

.ActionBtn:hover .icon i:nth-child(2) {
    transform: translateX(-50px);
}

.ActionBtn:hover .text::after {
    transform: translateY(0%);
}

.ActionBtn:hover .text::before {
    transform: translateY(-100%);
}

.ActionBtn:is(.has-v2) {
    background: #282828;
    font-size: 16px;
}

.ActionBtn:is(.has-v2) .icon {
    width: 42px;
    height: 42px;
    background: #d6f345;
    color: #171619;
    font-size: 16px;
}

.ActionBtn:is(.has-v2) .text {
    color: #fff;
}

.ActionBtn:is(.has-v2):hover {
    background: #d6f345;
}

.ActionBtn:is(.has-v2):hover .icon {
    background: #000;
    color: #d6f345;
}

.ActionBtn:is(.has-v2):hover .text {
    color: #000;
}

.Hero {
    position: relative;
    overflow: hidden;
}

.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    perspective: 2000px;
    transform-style: preserve-3d;
    overflow: hidden;
}

.hero-bg-img img {
    animation: hero-bg-img 20s linear infinite;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

@keyframes hero-bg-img {
    0% {
        transform-origin: 100% 50%;
        transform: scaleX(1.1);
    }

    50% {
        transform-origin: 0% 50%;
        transform: scaleX(1);
    }

    100% {
        transform-origin: 100% 50%;
        transform: scaleX(1.1);
    }
}

.hero-container {
    max-width: 1300px;
    margin: 0px auto;
    padding-inline: 15px;
}

.hero-content {
    padding-top: 180px;
    padding-bottom: 320px;
}

.hero-content h1 {
    font-size: 100px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: -0.02em;
    padding-bottom: 15px;
    margin-left: 95px;
    overflow: hidden;
}

.hero-content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #d6f345;
    margin-left: 195px;
    margin-top: -10px;
    font-size: 18px;
    line-height: 1.666;
    font-weight: 400;
    margin-bottom: 0;
    overflow: hidden;

}

.hero-content h1 span {
    transform: translateY(120%);
    transition: all 0.8s cubic-bezier(0.55, 0.085, 0, 0.99);
    display: inline-block;
}

.Hero:is(.active) .hero-content h1 span {
    transform: translateY(0);
    transition-delay: 0.5s;
}

.hero-content h2 span {
    transform: translateY(100%);
    transition: all 0.8s cubic-bezier(0.55, 0.085, 0, 0.99);
    display: inline-block;
}

.Hero:is(.active) .hero-content h2 span {
    transform: translateY(0);
    transition-delay: 0.6s;
}



.hero-content-2 {
    position: absolute;
    bottom: 95px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.hero-content-2-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    overflow: hidden;
}


.Hero:is(.active) .plybtn-wrap {
    transform: translateY(0);
    transition-delay: 1.3s;
}

.plybtn-wrap {
    transform: translateY(100%);
    transition: all 0.8s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.hero-plybtn {
    flex: 0 0 auto;
    width: 115px;
    height: 115px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.hero-plybtn:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(4px);
    z-index: -1;
    border-radius: 50%;
    transform: scale(0.7);
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.hero-plybtn .bg-elm {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    border-radius: 50%;
    overflow: hidden;
}

.hero-plybtn .bg-elm video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-plybtn:hover {
    color: #171619;
}

.hero-plybtn:hover:after {
    background: #d6f345;
    transform: scale(0.5);
}

.hero-disc {
    max-width: 520px;
    font-size: 15px;
    color: #e3e3e3;
    transform: translateY(120%);
    transition: all 0.8s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.Hero:is(.active) .hero-disc {
    transform: translateY(0);
    transition-delay: 1.2s;
}

.Hero-ActionBtn {
    margin-right: 40px;
    transform: translateY(160%);
    transition: all 0.8s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.Hero:is(.active) .Hero-ActionBtn {
    transform: translateY(0);
    transition-delay: 1.4s;
}

.hero-main-img {
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: -2;
    display: flex;
    align-items: start;
    justify-content: end;
    height: 100%;
    transition: all 0.8s cubic-bezier(0.55, 0.085, 0, 0.99);
    transform: translateY(100%);
}

.hero-main-img img {
    height: 100%;
    margin-left: 1vw;
}

.hero-main-img img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: color;
    z-index: 1;
    opacity: 0;
}

.Hero:is(.active) .hero-main-img {
    transform: translateY(0);
    transition-delay: 1s;
}

.Hero:hover .hero-main-img img:nth-child(2) {
    opacity: 1;
    /* animation: hero-img-filter 3s linear infinite; */
}

/* @keyframes hero-img-filter {
  0% {
    filter: sepia(1) hue-rotate(0deg) saturate(300%);
  }
  5% {
    filter: sepia(1) hue-rotate(10deg) saturate(300%);
  }
  10% {
    filter: sepia(1) hue-rotate(20deg) saturate(300%);
  }
  15% {
    filter: sepia(1) hue-rotate(30deg) saturate(300%);
  }
  20% {
    filter: sepia(1) hue-rotate(40deg) saturate(300%);
  }
  25% {
    filter: sepia(1) hue-rotate(50deg) saturate(300%);
  }
  30% {
    filter: sepia(1) hue-rotate(60deg) saturate(300%);
  }
  35% {
    filter: sepia(1) hue-rotate(70deg) saturate(300%);
  }
  40% {
    filter: sepia(1) hue-rotate(80deg) saturate(300%);
  }
  45% {
    filter: sepia(1) hue-rotate(90deg) saturate(300%);
  }
  50% {
    filter: sepia(1) hue-rotate(100deg) saturate(300%);
  }
  55% {
    filter: sepia(1) hue-rotate(110deg) saturate(300%);
  }
  60% {
    filter: sepia(1) hue-rotate(120deg) saturate(300%);
  }
  65% {
    filter: sepia(1) hue-rotate(130deg) saturate(300%);
  }
  70% {
    filter: sepia(1) hue-rotate(140deg) saturate(300%);
  }
  75% {
    filter: sepia(1) hue-rotate(150deg) saturate(300%);
  }
  80% {
    filter: sepia(1) hue-rotate(160deg) saturate(300%);
  }
  85% {
    filter: sepia(1) hue-rotate(170deg) saturate(300%);
  }
  90% {
    filter: sepia(1) hue-rotate(180deg) saturate(300%);
  }
  95% {
    filter: sepia(1) hue-rotate(190deg) saturate(300%);
  }
  100% {
    filter: sepia(1) hue-rotate(200deg) saturate(300%);
  }
} */


.Hero canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-social-position {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.hero-social-position::after {
    content: "";
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 60px solid #d6f345;
    position: absolute;
    top: 50%;
    left: -180px;
    transform: translateY(-50%);
    z-index: -1;
    box-sizing: border-box;
}

.hero-social-border {
    width: 430px;
    height: 430px;
    border: 3px solid #7c7c7c;
    border-radius: 50%;
    position: absolute;
    left: -210px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    animation: hero-social-border 10s linear infinite;
}

@keyframes hero-social-border {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

.hero-social-border::after {
    content: "";
    width: 22px;
    height: 22px;
    background: #d6f345;
    border-radius: 50%;
    box-shadow: 0px 3px 5.52px 0.48px rgba(214, 243, 69, 0.46);
    position: absolute;
    left: -11px;
    top: 47%;
}

.hero-social-border::before {
    content: "";
    width: 22px;
    height: 22px;
    background: #d6f345;
    border-radius: 50%;
    box-shadow: 0px 3px 5.52px 0.48px rgba(214, 243, 69, 0.46);
    position: absolute;
    right: -11px;
    top: 47%;
}

.hero-social-link {
    display: flex;
    flex-direction: column;
    gap: 37px;
    margin-left: 10px;
    transform: rotate(179deg);
    transition: 1.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.hero-social-link:is(.active) {
    transform: rotate(0deg);
    transition-delay: 1s;
}

.hero-social-link .link-elm {
    color: #000;
    font-size: 35px;
}

.hero-social-link .link-elm i {
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.hero-social-link .link-elm:hover i {
    transform: scale(0.7);
}

.hero-social-link .link-elm:nth-child(2) {
    transform: translate(85px, -20px);
}

.hero-social-link .link-elm:nth-child(3) {
    transform: translate(120px, 0px);
}

.hero-social-link .link-elm:nth-child(4) {
    transform: translate(89px, 20px);
}

.partner-logo-marquee {
    direction: ltr;
}

.partner-area {
    background-size: 100% 100%;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.partner-border {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
    width: 70%;
    height: 1px;
    opacity: 0.2;
}

.partner-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
}

.partner-title {
    line-height: 1.666;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
    max-width: 171px;
    color: #cacaca;
    flex: 0 0 auto;
    margin: 0px;
}

.partner-logo-mask {
    overflow: hidden;
}

.partner-logo-wrap {
    display: flex;
    align-items: center;
    gap: 75px;
    margin-right: 75px;
    height: 53px;
}

.partner-logo {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.partner-logo img {
    transition: all 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.partner-logo img:nth-child(1) {
    position: relative;
}

.partner-logo img:nth-child(2) {
    position: absolute;
    transform: translateY(102%);
    filter: brightness(0) saturate(100%) invert(89%) sepia(33%) saturate(1188%) hue-rotate(26deg) brightness(98%) contrast(89%);
}

.partner-logo img:nth-child(3) {
    position: absolute;
    transform: translateY(300%);
}

.partner-logo:hover img:nth-child(1) {
    transform: translateY(-300%);
}

.partner-logo:hover img:nth-child(2) {
    transform: translateY(-100%);
}

.partner-logo:hover img:nth-child(3) {
    transform: translateY(0%);
}

.about-area {
    padding-top: 80px;
    position: relative;
}

.about-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    text-align: center;
}

.about-line-border,
.about-line-border2 {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
    width: 90%;
    height: 1px;
    opacity: 0.15;
    margin-left: auto;
    margin-right: auto;
}

.about-line-plus,
.about-line-plus2 {
    display: block;
    color: #d6f345;
    line-height: 1;
    font-size: 20px;
    margin-top: -12px;
}

.about-line-plus .plus,
.about-line-plus2 .plus {
    display: block;
}


.about-line:is(.has-v2) {
    top: unset;
    bottom: -9px;
}


.Firefly-ani::after {
    content: "";
    width: 100px;
    height: 100px;
    background: #d6f345;
    position: absolute;
    top: 0px;
    left: -30px;
    filter: blur(60px);
    animation: Firefly-ani-after 2s linear infinite;
}

@keyframes Firefly-ani-after {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.Firefly-ani {
    display: inline-block;
    width: 290px;
    height: 660px;
    padding: 50px 20px;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.Firefly-ani:is(.has-right-side) {
    left: unset;
    right: 0px;
    transform: scaleX(-1);
}

.about-wrap {
    display: grid;
    grid-template-columns: 1.32fr 1fr;
    gap: 60px;
}

.about-left {
    position: relative;
    padding-bottom: 80px;
    min-height: 1180px;
}

.about-left-content {
    position: sticky;
    top: 80px;
}

.about-sec-title {
    margin-bottom: 30px;
}

.subtitle {
    color: #838383;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    gap: 13px;
    align-items: center;
    line-height: 1.5;
    margin-bottom: 20px;
}

.subtitle .dot {
    width: 11px;
    height: 11px;
    background: #d6f345;
    border-radius: 50%;
    flex: 0 0 auto;
    box-shadow: 0px 3px 5.52px 0.48px rgba(214, 243, 69, 0.46);
    animation: subtitleDot1kf 2s linear infinite;
}

@keyframes subtitleDot1kf {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}


.sec-title {
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    font-size: 55px;
}

.wa_bg_position div {
    background-size: 200% 100%;
    background-position-x: 0%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to left, rgb(255, 255, 255) 50%, rgba(104, 104, 104, 0.2) 50%);
    padding-bottom: 7px;
}

p {
    font-size: 18px;
    line-height: 1.666;
    font-weight: 400;
    color: #b5b5b5;
    margin-bottom: 0;
    text-align: justify;
}

p b {
    color: #8EBC3F;
}

.about-sec-title .sec-disc {
    margin-top: 30px;
}

.about-left .inner-div {
    display: flex;
    align-items: center;
    gap: 33px;
    flex-wrap: wrap;
}


.about-left .inner-div .ActionBtn {
    background: #d6f345;
    outline: 4px solid rgba(255, 255, 255, 0.2);
}

.about-left .inner-div .ActionBtn .text {
    color: #000;
}

.about-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-author-img {
    display: flex;
    align-items: center;
}

.about-author-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.about-author-content .author-name {
    font-size: 18px;
}

.about-author-content .author-dg {
    font-size: 14px;
    margin-top: 3px;
}

.about-author-content h5 {
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.about-left-bg-shape {
    width: 62%;
    position: absolute;
    right: 0;
    bottom: 10%;
    z-index: -1;
}

.about-card-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 80px;
    align-self: start;
}

.about-card-wrap .a1_card_trigger_elm {
    position: sticky;
    top: 100px;
}

.about-card {
    background: linear-gradient(180deg, rgb(45, 45, 45) 0%, rgb(0, 0, 0) 100%);
    text-align: center;
    padding: 30px 40px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-card::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #d6f345;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scaleY(0);
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    transform-origin: bottom;
}

.about-card .icon {
    font-size: 44px;
    color: #d6f345;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.about-card .title {
    font-size: 30px;
    margin-top: 13px;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.about-card .title a {
    color: inherit;
}

.about-card .disc {
    font-size: 16px;
    color: #9e9e9e;
    margin-top: 7px;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.about-card:hover::after {
    transform: scaleY(1);
}

.about-card:hover .icon,
.about-card:hover .title,
.about-card:hover .disc {
    color: #000;
}

.services-area {
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
}

.services-sec-title {
    display: flex;
    padding: 0 50px;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.services-sec-title .subtitle {
    flex: 0 0 auto;
}

.services-sec-title .sec-title {
    max-width: 650px;
    font-size: 35px;
}

.services-sec-title .sec-disc {
    max-width: 490px;
}

.services-wrap {
    display: grid;
    grid-template-columns: 1fr 2.1fr;
    gap: 10px;
}

.services-tabs-btn-scrollbar {
    height: 544px;
    overflow: hidden;
    border-right: 3px solid #8EBC3F;
}

.services-tabs-btn .nav-link:is(.active),
.services-tabs-btn .nav-link:hover {
    background: #050505;
    color: #fff;
}

.services-tabs-btn .nav-link {
    background: transparent;
    border-radius: 20px;
    font-size: 22px;
    padding: 38px 44px;
    width: 100%;
    text-align: right;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    line-height: 1.5;
    font-weight: 600;
    color: white;
    font-family: IRANSans;
    outline: none;
    border: none;
    cursor: pointer;
}

.services-tabs-pane {
    display: grid;
}

.services-tabs-pane .tab-pane {
    grid-area: 1 / 1;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.services-tabs-pane .tab-pane.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.services-tabs-pane-single {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    perspective: 2000px;
}

.services-tabs-pane .tab-pane.show .services-tabs-pane-single .content-wrap {
    transform: rotateY(0deg);
}

.services-tabs-pane-single .content-wrap {
    background: #050505;
    border-radius: 20px;
    padding: 60px 45px;
    display: flex;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    transform-origin: 100% 50%;
    transform: rotateY(-90deg);
    position: relative;
    z-index: 2;
}

.services-tabs-pane-single .item-icon {
    font-size: 80px;
    color: #b5b5b5;
}

.services-tabs-pane-single .disc {
    margin-top: 32px;
}

.services-tabs-pane-single .features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin: 0px;
    margin-top: 33px;
    margin-bottom: 40px;
    padding: 0px;
    list-style: none;
}

.services-tabs-pane-single .features-list li {
    font-size: 16px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
}

.services-tabs-pane-single .item-img {
    height: 544px;
    border-radius: 20px;
    filter: grayscale(1);
    transform-origin: 0% 50%;
    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    position: relative;
    z-index: 1;
    opacity: 0;
}

.services-tabs-pane .tab-pane:is(.show) .services-tabs-pane-single .item-img {
    transform: translateX(0);
    transition-delay: 0.2s;
    opacity: 1;
    overflow: hidden;
}

.services-tabs-pane-single .item-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.gravity-section {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 5px;
    overflow: hidden;
    background: #111111;
    border-bottom: 1px solid #22242c;
    cursor: grab;
}

.gravity-section:active {
    cursor: grabbing;
}

#gravity-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    touch-action: none;
}

.hint {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: #888;
    pointer-events: none;
    z-index: 5;
}

.gravitySectionArea {
    padding-top: 100px;
}

.gravitySectionArea .sec-title {
    font-size: 20px;
    max-width: 800px;
    margin: 0px auto;
}

.portfolio-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 90px;
}

.portfolio-top {
    background-size: unset;
    position: relative;
    z-index: 1;
    padding-bottom: 110px;
    background-position: center center;
    background-repeat: no-repeat;
}

.portfolio-top-wrap {
    max-width: 610px;
}

.portfolio-top .sec-title {
    font-size: 18px;
    line-height: 1.66;
}

.portfolio-sec-title {
    margin-bottom: 30px;
}

.portfolio-top-features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.portfolio-top-features-single {
    text-align: center;
    background: linear-gradient(180deg, rgb(45, 45, 45) 0%, rgb(6, 6, 6) 100%);
    border-radius: 20px;
    padding: 25px 20px;
    position: relative;
    z-index: 1;
}

.portfolio-top-features-single::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #d6f345;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scaleY(0);
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    transform-origin: bottom;
}

.portfolio-top-features-single .title {
    font-size: 40px;
    font-weight: 700;
    color: #838383;
    line-height: 1;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    margin: 0;
}

.portfolio-top-features-single .disc {
    margin-top: 12px;
    line-height: 1.3;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    text-align: center;
}

.portfolio-top-features-single:hover::after {
    transform: scaleY(1);
}

.portfolio-top-features-single:hover .title,
.portfolio-top-features-single:hover .disc {
    color: #000;
}

.portfolio-sec-title-2 {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 65px;
}

.portfolio-sec-title-2 .left {
    width: 100%;
}

.portfolio-sec-title-2 h2 {
    font-size: 30px;
}

.portfolio-sec-title-2 .sec-disc {
    margin: 0px;
}

.portfolio-item-wrap {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}

.portfolio-card {
    height: 420px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.portfolio-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0%;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.portfolio-card img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.portfolio-card .card-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 1;
    background: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 43px;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    color: #b6b6b6;
}

.portfolio-card .card-btn span {
    transition: unset;
    display: block;
}

.portfolio-card .card-categories {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 1;
}

.portfolio-card .card-categories p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0px;
}

.portfolio-card .card-categories .link-elm {
    background: #323232;
    border-radius: 100px;
    font-size: 13px;
    padding: 5px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    color: #fff;
    font-weight: 500;
}

.portfolio-card:hover::after {
    opacity: 39%;
}

.portfolio-card:hover .card-btn {
    transform: translate(-50%, -50%) scale(1);
}

.portfolio-card .card-btn:hover {
    background: #d6f345;
    color: #000;
}

.portfolio-card .card-btn i {
    animation: blink 1.4s infinite;
    transform-origin: 50% 50%;
}

@keyframes blink {
    90% {
        transform: none;
        animation-timing-function: ease-in;
    }

    93% {
        transform: translateY(15px) scaleY(0);
    }

    100% {
        animation-timing-function: ease-out;
    }
}

.portfolio-card .card-categories .link-elm:hover {
    color: #d6f345;
}

.portfolio-all-btn {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    align-items: center;
    margin-top: 25px;
}

.portfolio-all-plus {
    color: #d6f345;
    font-weight: 600;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1;
}

.portfolio-all-plus::after {
    content: "";
    width: 99.1%;
    height: 1px;
    background: #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 100%);
    position: absolute;
    top: 15px;
    left: 11px;
    opacity: 0.1;
}

.portfolio-all-btn .ActionBtn {
    font-size: 16px;
    padding-right: 30px;
}

.bg-shadow {
    width: 100px;
    height: 100px;
    background: #d6f345;
    filter: blur(60px);
    animation: Firefly-ani-after 2s linear infinite;
}

.portfolio-bg-shadow-1 {
    position: absolute;
    bottom: 14%;
    left: -30px;
    z-index: -1;
}

.portfolio-bg-shadow-2 {
    position: absolute;
    right: -40px;
    bottom: 50%;
    z-index: -1;
}

.testimonial-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 65px;
}

.testimonial-sec-title {
    display: flex;
    align-items: end;
    gap: 40px;
    justify-content: space-between;
}

.testimonial-sec-title .left {
    max-width: 600px;
}

.testimonial-sec-title .right {
    text-align: right;
}

.testimonial-sec-title h2 {
    font-size: 25px;
}

.testimonial-wrap {
    height: 540px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.testimonial-preview-slider .swiper-wrapper {
    max-width: 1050px;
    height: 1050px;
    position: relative;
    margin: 0 auto;
}

.testimonial-preview-slider .swiper-wrapper .swiper-slide {
    width: auto;
    position: absolute;
    width: 100px;
    height: 100px;
}

.testimonial-preview-slider-item {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    cursor: pointer;
    overflow: hidden;
}

.testimonial-preview-slider-item img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.testimonial-main-slider {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    max-width: 430px;
    overflow: hidden;
}

.testimonial-main-slider-single {
    text-align: center;
}

.testimonial-main-slider-single .icon {
    font-size: 70px;
    color: #d6f345;
}

.testimonial-main-slider-single .comment {
    color: #fff;
    font-weight: 500;
    line-height: 36px;
    margin-top: 10px;
}

.testimonial-main-slider-single .line {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
    width: 90%;
    height: 1px;
    opacity: 0.2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.testimonial-main-slider .swiper-wrapper .swiper-slide .testimonial-main-slider-single .line {
    transform: scaleX(0);
    transition: 1s;
}

.testimonial-main-slider-single .choose-rating {
    margin-top: 18px;
}

.choose-rating .rating-icon {
    display: inline-flex;
    gap: 7px;
    font-size: 18px;
    color: #d6f345;
}

.testimonial-main-slider-single .author-name {
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
}

.testimonial-bg-blur {
    height: 140px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    opacity: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0);
    -webkit-mask-image: linear-gradient(to top, #000 10%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to top, #000 10%, rgba(0, 0, 0, 0) 100%);
}

.testimonial-preview-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-thumb-active) .testimonial-preview-slider-item {
    border-color: #d6f345;
    box-shadow: -1.526px 7.853px 59px 0px rgba(214, 243, 69, 0.6);
}


.testimonial-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .testimonial-main-slider-single .icon {
    animation-delay: 0.5s;
}

.testimonial-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .testimonial-main-slider-single .comment {
    animation-delay: 0.7s;
}

.testimonial-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .testimonial-main-slider-single .author-name {
    animation-delay: 0.9s;
}

.testimonial-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .testimonial-main-slider-single .icon,
.testimonial-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .testimonial-main-slider-single .comment,
.testimonial-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .testimonial-main-slider-single .author-name {
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    animation-fill-mode: backwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.testimonial-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .testimonial-main-slider-single .line {
    transform: scaleX(1);
    transition-delay: 0.7s;
}

.testimonial-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .testimonial-main-slider-single .rating-icon i:nth-child(1) {
    transition-delay: 0.4s;
}

.testimonial-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .testimonial-main-slider-single .rating-icon i:nth-child(2) {
    transition-delay: 0.5s;
}

.testimonial-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .testimonial-main-slider-single .rating-icon i:nth-child(3) {
    transition-delay: 0.6s;
}

.testimonial-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .testimonial-main-slider-single .rating-icon i:nth-child(4) {
    transition-delay: 0.7s;
}

.testimonial-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .testimonial-main-slider-single .rating-icon i:nth-child(5) {
    transition-delay: 0.8s;
}

.testimonial-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .testimonial-main-slider-single .rating-icon i {
    opacity: 1;
}

.testimonial-main-slider .swiper-wrapper .swiper-slide .testimonial-main-slider-single .rating-icon i {
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0s;
}

.steps-area {
    background: #000;
    position: relative;
    z-index: 1;
    padding-bottom: 130px;
    padding-top: 95px;
}

.steps-sec-title {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
    text-align: center !important;
}

.steps-sec-title .sec-title {
    margin-top: 10px;
}

.steps-sec-title .sec-title div {
    text-align: center !important;
    font-size: 32px;
}

.steps-wrap {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.steps-card {
    max-width: 545px;
    display: flex;
    gap: 40px;
    align-items: stretch;
    perspective: 2000px;
    transform-style: preserve-3d;
}

.steps-card:nth-child(2n+1) {
    margin-right: auto;
    margin-left: 5px;
}

.steps-card:nth-child(2n) {
    flex-direction: row-reverse;
}

.steps-card .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.steps-card .number {
    width: 45px;
    height: 45px;
    background: #111111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    flex: 0 0 auto;
    line-height: 1.5;
    margin: 0px;
}

.steps-card .number-line {
    width: 7px;
    height: 100%;
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-top: none;
}

.steps-card .number-line-fill {
    width: 100%;
    height: 100%;
    background: #d6f345;
    border-radius: 0 0 20px 20px;
    transform: scaleY(0);
    transform-origin: top;
}

.steps-card .content {
    background: #111111;
    border-radius: 20px;
    padding: 50px 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin: 50px 0;
    padding-top: 75px;
    position: relative;
    z-index: 1;
}

.steps-card:nth-child(2n+1) .content {
    transform-origin: 100% 50%;
    transform: rotateY(-45deg);
}

.steps-card:nth-child(2n) .content {
    transform-origin: 0% 50%;
    transform: rotateY(45deg);
}

.steps-card .content .date {
    position: absolute;
    left: 15px;
    top: 20px;
    background: #000;
    border-radius: 8px;
    padding: 3px 20px;
    font-size: 16px;
}

.steps-card .content .title {
    display: flex;
    gap: 30px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.steps-card .content .disc {
    margin-top: 14px;
    opacity: 53%;
}

.steps-card .content .title span {
    opacity: 0.3;
}

.team-area {
    position: relative;
    z-index: 1;
    padding-top: 115px;
}

.team-sec-title {
    display: flex;
    gap: 40px;
    align-items: end;
    margin-bottom: 100px;
}

.team-sec-title .left {
    width: 100%;
}

.team-sec-title .sec-disc {
    max-width: 550px;
}

.team-sec-title h2 {
    font-size: 30px;
}

.team-slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-slider .swiper-wrapper .swiper-slide {
    transition: all 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
    transform: translateY(200px) rotate(-20deg);
    opacity: 0;
    transform-origin: 100% 0%;
}

.team-slider .swiper-wrapper .swiper-slide.swiper-slide-prev {
    transform: translateX(-40%) rotate(12deg);
    transform-origin: 40% 0%;
    opacity: 1;
}

.team-slider .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
    z-index: 2;
    transform: translateX(0) translateY(0) rotate(0deg);
}

.team-slider .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: translateX(40%) rotate(-12deg);
    transform-origin: 70% 0%;
    opacity: 1;
}

.team-member {
    max-width: 388px;
    border-radius: 30px;
    height: 550px;
    transition: transform 0.5s, background 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-member img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.team-member .toggle-btn {
    width: 52px;
    height: 52px;
    background: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    cursor: pointer;
}

.team-member .toggle-btn i {
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.team-member .content-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(16px);
    padding: 20px 30px;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.team-member .member-name {
    font-size: 23px;
    margin: 0px;
}

.team-member .member-name a {
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.team-member .member-name:hover a {
    color: #d6f345;
}

.team-member .member-dg {
    font-size: 16px;
    margin: 0px;
}

.team-member .content-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(56px);
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    border-radius: 30px;
}

.team-member .social-link {
    display: flex;
    gap: 14px;
    font-size: 18px;
    color: #b5b5b5;
    margin-top: 15px;
}

.team-member .social-link .link-elm {
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    color: rgb(181, 181, 181);
}

.team-member .hr-line {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 1px;
    opacity: 0.3;
    margin-top: 24px;
}

.team-member .disc {
    margin-top: 30px;
    margin-bottom: 30px;
}

.team-member .member-btn {
    margin-top: auto;
}

.team-member .ActionBtn {
    background: #000;
}

.team-member:is(.active) {
    box-shadow: 0px 0px 13px 0px rgba(11, 11, 11, 0.24);
}

.team-member:is(.active) .toggle-btn {
    background: #d6f345;
}

.team-member:is(.active) .toggle-btn i {
    transform: rotate(225deg);
}

.team-member:is(.active) .content-1 {
    transform: translateY(-100%);
    opacity: 0;
}

.team-member:is(.active) .content-2 {
    transform: translateY(0%);
}

.team-member .social-link .link-elm:hover {
    color: #d6f345;
}

.slider-btn-1 {
    overflow: hidden;
    width: 66px;
    height: 66px;
    background: #1f1f1f;
    color: #333;
    background-color: #f7f7f7;
    border-radius: 50%;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
    flex: 0 0 auto;
}

.team-slider-btn-1 {
    position: absolute;
    top: 45%;
    right: 0px;
    z-index: 2;
}

.team-slider-btn-2 {
    position: absolute;
    top: 45%;
    left: 0px;
    z-index: 2;
}

.slider-btn-1 .icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-btn-1:hover {
    color: #fff;
    background-color: #333;
}

.slider-btn-1:is(.has-left) .icon i:nth-child(1) {
    transform: translateX(50px);
}

.slider-btn-1:is(.has-left) .icon i {
    transition: all 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.slider-btn-1 .icon i:nth-child(1) {
    position: absolute;
    transform: translateX(-50px);
}

.slider-btn-1 .icon i {
    transition: all 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.slider-btn-1:hover .icon i:nth-child(1) {
    transform: translateX(0);
}

.slider-btn-1:hover .icon i:nth-child(2) {
    transform: translateX(50px);
}


.slider-btn-1:is(.has-left):hover .icon i:nth-child(1) {
    transform: translateX(0%);
}

.slider-btn-1:is(.has-left):hover .icon i:nth-child(2) {
    transform: translateX(-50px);
}

.team-bg-title {
    text-align: center;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
    height: 100%;
    overflow: hidden;
}

.team-bg-title .title-elm {
    font-size: 22em;
    line-height: 1.2;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(69, 69, 69, 0.77) 0%, rgb(0, 0, 0) 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px;
}

.team-bg-shadow-1 {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: -30px;
    bottom: 30%;
    z-index: -2;
}

.faqs-area {
    position: relative;
    z-index: 1;
    padding-bottom: 110px;
    padding-top: 105px;
}

.faqs-container {
    max-width: 1730px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.faqs-wrap {
    display: grid;
    gap: 70px;
    grid-template-columns: 1fr 1.36fr;
}

.faqs-left {
    position: relative;
    z-index: 1;
}

.faqs-contact {
    background: #000;
    border-radius: 30px;
    padding: 50px 40px;
}

.faqs-contact .response {
    display: flex;
    color: #fff;
    font-size: 16px;
    align-items: center;
    gap: 10px;
}

.faqs-contact .response .dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #d6f345;
}

.faqs-contact .title {
    font-weight: 700;
    margin-top: 8px;
    color: #fff;
    font-size: 26px;
}

.faqs-contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faqs-contact-form input,
.faqs-contact-form textarea {
    height: 50px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #b5b5b5;
    outline: none;
    font-family: IRANSans;
}

.tx-contactForm input {
    max-width: 100% !important;
}

.faqs-contact-form textarea {
    resize: vertical;
    height: 110px;
    padding-top: 11px;
}

.team-faqs-title {
    margin-bottom: 40px;
}

.faqs-tabs-btn {
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 1;
}

.faqs-tabs-btn .nav-link {
    color: #393939;
    background: transparent;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 10px;
    position: relative;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    cursor: pointer;
    border: none;
    font-family: IRANSans;
}

.faqs-tabs-btn .nav-link::after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #d6f345;
    border-radius: 20px;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    transform: scaleX(0);
}

.faqs-tabs-btn .nav-link:is(.active)::after {
    transform: scaleX(1);
}

.faqs-tabs-btn .nav-link:is(.active) {
    color: #d6f345;
}

.faqs-tabs-btn .nav-link:hover {
    color: #d6f345;
}

.faqs-tabs-btn-line {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 1px;
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    left: 0;
}

.faqs-tabs-pane {
    margin-top: 40px;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.accordion-item {
    background-color: #050505;
    border-radius: 20px;
    border: 1px solid transparent;
}

.accordion-item:is(.active) {
    border-color: rgba(255, 255, 255, 0.15);
}


.accordion-item .item-title {
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    outline: none;
    font-size: 18px;
    background: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 26px 25px;
    text-align: right;
    transition: 0.2s;
    border: none;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    color: white;
    font-family: IRANSans;
}

.accordion-item .item-title:is(:not(.collapsed)) {
    border-color: rgba(255, 255, 255, 0.1);
}

.accordion-item .item-title .text {
    opacity: 0.4;
}


.accordion-item .item-title .icon {
    width: 38px;
    height: 38px;
    background: #3d3d3d;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: auto;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.accordion-item .item-title:is(:not(.collapsed)) .icon {
    background: #d6f345;
    color: #000;
}

.accordion-item .item-title:is(:not(.collapsed)) .icon i {
    transform: rotate(135deg);
}

.accordion-collapse {
    display: none;
}

.accordion-collapse.show {
    display: block;
}

.accordion-collapse.collapsing {
    display: block;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

.accordion-item .item-disc {
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 25px;
    color: #8c8a8a;
    max-width: 910px;
    padding-top: 25px;
    margin: 0;
}

.team-faqs-title .sec-title {
    margin: 0;
    font-size: 35px;
}

.accordion-item .item-title .icon i {
    transition: 0.5s;
}

.faqs-tabs-pane .tab-pane {
    display: none;
    opacity: 0;
}

.faqs-tabs-pane .tab-pane.active {
    display: block;
    opacity: 1;
    animation: faqTabFade 2s ease;
}

@keyframes faqTabFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accordion-item .item-title:is(.collapsed):hover {
    color: #d6f345;
}

.blog-area {
    background-color: #050505;
    position: relative;
    z-index: 1;
    padding-bottom: 95px;
    padding-top: 110px;
}

.blog-sec-title {
    display: flex;
    align-items: end;
    gap: 40px;
    margin-bottom: 50px;
}

.blog-sec-title h2 {
    font-size: 30px;
}

.blog-sec-title .left {
    max-width: 610px;
    width: 90%;
}

.blog-sec-title .sec-disc {
    max-width: 570px;
}

.blog-wrap {
    display: flex;
    gap: 40px;
}

.blog-item {
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    flex-grow: 1;
    width: 100%;
}

.blog-item:nth-child(1) {
    transform-origin: top right;
}

.blog-item .item-img {
    border-radius: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 305px;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog-item .item-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0%;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.blog-item .item-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.blog-item .item-img .card-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 1;
    background: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    color: #b6b6b6;
}

.blog-item .item-img .card-btn span {
    transition: unset;
    display: block !important;
}

.blog-item .item-img .card-btn i {
    animation: blink 2.4s infinite;
    transform-origin: 50% 50%;
}

.blog-item .item-img .card-categories {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 1;
}

.blog-item .item-img .card-categories .link-elm {
    background: #000;
    border-radius: 100px;
    font-size: 15px;
    padding: 5px 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    color: #fff;
    margin-bottom: 0;
}

.blog-item .item-date {
    font-size: 15px;
    letter-spacing: -0.025em;
    color: #616161;
}

.blog-item .item-title {
    font-size: 18px;
    margin-top: 5px;
    transition: all 0.2s;
    margin: 0;
}

.blog-item .item-title a {
    color: #fff;
}

.blog-item:is(.active) {
    width: 635px;
    flex: 0 0 auto;
}

.blog-item:is(.active) .item-img {
    height: 400px;
}

.blog-item:is(.active) .item-img::after {
    opacity: 39%;
}

.blog-item:is(.active) .item-img .card-btn {
    transform: translate(-50%, -50%) scale(1);
}

.blog-item .item-img .card-btn:hover {
    background: #d6f345;
    color: #000;
}

.blog-all-btn {
    margin-top: 50px;
    text-align: center !important;
}

.footer-area {
    background-color: #000;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 140px;
}

.footer-main {
    display: flex;
    gap: 50px 60px;
    justify-content: space-between;
    margin-bottom: 80px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-logo img {
    width: 50px;
    height: auto;
}

.footer-logo span {
    font-size: 22px;
    color: white;
    font-weight: bold;
}

.footer-disc {
    max-width: 300px;
    color: #fff;
    margin-top: 20px;
}

.footer-hire {
    margin-top: 69px;
}

.footer-hire .hire-mail {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.2s;
    color: #b5b5b5;
}

.footer-hire .hire-mail:hover {
    color: #d6f345;
}

.footer-widget .widget-title {
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    font-size: 24px;
    margin-bottom: 17px;
}

.footer-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-menu li {
    font-size: 18px;
    line-height: 1.666;
    font-weight: 400;
    color: #b5b5b5;
}

.footer-menu li a:hover {
    color: #d6f345;
}

.footer-menu li a {
    font-size: 16px;
    color: #a6a6a6;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-social .link-elm {
    width: 42px;
    background: #17191b;
    height: 42px;
    border-radius: 50%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.footer-social .link-elm:hover {
    background: #d6f345;
    color: #000;
}

.footer-bottom {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.footer-bottom-copyright {
    font-size: 16px;
    color: #68696c;
}

.footer-bottom-make {
    font-size: 16px;
    color: #68696c;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    padding: 3px 16px;
}

.footer-bottom-make i {
    color: #d6f345;
}

.footer-bottom-make a {
    color: #fff;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.footer-bottom-make a:hover,
.footer-bottom-link a:hover {
    color: #d6f345;
}

.footer-bottom-link {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-bottom-link li {
    font-size: 18px;
    line-height: 1.666;
    font-weight: 400;
    color: #b5b5b5;
}

.footer-bottom-link a {
    font-size: 16px;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    color: #b5b5b5;
}

/* Contact us*/

.breadcrumb-area {
    padding-top: 280px;
    padding-bottom: 135px;
    background-color: #000001;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.breadcrumb-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 1;
    align-items: start;
}

.breadcrumb-title {
    font-size: 60px;
    line-height: 1.066;
    letter-spacing: -0.02em;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.breadcrumb-list {
    display: inline-block;
}

.tx-breadcrumb__wrapper {
    max-width: max-content;
}

.bread-crumb {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb-list a::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 13px;
    transform: translateY(-50%) rotate(180deg);
    width: 18px;
    height: 18px;
    background-image: url(assets/icon.svg);
    background-size: contain;
}

.breadcrumb-list a,
.breadcrumb-list span {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.breadcrumb-list a {
    padding-left: 30px;
    position: relative;
    transition: 300ms;
    margin-left: 5px;
}

.breadcrumb-list span {
    opacity: 60%;
}

.contact-area {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    padding-top: 105px;
    padding-bottom: 105px;
}

.contact-sec-title {
    display: flex;
    gap: 40px 100px;
    max-width: 860px;
    align-items: center;
    margin: 0px auto 45px auto;
    height: 120px;
}

.contact-sec-title .subtitle {
    flex: 0 0 auto;
    margin: 0px;
}

.contact-sec-title h2 {
    font-size: 25px;
    margin: 0px;
    margin-top: 13px;
}

.contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: start;
    gap: 50px;
    position: relative;
    z-index: 1;
}

.contact-wrap::after {
    content: "";
    width: 100%;
    height: 278px;
    background: #050505;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 20px 20px 0 0;
}

.contact-img {
    margin-top: -90px;
    margin-right: -20px;
}

.contact-img::after {
    content: "";
    width: 200px;
    height: 200px;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 90px;
    z-index: -1;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.5;
}

.contact-img .earth {
    width: 475px;
}

.contact-img-location {
    position: absolute;
    right: 24%;
    top: -6%;
    display: flex;
    gap: 5px;
}

.contact-img-location .dot-icon {
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    align-self: end;
    margin-right: -20px;
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
}

.contact-img-location .dot-icon::after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #d6f345;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: inset 2.598px -1.5px 6px 0px rgba(0, 0, 0, 0.7);
    animation: nm-c1-l-icon-after 2s linear infinite;
}

@keyframes nm-c1-l-icon-after {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.contact-img-location .icon {
    width: 70px;
    height: 70px;
    background: #d6f345;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-img-location .icon img {
    width: 50%;
}

.contact-social {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-social .link-elm {
    background: linear-gradient(180deg, rgb(45, 45, 45) 0%, rgb(0, 0, 0) 100%);
    border-radius: 10px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    gap: 42px;
    padding: 13px 20px;
    position: relative;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    color: white;
}



.contact-social .link-elm::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #d6f345;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.contact-social .link-elm .icon {
    width: 36px;
    height: 36px;
    background: #d6f345;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
    color: #000;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.contact-social .link-elm:hover::after {
    transform: scaleY(1);
}

.contact-social .link-elm:hover .icon {
    background: #000;
    color: #fff;
}

.contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 60px;
    margin-top: 85px;
}

.contact-info-single .icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(-33deg, rgb(46, 46, 46) 0%, rgb(16, 16, 16) 100%);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 18px;
    color: #636363;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.contact-info-single .title {
    font-size: 24px;
    margin-top: 17px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.contact-info-single .disc:nth-of-type(1) {
    margin-top: 8px;
}

.contact-info-single .disc {
    font-size: 15px;
    color: #666666;
    margin-top: 0px;
}

.contact-info-single .disc a {
    color: #666666;
    margin-right: 10px;
}

.contact-social .link-elm:hover {
    color: #000;
}

.contact-info-single:hover .icon {
    color: #d6f345;
}