/*
Theme Name:
Theme URI:
Author: soltanyesn
Description: soltanyesn
Author URI: https://soltanyesn.ir
Version: 0.1
*/
@font-face {
    font-family: fonts;
    font-style: normal;
    font-weight: 400;
    src: url('access/fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2'), url('access/fonts/woff/YekanBakhFaNum-Regular.woff') format('woff')
}
@font-face {
    font-family: fonts;
    font-style: normal;
    font-weight: 600;
    src: url('access/fonts/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2'), url('access/fonts/woff/YekanBakhFaNum-SemiBold.woff') format('woff')
}
@font-face {
    font-family: fonts;
    font-style: normal;
    font-weight: 700;
    src: url('access/fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2'), url('access/fonts/woff/YekanBakhFaNum-Bold.woff') format('woff')
}
@font-face {
    font-family: fonts;
    font-style: normal;
    font-weight: 900;
    src: url('access/fonts/woff2/YekanBakhFaNum-ExtraBlack.woff2') format('woff2'), url('access/fonts/woff/YekanBakhFaNum-ExtraBlack.woff') format('woff')
}
@font-face {
    font-family: fonts-2;
    font-style: normal;
    font-weight: 900;
    src: url('access/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: fonts,serif!important;
    -webkit-tap-highlight-color: transparent;
}
:root {
    --clr-1: #0f5aaf;
    --clr-txt: #d5d5d5;
}
::selection {
    color: #fff;
    background: #000
}
html {
    font-size: clamp(12px, 2vw,16px);
    scroll-behavior: smooth;
}
body {
    background-color: #0e0d0d
}
a {
    text-decoration: none!important
}
ul,li {
    list-style: none;
}
#root span {
    font-family: fonts,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;
}
/**************** header ****************/
.primary-header {
    position: sticky;
    top: 0;
    border-bottom: 1px solid transparent;
    padding: 1rem 0;
    transition: 0.3s;
    z-index: 1000;
}
.is-scrolled .primary-header {
    transition: 1.5s;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}
.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    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);
}
.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: var(--clr-txt);
    color: var(--clr-txt);
}
.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);
}
/**************** hero ****************/
.hero-section {
    position: relative;
    margin-top: -5rem;
    padding: 10rem 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;
}
.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: fonts-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: var(--clr-txt);
    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 rgba(255, 255, 255, 0.3);
    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(15, 90, 175, 0.5);
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--clr-1);
}
.notif-btn span {
    background-image: linear-gradient(45deg, #0f5aaf, #0a386d);
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0 0.8rem;
    height: 2rem;
    display: flex;
    align-items: center;
    font-family: fonts-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 * 7), 100%);
    --time:30s;
    animation: scrolerBrands var(--time) linear infinite;
    animation-delay: calc(var(--time) / 7  * (7 - 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;
}
/**************** 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%;
    margin-bottom: 3rem;
}
.portfolio-box a {
    width: calc((100% / 3) - 1rem);
    display: flex;
    border-radius: 1rem;
    transition: 0.5s;
    position: relative;
    isolation: isolate;
}
.portfolio-box a::before {
    position: absolute;
    content: '';
    inset: 90% 2rem -12px 2rem;
    border-radius: 50em;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 2px #0e0d0d , 0 0 0 1px rgba(255,255,255,0.2), 0 0 0 3px #0e0d0d, 0 0 0 2px rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}
.portfolio-box a:hover::before {
    box-shadow: 0 0 0 8px #0e0d0d , 0 0 0 9px rgba(255,255,255,0.2), 0 0 0 16px #0e0d0d, 0 0 0 17px rgba(255, 255, 255, 0.1);
}
.portfolio-box img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 1rem;
    object-fit: cover;
    object-position:  top;
}
/**************** why section ****************/
#services-section,
#comments-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 rgba(255, 255, 255, 0.3);
    border-right: none;
    border-left: none;
}
.why-grid {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.why-grid > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1rem;
    color: var(--clr-txt);
}
.why-grid > div:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.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 ****************/
.empty-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.empty-wrapper .col-12 {
    height: 10rem;
    border-inline: 1px solid rgba(255,255,255,0.3);
}
.services-ticker-section {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}
.st-container {
    margin: 0 auto;
    display: flex;
    align-items: stretch;
}
.st-text {
    width: 50%;
    z-index: 2;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1rem;
}
.st-text h3 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #00c6ff, #064ba0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.4;
}
.st-text p {
    color: var(--clr-txt);
    opacity: 0.7;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 30px;
}
.st-text a {
    width: max-content;
}
.st-text a::before  {
    display: none;
}
.ticker-wrapper {
    overflow: hidden;
    width: calc(50% + 2px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.st-row {
    display: flex;
    gap: 20px;
    width: max-content;
}
.move-left {
    animation: tickerLeft 40s linear infinite;
}
.move-right {
    animation: tickerRight 40s linear infinite;
}
@keyframes tickerLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(50%); } 
}
@keyframes tickerRight {
    0% { transform: translateX(50%); }
    100% { transform: translateX(0); }
}
.st-row > div {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 260px;
    backdrop-filter: blur(12px);
    transition: 0.3s;
}
.st-row > div:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--clr-1);
}
.st-row > div svg {
    width: 3rem;
    padding: 0.7rem;
    aspect-ratio: 1;
    border-radius: 50em;
    color: #000;
}
.st-row > div > section {
    display: flex;
    flex-direction: column;
}

.st-row > div > section span:first-child {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    margin-bottom: 4px;
}
.st-row > div > section span:last-child {
    font-size: 12px;
    color: #aaa;
}
.st-row > div:nth-child(1) svg { background: linear-gradient(135deg, #00c6ff, #0072ff); }
.st-row > div:nth-child(2) svg { background: linear-gradient(135deg, #ff416c, #ff4b2b); }
.st-row > div:nth-child(3) svg { background: linear-gradient(135deg, #a18cd1, #fbc2eb); }
.st-row > div:nth-child(4) svg { background: linear-gradient(135deg, #11998e, #38ef7d); }
.st-row > div:nth-child(5) svg { background: linear-gradient(135deg, #f7971e, #ffd200); }
.st-row > div:nth-child(6) svg { background: linear-gradient(135deg, #434343, #000000); border: 1px solid #555; color: #fff;}
/**************** comments ****************/
.comments-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.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(93, 148, 211, 0.1) 0%, rgba(32, 1, 41, 0) 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.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;
}
.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: fonts-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 rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: 0.3s;
}
.ft-controls button:hover {
    background-color: rgba(93, 148, 211, 0.1);
}
.ft-controls button:first-child {
    text-align: right;
}
.ft-controls button:last-child {
    text-align: left;
}
/**************** faq ****************/
.faq-container {
    border-inline: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: column;
}
.faq-info {
    width: 100%;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.faq-info section {
    width: 60%;
    padding: 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.faq-info h3 {
    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 rgba(255, 255, 255, 0.3);
    font-size: 1rem;
    font-weight: 600;
    padding: 0 1rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    color: #38ef7d;
    transition: 0.3s;
}
.faq-cta-btn:hover {
    background-color: rgba(93, 211, 103, 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 rgba(255, 255, 255, 0.3);
    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: #38ef7d;
    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 .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;
}
/**************** mobile ****************/
@media (min-width: 1921px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1232px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}
@media (max-width: 592px) {
}
@media (max-width: 425px) {
}