/*
Theme Name:
Theme URI:
Author: soltanyesn
Description: soltanyesn
Author URI: https://soltanyesn.ir
Version: 0.1
*/
@font-face {
    font-family: sitepich;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2')
}
@font-face {
    font-family: sitepich;
    font-style: normal;
    font-weight: 600;
    src: url('fonts/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2')
}
@font-face {
    font-family: sitepich;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2')
}
@font-face {
    font-family: sitepich;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/woff2/YekanBakhFaNum-ExtraBlack.woff2') format('woff2')
}
@font-face {
    font-family: sitepich-2;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/woff2/Mahoor-ExtraBold.woff2') format('woff2')
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: sitepich,serif!important;
    -webkit-tap-highlight-color: transparent;
}
:root {
    --clr-1: #fdae01;
    --clr-txt: #d5d5d5;
}
::selection {
    color: #fff;
    background: #000
}
html {
    font-size: clamp(12px, 2vw,16px);
    scroll-behavior: smooth;
    scrollbar-width: none;
}
body {
    background-color: #000000
}
a {
    text-decoration: none!important
}
ul,li {
    list-style: none;
}
img{
    max-width: 100%;
    display: block;
    height: auto;
}
#sitepich span {
    font-family: sitepich,serif;
}
.container,.container-fluid {width: 100%;padding-left: var(--bs-gutter-x,0.75rem);padding-right: var(--bs-gutter-x,0.75rem);margin-left: auto;margin-right: auto}@media (min-width: 592px) {.container {max-width: calc(100% - 24px);}}@media (min-width: 768px) {.container {max-width: calc(100% - 24px);}}@media (min-width: 1024px) {.container {max-width: calc(100% - 24px);}}@media (min-width: 1232px) {.container {max-width: calc(100% - 24px);}}@media (min-width: 1440px) {.container {max-width: calc(100% - 24px);}}@media (min-width: 1920px) {.container {max-width:1676px}}.row {--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display: flex;flex-wrap: wrap;margin-top: calc(var(--bs-gutter-y) * -1);margin-left: calc(var(--bs-gutter-x) / -2);margin-right: calc(var(--bs-gutter-x) / -2)}.col-1 {flex: 0 0 auto;width: 8.3333333333%}.col-2 {flex: 0 0 auto;width: 16.6666666667%}.col-3 {flex: 0 0 auto;width: 25%}.col-4 {flex: 0 0 auto;width: 33.3333333333%}.col-5 {flex: 0 0 auto;width: 41.6666666667%}.col-6 {flex: 0 0 auto;width: 50%}.col-7 {flex: 0 0 auto;width: 58.3333333333%}.col-8 {flex: 0 0 auto;width: 66.6666666667%}.col-9 {flex: 0 0 auto;width: 75%}.col-10 {flex: 0 0 auto;width: 83.3333333333%}.col-11 {flex: 0 0 auto;width: 91.6666666667%}.col-12 {flex: 0 0 auto;width: 100%}.p-full {padding: 0 12px}figure {margin: 0;line-height: 0;}
.container {
    max-width: 1280px;
}
/*************** srollbar ***************/
.csb-track {
    position: fixed;
    top: 12px;
    right: 0;
    width: 12px;
    height: calc(100vh - 24px);
    pointer-events: auto;
    z-index: 2147483647;
    background: transparent;
}

