﻿.about-platform-hero-section {
    background-image: linear-gradient(to bottom, #fcfcfc9c, #e6e7e7b3), url('/assets/images/background/aboutplat.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
    height: 311px;
}

    .about-platform-hero-section .container {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .about-platform-hero-section .hero-section-text-box {
        width: 100%;
    }

        .about-platform-hero-section .hero-section-text-box h1 {
            color: #313131;
            font-family: Tajawal;
            font-size: 39px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%; /* 46.8px */
            margin-top: 150px;
        }

    .about-platform-hero-section .hero-section-breadcrumb ul,
    .about-platform-hero-section .hero-section-breadcrumb li:hover a {
        display: flex;
    }

    .about-platform-hero-section .hero-section-breadcrumb li:not(.current-page) a {
        color: rgba(49, 49, 49, 0.70);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 24px */
        font-family: Tajawal;
    }

    .about-platform-hero-section .hero-section-breadcrumb .current-page a {
        color: #313131 !important;
        font-weight: 700 !important;
    }

.about-platform-desc {
    display: flex;
    padding: 64px 24px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    align-self: stretch;
    background: #FFF;
}

.desc-countainer {
    display: flex;
    padding: 32px 32px 64px 32px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 16px;
    background: #F5F7FA;
}

.about-title {
    color: #000;
    text-align: center;
    font-family: Tajawal;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
}
.about-details {
    width: 85%;
    color: #212121;
    align-items:center;
    text-align: center !important;
    line-height: 150%; /* 27px */
}
.about-details p{
    color: #212121;
    text-align: center !important;
    font-family: Tajawal;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

.walkthrough-steps {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-shrink: 0;
}

.steps-desc{
    width:40%;
    align-items:center;
    gap: 12px;
}

.steps-text {
    color: #212121;
    text-align: right;
    font-family: Tajawal;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
}

.create-btn {
    display: block;
    margin-top: 10px;
    width: fit-content;
    border-radius: 10px;
    background: #009AE8;
    padding: 12px 24px;
    color: #FFF;
    font-family: Tajawal;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}