@font-face {
    font-family: Irancell;
    src: url('./fonts/Irancell_Regular.ttf');
}


body {
    font-family: Irancell;
    margin: 0;
    font-family: "Vazirmatn", sans-serif;
    background: #1c0931;
    color: white;
    direction: rtl;
    overflow-x: hidden;
}

* {
    font-family: Irancell;
}

.container {
    max-width: 1440px;
    margin: auto;
    padding: 2rem;
}

.section {
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
    display: flex;
}

h1, h2 , .color-text {
    color: #FFC20E;
}

.heroo {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
    margin-top: 22px;
}

.heroo img {
    width: 680px;
    max-width: 100%;
}
.heroo p {
    text-align: justify;
    line-height: 32px;
}
.heroo h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-align: right;
    vertical-align: middle;
    margin: 0;
}
.heroo .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: right;
    vertical-align: middle;

}
.heroo .left-vector {
    position: absolute;
    left: -8%;
    top: -8%;
    z-index: -1;
}
.heroo .right-vector {
    position: absolute;
    right: -15%;
    top: -60%;
    z-index: -1;
}

.customer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.customer .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    margin: 10px 0;
}

.clients {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 1.5rem 0;
    width: 100%;
}

.clients img {
    height: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}


.text-box {
    background: #2b1055;
    border: 1px dashed #b877f5;
    padding: 7px 25px;
    border-radius: 20px;
    flex: 1 1 600px;
    background: #8E6DFD;
    background: linear-gradient(28deg, #402160 0%, #241638 100%);
}

.text-box span {
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;
    text-align: right;
    vertical-align: middle;
}

.text-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    vertical-align: middle;
}

.text-box ul {
    list-style: none;
    padding: 0;
}

.text-box li {
    margin-bottom: 1rem;
    position: relative;
    padding-right: 1.5rem;
    font-weight: 700;
    font-size: 19px;
    line-height: 32px;
    text-align: justify;
    vertical-align: middle;

}

.text-box li::before {
    content: "•";
    color: #FFC20E;
    position: absolute;
    right: 0;
    font-size: 1.5rem;
    line-height: 1;
    top: 5px;
}

.lamp {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lamp img {
    max-width: 369px;
}
.text-img {
    margin: 0!important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.text-img img {
    width: 100%;
}
.apps {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}
.apps .title{
   text-align: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 30px;

}
.apps img {
    width: 100%;
}


.cta-box {
    max-width: 100%;
    margin: 2rem auto;
    background: #1A0C35;
    border: 1px dashed #b877f5;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-box span:nth-child(1) {
    color: #FFC20E;
    margin-bottom: 0.5rem;
    font-size: 36px;
    font-weight: 700;
    line-height: 56px;
    text-align: right;
    vertical-align: middle;

}

.cta-box span:nth-child(2) {
    font-size: 32px;
    font-weight: bold;
    color: white;
    margin-bottom: 1.5rem;
}

.cta-button {
    background-color: #FFC20E;
    color: #1c0931;
    border: none;
    padding: 0.6rem 2rem;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 435px;
}

.cta-button:hover {
    background-color: #ffb400;
}


@media only screen and (max-width: 1200px) {
    .heroo {
        flex-direction: column;
    }
    .section {
        padding: 0;
        flex-direction: column;
    }
    .heroo p {
        line-height:30px;
        font-size: 14px;
    }
    .heroo h1 {
        font-size: 22px;
    }
    .heroo .title {
        font-size: 18px;
    }
    .clients {
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
    .cta-button {
        width: 250px;
    }
    .cta-box span:nth-child(1) {
        font-size: 24px;
    }

    .cta-box span:nth-child(2) {
        font-size: 18px;
    }
    .title {
        font-size: 24px;
    }
    .text-img {
        margin: 20px 0!important;
    }
    .text-box span {
        font-size: 24px;
    }

    .text-box p {
        font-size: 12px;
    }

    .text-box li {
        font-size: 12px;
    }
    .lamp img {
        max-width: 160px;
    }
    .heroo .left-vector {
        left: 0;
    }
}