.csb-thumb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 999px;
    background: currentColor;
    color: rgba(255, 255, 255, 0.4);
    cursor: ns-resize;
    user-select: none;
    touch-action: none;
    will-change: transform;
    transition: color .25s ease;
}
.csb-thumb:hover,
.csb-thumb[data-dragging="true"] {
    color: var(--clr-1);
}
/**************** header ****************/
.primary-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    padding: 1rem 0;
    transition: 0.3s;
    z-index: 1000;
}
.is-scrolled .primary-header {
    /* transition: 1.5s; */
    backdrop-filter: blur(12px);
    padding: 0.7rem 0;
    border-bottom-color: #4d4d4d;
    background-color: rgba(0, 0, 0, 0.5);
}
.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 1rem;
}
.header-box ul {
    display: flex;
    align-items: center;
}
.header-box nav > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    height: 3rem;
    font-size: 1rem;
    color: var(--clr-txt);
    transition: 0.5s cubic-bezier(0.07, 0.52, 0.43, 0.84);
}
.is-scrolled  .header-box nav > ul > li > a {
    padding: 0 1rem;
    font-size: 0.9rem;
    opacity: 0.7;
}
.header-box nav li:hover > a {
    opacity: 1 !important;
    color: var(--clr-1);
}
.header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0 1rem 0 2rem;
    border-radius: 50em;
    height: 3rem;
    background-color: transparent;
    color: var(--clr-txt);
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    isolation: isolate;
    transition: color 0.3s;
}
.header-btn:hover {
    color: var(--clr-1);
}
.is-scrolled .header-btn {
    color: #000 !important;
}
.header-btn::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0.5rem;
    width: 1rem;
    height: 1rem;
    z-index: -1;
    transform: translateY(-50%);
    border-radius: 50em;
    background-color: var(--clr-1);
    transition: width 0.3s , height 0.5s, 0.3s;
}
.header-btn:hover::before {
    opacity: 0.2;
    width: 2.3rem;
}
.header-btn svg {
    width: 1.5rem;
    height: 1.5rem;
    stroke-width: 2;
    fill: transparent;
    transition: 0.3s;
}
.is-scrolled .header-btn::before {
    right: 0;
    width: 100%;
    height: 100%;
}
.is-scrolled .header-btn svg {
    stroke-width: 1;
    fill: #000;
    color: #000;
}
.is-scrolled .header-btn:hover {
    color: var(--clr-txt);
}
.is-scrolled .header-btn:hover::before {
    opacity: 1;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}
.menu-btn {
    display: none;
}
/**************** slider ****************/
.slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 6rem 0 30px;
    display: flex;
    align-items: center;
    user-select: none;
    touch-action: pan-y;
}
.slider-wrapper,
.slider-box {
    direction: ltr;
}

