:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    --primary: #94024C;
    --gray: #787769;

}

@font-face {
    font-family: "irnsans";
    src: url('../fonts/iransans-regular.woff2') format('woff2')
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 70px
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    font-family: "irnsans", sans-serif;
    color: white;
    background: #0F0024;
    direction: rtl;
}

input, textarea {
    font-family: "irnsans", sans-serif;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;

    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

.img-fluid {
    max-width: 100%;
}

p {
    margin-bottom: 0;
    margin-top: 0;
}

a {
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

.position-relative {
    position: relative;
}

.align-items-center {
    align-items: center;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (max-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        width: 90%;
        max-width: 1380px;
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}


@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
.row-space{
    margin-top: 100px;
}
.text-center {
    text-align: center;
}

#menu-wrapper .nav-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu-wrapper .main-logo{
    max-height: 50px;
}
#menu-wrapper{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    padding-top: 15px;
    backdrop-filter: blur(2px);
}
.menu-items {
    display: flex;
    gap: 35px;
    align-items: center;
}
.menu-items a{
    font-size: 14px;
    color: white;
}
.kaavex-btn{
    padding: 0 40px;
    background: #7741C8;
    text-align: center;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    box-shadow: 0 0 20px 0 #A96EFFA6;
    color: white;
}

.hero-content .desc{
    text-align: center;
    max-width: 300px;
    margin: 30px auto;
    font-size: 14px;
}
.hero-content img{
    max-width: 85%;
    margin: auto;
    display: block;
}
.hero-content h1{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.hero-content {
    text-align: center;
}
#hero-section{
    background-image: url("../img/header.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    margin-top: 50px;
    height: calc(100vh - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
}
#why-kaavex h3{
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.why-desc{
    max-width: 960px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
}
.why-box-desc{
    text-align: center;
}
.why-desc{
    margin-bottom: 40px;
}
.why-box{
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 70px 10px 10px;
    background: linear-gradient(179.15deg, rgba(37, 0, 92, 0) 0.73%, #25005C 66.68%);
    border-radius: 40px;
    height: 100%;
}


.help-title .section-title{
    font-size: 22px;
    font-weight: bold;
}
.help-title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.help-items {
    height: 150px;
    overflow: hidden;
    position: relative;
}

.help-items p {
    height: 50px;
    line-height: 50px;
    margin: 0;
    font-size: 22px;
    opacity: 0.2;
    transition: all 0.4s ease;
    text-align: center;
    color: #B787FF;
    transform: scale(0.85);
}

.help-items p.active {
    font-size: 20px;
    font-weight: bold;
    opacity: 1;
    filter: none;
    color: #B787FF;
    border: 1px solid #ffffff33;
    border-radius: 10px;
}
#help .section-content{
    max-width: 960px;
    margin: 20px auto auto;
    text-align: center;
    font-size: 22px;
    line-height: 1.8em;
}

#help{
    position: relative;
    padding: 200px 0;
    overflow: hidden;
}
.ai-title-2{
color: #B787FF;
}
.ai-title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ai-desc{
    max-width: 960px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 40px;
}
.steps-header{
    font-weight: 900;
    font-size: 33px;
    max-width: 200px;
    margin-top: 20px;
}
.step-desc{
    text-align: justify;
    line-height: 2em;
    font-size: 14px;
}
.step-title{
    font-weight: bold;
    font-size: 22px;
    margin: 10px 0;
}
.flex-steps .step-item{
    flex: 1 0 44%
}
.flex-steps{
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}
#faq{
    position: relative;
    overflow: hidden;
    padding-bottom: 200px;
}
.faq-header{
    font-weight: 900;
    font-size: 33px;
    max-width: 200px;
    margin-top: 20px;
}
.faq-item {
    padding: 15px 35px;
    cursor: pointer;
    border-radius: 15px;
    background: #1A0040;
    margin-bottom: 15px;
}
.faq-question {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    justify-content: space-between;
}
.faq-icon {
    margin-right: 10px;
    font-size: 20px;
    transition: 0.3s;
    background: #401A78;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-answer {
    display: none;
    padding: 0;
    font-size: 14px;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}
.app-title-wrapper p{
    line-height: 2em;
    max-width: 700px;
}
.app-title-wrapper h3{
    font-size: 25px;
    font-weight: bold;
}
.app-title-wrapper{
    display: flex
;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
#footer {
    padding-top: 120px;
    padding-bottom: 60px;
    background-size: 100% 100%;
    background: url("../img/footer.svg") center;
}
#footer > .container {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.footer-desc{
    text-align: center;
    font-size: 16px;
    line-height: 2em;
    max-width: 1065px;
}
.footer-menu a{
    color: white;
}
.footer-menu{
    display: flex;
    gap: 62px;
}
.copyright{
    color: #FFFFFF80;
}

#kavex-contact-form{
    margin-top: 40px;
}
#contact-form{
    background: #25005C;
    padding: 40px;
    border-radius: 25px;
}
.flex-row{
    display: flex;
    border: 0;
    padding: 0;
    margin-bottom: 20px;
    gap: 30px;
}
.label-input label{
    font-size: 14px;
    margin-bottom: 8px;
}
.label-input{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.kavex-input , .kavex-textarea{
    border: 0;
    background: #7741c82e;
    padding: 10px 10px;
    border-radius: 10px;
    margin-top: 5px;
    color: white;
}
.kavex-textarea{
    width: 100%;
}
.kavex-send-form{
    background: #0f0024;
    border: 0;
    color: white;
    padding: 10px 40px;
    border-radius: 10px;
    margin-top: 20px;
}
.contatc-us-title{
    text-align: center;
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 10px;
}
.contact-us-desc{
    color: rgba(22, 28, 45, 0.7);
    text-align: center;
    margin-bottom: 50px;
}
.submit-result{
    font-size: 14px;
    margin-top: 20px;
}
@media (max-width: 1200px) {
    .steps-header{
        max-width: none;
        margin-bottom: 40px;
    }
    #faq .faq-header-wrapper{
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 40px;
    }
    .faq-header-icon{
        max-height: 60px;
    }
    .faq-header{
        margin-top: 0;
    }
    .faq-bubble{
        display: none;
    }
    #faq{
        padding-bottom: 0;
    }
}
@media (max-width: 768px) {
    #ai{
        margin-top: 0;
    }
}
@media (max-width: 576px) {
  .why-kaavex{
      margin-top: 0;
  }
    .help-title{
     flex-direction: column;
    }
    .flex-steps{
     gap: 60px;
    }

    .faq-header-icon{
        max-height: 60px;
    }
    .faq-answer{
    text-align: justify;
    }
    .menu-items{
        display: none;
    }
    .flex-row{
        flex-direction: column;
    }
}
.bubble-right img {
    position: absolute;
    right: 0;
    bottom: 150px;
    transform: rotate(0deg) translate(50%, 50%);
    transform-origin: bottom right;
    width: 450px;
}
.bubble-left img {
    position: absolute;
    left: 0;
    transform: rotate(167deg) translate(-50%, -50%);
    transform-origin: top left;
    width: 450px;
}
.faq-bubble{
    position: absolute;
    width: 627px;
    right: -150px;
    bottom: -200px;
}