.slider-item {
    direction: rtl;
}
.slider-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: max-content;
    will-change: transform;
}
.slider-box.dragging {
    cursor: grabbing;
}
.slider-item {
    flex: 0 0 auto;
    width: clamp(360px, 70vw, 1700px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.slider-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: bottom;
    border-radius: 1rem;
    pointer-events: none;
}

.slider-btn {
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 38px;
    cursor: pointer;
}

.slider-prev {
    left: 20px;
}

.slider-next {
    right: 20px;
}
/**************** hero ****************/
.hero-section {
    position: relative;
    margin-top: -5rem;
    padding: 5rem 0 4rem 0;
}
.hero-section::after {
    position: absolute;
    content: '';
    inset: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(15, 90, 175, 0.2) 0%, rgba(1, 9, 36, 0) 100%);
    z-index: -1;
    pointer-events: none;
}
.hero-section::before {
    position: absolute;
    content: '';
    inset: 0;
    background: radial-gradient(100% 100% at 100% 0%, rgba(15, 90, 175, 0.2) 0%, rgba(32, 1, 41, 0) 100%);
    z-index: -1;
    pointer-events: none;
    filter: blur(50px);
}
.hero-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    max-width: 720px;
    padding: 0 2rem;
    margin: 0 auto;
}
.hero-box h1 {
    font-size: 3rem;
    font-family: sitepich-2 !important;
    text-align: center;
    text-wrap: balance;
    font-weight: 400;
    color: var(--clr-txt);
    line-height: 1.5;
    padding: 1rem 0;
}
.hero-box p span {
    opacity: 0.5;
    font-weight: 400;
    font-size: 1.1rem;
    padding: 0 12px;
}
.hero-box p {
    font-size: 1rem;
    font-weight: 600;
    color: var(--clr-txt);
    text-align: center;
    text-wrap: balance;
    line-height: 2;
}
.base-btn {
    margin-top: 2rem;
    font-size: 1rem;
    color: #000;
    font-weight: 600;
    background-color: var(--clr-1);
    height: 3rem;
    padding: 0 1.5rem;
    border-radius: 50em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: relative;
}
.base-btn::after {
    position: absolute;
    content: '';
    inset: 0;
    background-color: var(--clr-1);
    opacity: 0.2;
    border-radius: 50em;
    z-index: -1;
    transition: 0.5s cubic-bezier(0.34, 1.3, 0.48, 1.64);
}
.base-btn:hover::after {
    inset: -6px;
}
.base-btn::before {
    position: absolute;
    content: '';
    inset: -8px;
    background-color: var(--clr-1);
    filter: blur(50px);
    border-radius: 50em;
    z-index: -1;
}
.base-btn svg {
    width: 1.5rem;
    height: 1.5rem;
}
.notif-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 1px #4d4d4d;
    font-size: 0.8rem;
    border-radius: 50em;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.4rem 0.4rem 0.4rem 1rem;
    color: var(--clr-txt);
    gap: 1rem;
    font-weight: 600;
    transition: 0.3s;
}
.notif-btn:hover {
    box-shadow: 0 0 0 4px rgba(247, 149, 30, 0.5);
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--clr-1);
}
.notif-btn span {
    background-image: linear-gradient(45deg, #f7951e, #eed0ac);
    color: #000;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0 0.8rem;
    height: 2rem;
    display: flex;
    align-items: center;
    font-family: sitepich-2 !important;
    border-radius: 50em;
}
.rate-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: var(--clr-txt);
    font-weight: 600;
    font-size: 1rem;
    margin-top: 1rem;
}
.rate-box section {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--clr-txt);
    font-size: 1rem;
    font-weight: 600;
}
.rate-box svg {
    width: 1rem;
    aspect-ratio: 1;
}
.rate-box svg:nth-child(5) {
    clip-path: inset( 0 0 0 40% );
}
.rate-box svg:last-child {
    width: 1.2rem;
}
/**************** line light ****************/
.line-light {
    display: flex;
    width: calc(100% - 2rem);
    max-width: 850px;
    height: 1px;
    margin: 3rem auto 0;
    background-image: linear-gradient(to right, transparent, var(--clr-1) ,transparent);
    position: relative;
    z-index: -1;
    isolation: isolate;
}
.line-light::Before {
    position: absolute;
    content: '';
    top: -1px;
    right: 50%;
    transform: translateX(50%);
    width: 70%;
    filter: blur(12px);
    height: 3px;
    background-image: linear-gradient(to right, transparent, var(--clr-1) ,transparent);
}
.line-light::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 50%;
    height: 8px;
    filter: blur(12px);
    background-image: linear-gradient(to right, transparent, var(--clr-1) ,transparent);
}
.line-light > span {
    position: absolute;
    width: 70%;
    top: -1px;
    height: 3px;
    right: 50%;
    background-image: linear-gradient(to right, transparent, var(--clr-1) ,transparent);
    transform: translateX(50%);
}
.line-light > span > span {
    position: absolute;
    width: 60%;
    height: 3px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);    
    background-image: radial-gradient(50% 50%, #ffffff 0%, #0f5aaf30 100%);
}
.line-light > span > span > span {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 90%;
    aspect-ratio: 16/ 4;
    filter: blur(135px);
    background-color: var(--clr-1);
    mix-blend-mode: lighten;
}
.line-light > bdi {
    position: absolute;
    top: -1px;
    left: 0;
    opacity: 0;
    width: 120px;
    height: 3px;
    mix-blend-mode: lighten;
    background-image: radial-gradient(50% 50%, #5086eb63 0%, #00000000 90%);
    z-index: 1;
    animation: lineLight linear infinite 5s;
}
@keyframes lineLight {
    0%, 35% {
        opacity: 0;
        left: 0;
    }
    40% {
        opacity: 1;
        left: 50px;
    }
    60% {
        opacity: 1;
        left: calc(100% - 150px);
    }
    65%, 100% {
        opacity: 0;
        left: calc(100% - 120px);
    }
}
/**************** motion ****************/
.motion-row {
    position: relative;
    height:100px;
    margin-bottom: 50px;
    overflow: hidden;
    mask-image: linear-gradient(
        to right,
        rgba(0,0,0,0),
        rgba(0,0,0,1) 20%,
        rgba(0,0,0,1) 80%,
        rgba(0,0,0,0)
    );
}
.motion-row > div {
    position: absolute;
    width: 100px;
    height: 100px;
    left: max( calc(100px * var(--items)), 100%);
    --time:30s;
    animation: scrolerBrands var(--time) linear infinite;
    animation-delay: calc(var(--time) / var(--items)  * (var(--items) - var(--item))  * -1);
}
@keyframes scrolerBrands {
    to {left: -120px;}
}
.motion-row:hover .motion-row > div {
    animation-play-state: paused;
}
.motion-row img {
    display: block;
    width: 100px;
    aspect-ratio: 1;
    height: auto;
    object-fit: contain;
}
/**************** text box ****************/
.text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    margin-bottom: 5rem;
}
.text-box h2 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--clr-txt);
    text-wrap: balance;
    text-align: center;
    max-width: 600px;
}
/**************** portfolio ****************/
.portfolio-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5rem;
}
.portfolio-box h2 {
    font-size: 2rem;
    font-weight: 400;
    color: var(--clr-txt);
    text-align: center;
    width: 100% !important;
    margin-bottom: 3rem;
}
.portfolio-item {
    width: calc((100% / 3) - 1rem);
    display: flex;
    border-radius: 1rem;
    transition: 0.5s;
    position: relative;
    isolation: isolate;
    margin-bottom: 2rem;
}
.portfolio-item::before {
    position: absolute;
    content: '';
    inset: 90% 2rem -12px 2rem;
    border-radius: 50em;
    z-index: -1;
    border: 1px solid #4d4d4d;
    box-shadow: 0 0 0 2px #000000 , 0 0 0 1px var(--clr-1), 0 0 0 3px #000000, 0 0 0 2px var(--clr-1);
    transition: 0.3s;
}
.portfolio-item:hover::before {
    border: 1px solid var(--clr-1);
    box-shadow: 0 0 0 8px #000000 , 0 0 0 9px var(--clr-1), 0 0 0 16px #000000, 0 0 0 17px var(--clr-1);
}
.portfolio-box img {
    width: 100%;
    aspect-ratio: 1;
    height: auto;
    border-radius: 1.5rem;
    object-fit: cover;
    object-position:  top;
}
/**************** why section ****************/
#portfolio-wrapper,
#services-section,
#comments-section,
#faq-section,
#why-us {
    scroll-margin-top: 10rem;
}
.why-header h2 {
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--clr-txt);
    text-align: center;
}
.why-header p {
    font-size: 1rem;
    color: var(--clr-txt);
    text-align: center;
    padding: 1rem 0 3rem;
}
.why-section {
    border: 1px solid #4d4d4d;
    border-right: none;
    border-left: none;
}
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.why-grid > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-left: 1px solid #4d4d4d;
    padding: 1rem;
    color: var(--clr-txt);
}
.why-grid > div:first-child {
    border-right: 1px solid #4d4d4d;
}
.why-grid svg {
    width: 4rem;
    aspect-ratio: 1;
    display: flex;
    padding: 1.2rem;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 16px 0px inset, 0 0 0 1px rgba(255, 255, 255, 0.2);
    border-radius: 50em;
}
.why-grid h3 {
    font-size: 1rem;
    padding: 1rem 0 0.5rem;
}
/**************** services ****************/
.video-wrapper {
    border-bottom: 1px solid #4d4d4d;
    position: relative;
}
.video-box {
    border-inline: 1px solid rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.video-box iframe {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}
/**************** comments ****************/
.comments-section {
    border-bottom: 1px solid #4d4d4d;
}
.ft-container {
    border-inline: 1px solid rgba(255,255,255,0.3);
    display: flex;
    align-items: flex-end;
}
.ft-container>div:first-child {
    width: 60%;
    background-image: radial-gradient(150% 110% at 10% 0%, rgba(211, 189, 93, 0.1) 0%, rgba(41, 14, 1, 0) 100%);
    border-left: 1px solid #4d4d4d;
}
.ft-container section {
    display: none;
    animation: fadeIn 0.7s ;
    min-height: 15rem;
}
.ft-container section.active {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 5rem 2rem 1rem 2rem;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.ft-container img {
    width: 50px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50em;
    font-size: 0.6rem;
    color: var(--clr-1);
}
.ft-container section div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ft-container p {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 700;
    font-family: sitepich-2 !important;
    padding: 2rem 0 5rem 0;
    width: 100%;
    color: var(--clr-txt);
}
.ft-container span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    color: var(--clr-txt);
}
.ft-controls {
    width: 40%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.ft-controls button {
    padding: 0 2rem;
    width: 100%;
    height: 4rem;
    background-color: transparent;
    border: none;
    outline: none;
    color: var(--clr-txt);
    font-size: 1rem;
    font-weight: 600;
    border-top: 1px solid #4d4d4d;
    cursor: pointer;
    transition: 0.3s;
}
.ft-controls button:hover {
    background-color: rgba(211, 193, 93, 0.1);
}
.ft-controls button:first-child {
    text-align: right;
}
.ft-controls button:last-child {
    text-align: left;
}
/**************** faq ****************/
.faq-section {
    border-bottom: 1px solid #4d4d4d;
}
.faq-container {
    border-inline: 1px solid #4d4d4d;
    display: flex;
    flex-direction: column;
}
.faq-info {
    width: 100%;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #4d4d4d;
}
.faq-info section {
    width: 60%;
    padding: 1rem;
    border-left: 1px solid #4d4d4d;
}
.faq-info h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    background: linear-gradient(45deg, #f0f1f1 60%, #727375);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq-info p {
    color: var(--clr-txt);
    opacity: 0.7;
    font-size: 1rem;
    line-height: 1.8;
}
.faq-cta-btn {
    width: 40%;
    border-top: 1px solid #4d4d4d;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 1rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    color: #fdae01;
    transition: 0.3s;
}
.faq-cta-btn:hover {
    background-color: rgba(211, 203, 93, 0.1);
}
.faq-cta-btn svg {
    width: 1.5rem;
    aspect-ratio: 1;
}
.faq-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.faq-list>section {
    background: rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid #4d4d4d;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
}
.faq-list>section:last-child {
    border-bottom: none;
}
.faq-list>section.active {
    background: rgba(255, 255, 255, 0.05);
}

.faq-list button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    height: 5rem;
    background: none;
    border: none;
    color: var(--clr-txt);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    outline: none;
}
.faq-list bdi {
    width: 1rem;
    height: 1rem;
    position: relative;
    flex-shrink: 0;
    margin-right: 1rem;
    transition: transform 0.3s ease;
}
.faq-list bdi::before, .faq-list bdi::after {
    content: '';
    position: absolute;
    background-color: #fdae01;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}
.faq-list bdi::before { width: 2px; height: 100%; }
.faq-list bdi::after { width: 100%; height: 2px; }
.faq-list>section.active bdi::before {
    opacity: 0;
    height: 50%;
}
.faq-list>section.active .faq-list bdi {
    transform: rotate(45deg);
}
.faq-list>section.active .faq-list bdi::before, 
.faq-list>section.active .faq-list bdi::after {
    background-color: #fff;
}
.faq-list div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}
.faq-list p {
    padding: 0 2rem 2rem 2rem;
    color: #b0b0b0;
    font-size: 1rem;
    line-height: 1.8;
}
/**************** footer ****************/
.footer-box {
    border-inline: 1px solid #4d4d4d;
    padding: 48px 0 0 0;
}
.footer-box  figure {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.footer-box figure img {
    display: block;
    max-width: 750px;
    width: 100%;
    height: auto;
}
.footer-box section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: -160px;
    z-index: 1;
    position: relative;
}
.footer-box section div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-box section h2 {
    width: 100%;
    max-width: 480px;
    color: var(--clr-txt);
    text-align: center;
    font-size: 3rem;
    font-family: sitepich-2 !important;
    text-wrap: balance;
}
.footer-box section a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    padding: 0.5rem 1.5rem ;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 50em;
}
.footer-box section a:last-child {
    background-color: #fdae01;
    color: #000;
}
.footer-bottom {
    margin-top: -100px;
    padding: 0 24px 24px 24px;
    border-inline: 1px solid #4d4d4d;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.footer-bottom > a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
.footer-bottom > a:hover {
    color: var(--clr-1);
}
.social-media {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.social-media h3 {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.social-media a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--clr-txt);
    position: relative;
    isolation: isolate;
}
.social-media a:hover {
    color: var(--clr-1);
}
.social-media a::before {
    position: absolute;
    content: attr(aria-label);
    width: max-content;
    top: -12px;
    background-color: var(--clr-1);
    color: #000;
    font-size: 12px;
    font-weight: 600;
    pointer-events: none;
    padding: 2px 12px;
    border-radius: 50em;
    opacity: 0;
    transition: 0.3s;
}
.social-media a:hover::before {
    opacity: 1;
    top: -24px;
}
.social-media svg {
    width: 1.5rem;
    height: 1.5rem;
}
/**************** empty ****************/
.empty-wrapper {
    border-bottom: 1px solid #4d4d4d;
}
.empty-wrapper .col-12 {
    height: 10rem;
    border-inline: 1px solid rgba(255,255,255,0.3);
}

/**************** mobile ****************/
@media (min-width: 1921px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1232px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
    .faq-info,
    .ft-container {
        flex-direction: column;
    }
    .faq-info > *,
    .ft-container > * {
        width: 100% !important;
        flex-direction: row;
        border-left: none !important;
    }
    .footer-box figure img {
        max-width: 70vw;
    }
    .why-grid {
        grid-template-columns: 1fr 1fr;
    }
    .why-grid > div:nth-child(1),
    .why-grid > div:nth-child(2) {
        border-bottom: 1px solid #4d4d4d;
    }
    .why-grid > div:nth-child(3) {
        border-right: 1px solid #4d4d4d;
    }
    .portfolio-item {
        width: calc((100% / 2) - 1rem);
    }
    .header-box nav {
        width: 100%;
        order: 1;
    }
    .menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        aspect-ratio: 1;
        margin-right: 2rem;
    }
    .header-box ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .header-box li {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: 0.3s;
        justify-content: flex-start;
    }
    .open-menu .header-box li {
        max-height: 44px;
    }
    .header-box li a {
        justify-content: flex-start !important;
    }
    .menu-btn svg {
        width: 2rem;
        aspect-ratio: 1;
        color: #fff;
    }
    .open-menu .menu-btn svg:nth-child(2) {
        display: block;
    }
    .menu-btn svg:nth-child(2),
    .open-menu .menu-btn svg:nth-child(1) {
        display: none;
    }
    .open-menu .primary-header {
        border-bottom-color: #4d4d4d;
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(12px);
        padding: 0.7rem 0;
    }
    .open-menu .csb-track {
        opacity: 0 !important;
    }
    .open-menu {
        overflow: hidden;
    }
    .overlay-wrapper {
        position: fixed;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10;
        backdrop-filter: blur(12px);
        pointer-events: none;
        opacity: 0;
        transition: 0.3s;
    }
    .open-menu .overlay-wrapper {
        pointer-events: all;
        opacity: 1;
    }
}
@media (max-width: 592px) {
    .footer-box section h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .footer-bottom {
        flex-direction: column;
        padding: 1rem;
    }
    .social-media h3,
    .footer-bottom > a {
        text-align: center;
        width: 100%;
    }
    .social-media {
        justify-content: center;
    }
}
@media (max-width: 425px) {
    .footer-box figure img {
        max-width: 100%;
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .why-grid {
        grid-template-columns: 1fr;
    }
    .why-grid > div {
        border-bottom: 1px solid #4d4d4d;
        border-right: 1px solid #4d4d4d;
    }
    .why-grid > div:last-child {
        border-bottom: none;
    }
    
}


/*************/
.top-f{
    margin-top: 80px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 50px;
    margin-bottom: 32px;
}
.title-aa{
    color: #fff;
    font-size: 28px;
    margin: 24px 0;
    padding: 7px 15px;
    border-radius: 9px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    background: #111;
    border: 1px solid #2a2a2a;
}
.box-one{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.box-one .card{
    width: 24%;
    border: 1px solid #4d4d4d;
    padding: 12px;
    border-radius: 21px;
    transition: 0.3s;
    margin-bottom: 10px;
}
.box-one .card img{
    border-radius: 18px;
    margin-bottom: 12px;
}
.box-one .card h2,.box-one .card h3{
    text-align: center;
    color: #fff;
    font-size: 21px;
}
.box-one .card:hover{
    box-shadow: 0 0 0px 2px #fdae01;
}
.box-one .card b{
    background-color: #fdae01;
    text-align: center;
    border-radius: 4px;
    padding: 7px;
    font-weight: bold;
    color: #000000;
    font-size: 20px;
    display: block;
    margin: 12px 0;
}
.short-t{
    background-color: #400000;
    text-align: center;
    border-radius: 4px;
    padding: 7px;
    font-weight: bold;
    color: red;
    font-size: 20px;
    margin: 12px 0;
}
.box-one .card .price{
    text-align: center;
}
.box-one .card .price span{
    font-size: 21px;
    color: #e00000;
    text-shadow: 0 0 17px #e00000;
    text-decoration: line-through;
}
.box-one .card .price strong{
    font-size: 30px;
    color: #12cff6;
    text-shadow: 0 0 17px #12cff6;
}
.short-p{
    background-color: #400000;
    text-align: center;
    border-radius: 4px;
    padding: 14px 5px;
    font-weight: bold;
    color: red;
    font-size: 20px;
    margin: 12px 0;
    display: block;
}
.text-matn{
    font-size: 18px;
    line-height: 37px;
    margin: 8px 0 0 0;
}
.text-matn figure img{
    margin: 0 auto;
}

.price-o{
    text-align: center;
}
.price-o span{
    font-size: 50px;
    color: #e00000;
    text-shadow: 0 0 17px #e00000;
    text-decoration: line-through;
    display: block;
}
.price-o strong{
    font-size: 75px;
    color: #12cff6;
    text-shadow: 0 0 17px #12cff6;
}
  .btn-pro {
    margin-top: 18px;
    text-align: center;
  }

  .btn-pro a {
    display: inline-block;
    background: #d71920;
    color: #fff;
    padding: 22px 34px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0px 15px 20px rgb(215 25 32 / 52%);
    animation: buyPulse 1.25s ease-in-out infinite;
    transition: background 0.2s ease, box-shadow 0.2s ease;
    width: 250px;
  }

  .btn-pro a:hover {
    background: #b80f16;
    box-shadow: 0 10px 22px rgba(215, 25, 32, 0.38);
  }

  @keyframes buyPulse {
    0%, 100% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.07);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .btn-pro a {
      animation: none;
    }
  }


   .card-p,
  .card-form {
    background: #111;
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  }

  .card-p {
    margin-bottom: 14px;
    text-align: center;
  }

  .card-p p {
    margin: 8px 0;
    color: #eaeaea;
    font-size: 15px;
  }

  .card-p strong {
    color: #ff3b3b;
    font-size: 19px;
  }

  .muted {
    color: #999 !important;
    font-size: 13px !important;
  }

  .card-form {
    display: block;
  }

  .form-row {
    margin-bottom: 15px;
  }

  .form-row label {
    display: block;
    margin-bottom: 7px;
    color: #f2f2f2;
    font-size: 14px;
    font-weight: bold;
  }

  .form-row input,
  .form-row select,
  .form-row textarea {
    width: 100%;
    box-sizing: border-box;
    background: #080808;
    color: #fff;
    border: 1px solid #333;
    border-radius: 11px;
    padding: 12px 13px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .form-row input:focus,
  .form-row select:focus,
  .form-row textarea:focus {
    border-color: #d71920;
    box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.18);
  }

  .form-row input::placeholder,
  .form-row textarea::placeholder {
    color: #777;
  }

  .msg {
    margin-top: 8px;
    padding: 9px 10px;
    border-radius: 10px;
    font-size: 13px;
  }

  .msg.error {
    background: rgba(215, 25, 32, 0.14);
    border: 1px solid rgba(215, 25, 32, 0.35);
    color: #ff7b7b;
  }

  .card-form button {
    width: 100%;
    margin-top: 8px;
    border: 0;
    border-radius: 13px;
    background: #d71920;
    color: #fff;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(215, 25, 32, 0.28);
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  }

  .card-form button:hover {
    background: #b80f16;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(215, 25, 32, 0.36);
  }

  .card-form button:active {
    transform: translateY(0);
  }

.msg {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }

  .msg.ok {
    background: rgba(20, 160, 80, 0.16);
    border: 1px solid rgba(20, 160, 80, 0.45);
    color: #5dff9c;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    background: #111;
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  }

  table tr {
    border-bottom: 1px solid #242424;
  }

  table tr:last-child {
    border-bottom: 0;
  }

  table th,
  table td {
    padding: 14px 16px;
    text-align: right;
    vertical-align: middle;
    font-size: 14px;
  }

  table th {
    width: 38%;
    color: #aaa;
    background: #0b0b0b;
    font-weight: normal;
  }

  table td {
    color: #fff;
    font-weight: bold;
    word-break: break-word;
  }

  h2 {
    margin: 26px 0 12px;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }

  .license {
    direction: ltr;
    unicode-bidi: plaintext;
    background: #050505;
    border: 1px dashed #d71920;
    color: #fff;
    border-radius: 16px;
    padding: 18px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.8;
    box-shadow: 0 0 0 4px rgba(215, 25, 32, 0.08),
                0 12px 30px rgba(0, 0, 0, 0.35);
    user-select: all;
    overflow-wrap: anywhere;
  }
  .license-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  direction: ltr;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  margin-top: 12px;
}

.license {
  flex: 1;
  color: #12cff6;
  font-size: 15px;
  font-weight: 600;
  word-break: break-all;
  user-select: all;
}

.copy-license-btn {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 10px;
  background: #12cff6;
  color: #061018;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s ease;
}

.copy-license-btn:hover {
  background: #0bb7db;
}

.copy-license-btn.copied {
  background: #22c55e;
}

  .muted {
    margin-top: 14px;
    color: #999;
    font-size: 13px;
    line-height: 1.9;
    text-align: center;
  }
    .msg.error {
    background: rgba(215, 25, 32, 0.15);
    border: 1px solid rgba(215, 25, 32, 0.45);
    color: #ff8a8a;
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }

  .failed-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 22px;
  }

  .failed-actions .btn {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
  }

  .failed-actions .secondary {
    background: #222;
    color: #fff;
    border: 1px solid #333;
  }

  .failed-actions .retry {
    background: #d71920;
    color: #fff;
    border: 1px solid #d71920;
  }

  .failed-actions .btn:hover {
    opacity: 0.9;
  }
    .discount-timer-box {
    margin: 18px 0;
    padding: 16px;
    background: #fff3f3;
    border: 1px solid #ffd0d0;
    border-radius: 14px;
    text-align: center;
  }

  .discount-title {
    font-size: 17px;
    font-weight: bold;
    color: #b80f16;
    margin-bottom: 14px;
  }

  .discount-timer {
    display: flex;
    justify-content: center;
    gap: 10px;
    direction: ltr;
  }

  .time-item {
    min-width: 62px;
    background: #d71920;
    color: #fff;
    padding: 10px 6px;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(215, 25, 32, 0.25);
  }

  .time-item span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
  }

  .time-item small {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #fff;
  }

  @media (max-width: 480px) {
    .discount-timer {
      gap: 6px;
    }

    .time-item {
      min-width: 54px;
      padding: 5px 4px;
    }

    .time-item span {
      font-size: 21px;
    }
  }
  /****************************/
  .custom-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  direction: rtl;
  padding: 0 55px 35px;
  box-sizing: border-box;
}

.slider-viewport {
  overflow: hidden;
  width: 100%;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.slider-viewport.dragging {
  cursor: grabbing;
}

.slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.slider-card {
    flex: 0 0 calc((100% - 80px) / 5);
    color: #fff;
    border-radius: 18px;
    box-sizing: border-box;
}

.slider-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: #12cff6;
}

.slider-card p {
  margin: 0;
  line-height: 1.9;
  color: #d1d5db;
  font-size: 15px;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-65%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #12cff6;
  color: #061018;
  font-size: 34px;
  line-height: 42px;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-btn:hover {
  background: #0bb7db;
}

.slider-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.slider-btn-prev {
  right: 0;
}

.slider-btn-next {
  left: 0;
}

.slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.slider-dot {
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: #6b7280;
  cursor: pointer;
  padding: 0;
}

.slider-dot.active {
  width: 24px;
  border-radius: 20px;
  background: #12cff6;
}

.slider-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 12px;
}

.slider-card h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 900px) {
  .custom-slider {
    padding: 0 45px 35px;
  }

  .slider-card {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 600px) {
  .custom-slider {
    padding: 0 0 34px;
  }

  .slider-card {
    flex-basis: calc((100% - 14px) / 2);
  }

  .slider-btn {
    display: none;
  }

  .slider-track {
    gap: 14px;
  }
}
  /****************************/
  /****************************/
  /****************************/

@media (max-width: 900px) {
    #pro-delete.top-f{
        margin-top: 0;
        border-top: none;
    }
    #pro-delete .title-aa{
        display: none;
    }
    #pro-delete .text-matn figure{
        display: inline-block;
        max-width: 50%;
    }
    #pro-delete .discount-timer-box {
        margin: 0;
        padding: 4px 0;
    }
    #pro-delete .discount-title {
        margin-bottom: 2px;
    }
    #pro-delete .btn-pro a {
        padding: 15px 34px;
    }
      .slider-card img {
    height: 130px;
  }
  .box-one .card{
      width: 32%;
  }
}

    @media (max-width: 600px) {
    .card-p,
    .card-form {
      padding: 15px;
      border-radius: 14px;
    }
        table th,
    table td {
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 11px 13px;
    }

    table th {
      border-bottom: 1px solid #222;
    }

    .license {
      font-size: 18px;
      padding: 15px;
    }
    .box-one .card {
        width: 49%;
    }
  }