@import "reset.css";
@import "font.css";

/**
--------------------------------------------------------------------------------------
------------------------ ************ Public Css ************ ------------------------
--------------------------------------------------------------------------------------
**/

html {
    scroll-behavior: smooth;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container-fluid {
    width: 100%;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

a {
    text-decoration: none;
    color: #000;
}

body {
    font-family: Yekan Bakh FaNum;
    background-color: #ffffff;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

/**
-------------------------------------------------------------------
--------------- ************ Main Page ************ ---------------
-------------------------------------------------------------------
**/
#header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 12px 0;
    z-index: 99999999;
}

.logo {
    width: 146px;
    float: right;
}

.cta_demo {
    float: left;
}

.cta_demo a {
    background-color: #1463FF;
    padding: 12px 32px;
    color: #ffffff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    display: block;
}

.main_menu {
    margin: 0 auto;
    display: table;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 24px 0;
}

.main_menu ul li {
    padding: 0 16px;
    display: inline-block;
}

.main_menu ul li a {
    font-size: 16px;
    font-weight: 500;
}

#hero {
    background-image: url(../images/hero.svg);
    background-position: center -30px;
    background-size: cover;
    padding: 130px 0 855px 0;
    position: relative;
    background-repeat: no-repeat;
}

#hero h1 {
    font-size: 20px;
    font-weight: 600;
    color: #0095C1;
    text-align: center;
}

#hero h2 {
    font-size: 48px;
    font-weight: 800;
    text-align: center;
}

.buttons {
    display: table;
    margin: 24px auto 0 auto;
}

.button {
    margin: 0 8px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

.button a {
    border-radius: 12px;
}

.demo_button a {
    background-color: #1463FF;
    padding: 15px 65px;
    color: #ffffff;
    font-weight: 600;
}

.erp_button a {
    background-color: #ffffff;
    padding: 15px 72px;
    color: #1463FF;
    font-weight: 600;
}

.modules {
    position: absolute;
    bottom: 200px;
    right: 0;
    left: 0;
    z-index: 99999999;
    margin: 0 auto;
    display: table;
}

.module {
    background-color: #ffffff;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #1463FF;
    padding: 16px 32px;
    display: inline-block;
    margin: 6px;
    white-space: nowrap;
}

.module img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
}

#main_modules {
    padding: 0 0 80px 0;
}

.module_tabs_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module_tabs {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
    width: 94%;
    margin: 0 auto;
}

.module_tabs::-webkit-scrollbar {
    display: none;
}

.module_tab {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
}

.module_tab.active {
    color: #1463FF;
    background: #ecf4ff;
    border-radius: 12px;
}

.tab_content {
    display: none;
}

.tab_content.active {
    display: block;
}

.tabs_arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.tabs_arrows div {
    pointer-events: auto;
    cursor: pointer;
}

.main_modules_body {
    background: url(../images/module-bg.svg), linear-gradient(90deg, #C4DEF8 0%, #EDF4FF 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 60px;
    border-radius: 24px;
    margin: 32px 0 0 0;
}

.main_modules_image {
    width: 60%;
    float: left;
}

.main_modules_details {
    width: 40%;
    float: right;
}

.main_modules_details_title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 24px 0;
}

.main_modules_details_content p {
    color: #484C5B;
}

.main_modules_details_content ul {
    margin: 32px 0;
}

.main_modules_details_content ul li {
    padding: 8px 0;
    color: #191B23;
}

.main_modules_details_content ul li:before {
    content: url(../images/check-circle.svg);
    vertical-align: middle;
    margin: 0 0 0 6px;
}

.read_more a {
    color: #1463FF;
    font-weight: 600;
}

.read_more a img {
    width: 6px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 4px 0 0;
}

#support {
    padding: 80px 0;
    position: relative;
}

#support .line {
    width: 100%;
    height: 1px;
    background-color: #D4D5D9;
    position: absolute;
    top: 294px;
}

.row_support {
    margin: 42px 0 0 0;
}

.col_support {
    width: 25%;
    float: right;
    padding: 0 30px;
    position: relative;
}

.col_support .circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #1463FF;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 60px;
}

.icon_support {
    width: 50px;
    margin: 0 auto;
}

.title_support {
    color: #191B23;
    font-weight: 600;
    font-size: 20px;
    margin: 40px 0 16px 0;
    text-align: center;
}

.excerpt_support {
    color: #484C5B;
    font-size: 14px;
    text-align: center;
}

#demo {
    background: url(../images/demo-bg.svg), linear-gradient(90deg, rgba(71, 139, 255, 1) 0%, rgba(2, 54, 157, 1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
}

.demo_title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 24px 0;
}

.demo_excerpt {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.demo_form {
    border-radius: 20px;
    background-color: #ffffff;
    padding: 16px;
    margin: 60px 0 0 0;
}

.col_demo_form {
    width: 25%;
    float: right;
    padding: 0 8px;
}

.demo_form input {
    font-family: Yekan Bakh FaNum;
    background-color: #F9F9F9;
    border: 1.5px solid #D4D5D9;
    border-radius: 12px;
    width: 100%;
    padding: 12px 16px;
    outline: none;
}

.demo_form button {
    font-family: Yekan Bakh FaNum;
    background-color: #ffac00;
    border: 1.5px solid #ffac00;
    border-radius: 12px;
    font-weight: 600;
    width: 100%;
    padding: 14px 16px;
    outline: none;
    transition: 0.3s ease;
}

.demo_form button:hover {
    background-color: #EBAB26;
    border: 1.5px solid #EBAB26;
}

.error_msg {
    color: red;
    font-size: 12px;
    margin: 4px 0 0 0;
}

.success_msg {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #00841b;
}

.bottom_footer {
    border-top: 1px solid #B3B3B3;
    padding: 24px;
}

.address_footer {
    float: right;
}

.address_icon {
    width: 32px;
    float: right;
}

.address_content {
    float: right;
    font-size: 16px;
    font-weight: 600;
    color: #707489;
    padding: 5px 10px 0 0;
}

.contact_footer {
    float: right;
    margin: 0 45px 0 0;
}

.contact_icon {
    width: 32px;
    float: right;
}

.contact_content {
    float: right;
    font-size: 16px;
    font-weight: 600;
    color: #484C5B;
    padding: 5px 10px 0 0;
}

.body_footer {
    padding: 32px 0;
}

.col_footer_1 {
    width: 40%;
    float: right;
}

.col_footer_2 {
    float: right;
    width: 20%;
    /*padding: 0 128px;*/
}

.col_footer_3 {
    float: right;
    width: 20%;
    /*padding: 0 128px;*/
}

.col_footer_4 {
    width: 20%;
    float: right;
}

.col_footer_title {
    font-size: 18px;
    font-weight: 600;
    color: #1463FF;
    margin: 0 0 8px 0;
    min-height: 28px;
}

.body_footer ul li {
    padding: 8px 0;
}

.body_footer ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #707489;
}

.col_footer_1 p {
    color: #484C5B;
    font-size: 16px;
    margin: 32px 0 0 0;
}

#public_facilities {
    padding: 80px 0;
}

.public_facilities_row {
    margin: 42px -12px 0 -12px;
}

.public_facilities_col2 {
    padding: 12px;
    width: 50%;
    float: right;
}

.public_facilities_col3 {
    padding: 12px;
    width: 33.33%;
    float: right;
}

.public_facilities_box {
    background-color: #EDF4FF;
    border-radius: 24px;
}

.public_facilities_details {
    padding: 30px;
}

.public_facilities_title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.public_facilities_excerpt {
    color: #484C5B;
}

.public_facilities_col2 .public_facilities_img {
    width: 50%;
    float: left;
}

.public_facilities_col2 .public_facilities_details {
    width: 50%;
    float: right;
}

.main_top_title {
    font-size: 18px;
    font-weight: 600;
    color: #0095C1;
    text-align: center;
}

.main_title {
    font-size: 32px;
    font-weight: 700;
    color: #191B23;
    margin: 4px 0 24px 0;
    text-align: center;
}

.main_excerpt {
    font-size: 16px;
    color: #484C5B;
    text-align: center;
    width: 840px;
    margin: 0 auto;
}

#customization {
    margin: 180px 0 0 0;
    padding: 270px 0 60px 0;
    background: linear-gradient(90deg, #C8E1FA 0%, #EDF4FF 100%);
}

#customization > .container {
    position: relative;
}

#pricing_section {
    background: url(../images/pricing.svg), linear-gradient(90deg, #478BFF 0%, #02369D 100%);
    padding: 40px 64px;
    position: absolute;
    right: 0;
    left: 0;
    top: -460px;
    border-radius: 24px;
}

.pricing_title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.pricing_excerpt {
    color: #ffffff;
    font-size: 16px;
}

.pricing_row {
    width: 70%;
    margin: 40px 0;
}

.pricing_col {
    float: right;
    width: 33.33%;
}

.pricing_col_title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px 0;
    border-right: 2px solid #53DBFA;
    color: #ffffff;
    padding: 0 10px;
}

.pricing_col_excerpt {
    color: #DCECFC;
    font-weight: 300;
}

.pricing_cta a {
    color: #1463FF;
    padding: 12px 48px;
    border-radius: 12px;
    background: #ffffff;
    display: inline-block;
    font-weight: 600;
}

.customization_body {
    margin: 42px 0 0 0;
}

.customization_image {
    width: 760px;
    float: left;
}

.customization_list {
    width: calc(100% - 760px);
    padding: 0 0 0 60px;
    float: right;
}

.customization_list_item {
    color: #484C5B;
    padding: 20px 32px;
    border-radius: 16px;
    background-color: #F7FAFD;
    margin: 0 0 16px 0;
    cursor: pointer;
}

.customization_list_item:last-child {
    margin: 0;
}

.customization_list_item > div {
    font-size: 18px;
    font-weight: 600;
}

.customization_list_item > p {
    font-size: 16px;
    text-align: justify;
    color: #484C5B;
    margin: 24px 0 0 0;
}

.customization_list_item.active {
    background-color: #ffffff;
}

.customization_list_item.active > div {
    color: #1463FF;
}

.customization_list_item p,
.customization_list_item .line {
    display: none;
}

.customization_list_item.active p,
.customization_list_item.active .line {
    display: block;
}

.customization_list_item {
    cursor: pointer;
}

.line {
    width: 100%;
    height: 4px;
    background-color: #F7FAFD;
    position: relative;
    margin: 24px 0 0 0;
    border-radius: 20px;
}

.line span {
    width: 70px;
    height: 4px;
    background-color: #8DB2FB;
    position: absolute;
    border-radius: 20px;
}

.darsad {
    position: absolute;
    left: 0;
    bottom: 0;
}

.darsad_mobile {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.socials {
    float: left;
    margin: 0 0 0 -18px;
}

.social {
    display: inline-block;
    padding: 0 18px;
}

/* ----------- ERP Page ----------- */
#hero_erp {
    background-image: url(../images/hero-erp.svg);
    background-position: center -60px;
    background-size: cover;
    padding: 100px 0 800px 0;
    position: relative;
}

#hero_erp h1 {
    font-size: 48px;
    font-weight: 800;
    color: #191B23;
    text-align: center;
}

#hero_erp p {
    font-size: 18px;
    text-align: center;
    width: 900px;
    margin: 24px auto 0 auto;
    color: #191B23;
}

#history {
    margin: -200px 0 0 0;
    z-index: 999999;
    position: absolute;
}

#features {
    padding: 80px 0;
}

.features_row {
    margin: 42px -12px 0 -12px;
}

.feature_col3 {
    padding: 12px;
    width: 33.33%;
    float: right;
}

.feature_col2 {
    padding: 12px;
    width: 50%;
    float: right;
}

.feature_box {
    background-color: #EDF4FF;
    border-radius: 24px;
}

.feature_details {
    padding: 30px;
}

.feature_title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.feature_excerpt {
    color: #484C5B;
    min-height: 100px;
}

#benefits {
    margin: 180px 0 0 0;
    padding: 270px 0 60px 0;
    background-color: #F4F5F7;
}

#benefits > .container {
    position: relative;
}

.benefits_row {
    margin: 50px -12px 0 -12px;
}

.benefits_col {
    width: 33.33%;
    float: right;
    padding: 24px;
}

.benefits_icon {
    width: 49px;
}

.benefits_title {
    font-size: 20px;
    font-weight: 700;
    margin: 12px 0;
    color: #191B23;
}

.benefits_excerpt {
    font-size: 16px;
    color: #484C5B;
}

#growth_section {
    background: url(../images/pricing.svg), linear-gradient(90deg, #478BFF 0%, #02369D 100%);
    padding: 40px 64px;
    position: absolute;
    right: 0;
    left: 0;
    top: -440px;
    border-radius: 24px;
}

.growth_title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.growth_excerpt {
    color: #ffffff;
    font-size: 16px;
}

.growth_row {
    margin: 40px -30px 0 -30px;
}

.growth_col {
    float: right;
    width: 33.33%;
    padding: 0 30px;
}

.percentage {
    float: right;
    margin: -24px 0 0 0;
}

.percentage_n {
    font-weight: 800;
    font-size: 60px;
    color: #ffffff;
}

.percentage_d {
    font-weight: 600;
    font-size: 32px;
    color: #ffffff;
    margin: -30px 0 0 0;
    text-align: center;
}

.percentage_details {
    float: right;
    margin: 0 16px 8px 0;
    padding: 0 16px 0 0;
    border-right: 2px solid #53DBFA;
    width: calc(100% - 98px);
}

.percentage_title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.percentage_excerpt {
    font-size: 14px;
    margin: 6px 0 0 0;
    color: #ffffff;
}

#articles {
    padding: 80px 0;
}

.row_articles {
    margin: 50px -12px 0 -12px;
}

.col_article {
    width: 33.33%;
    padding: 12px;
    float: right;
}

.box_article {
    background-color: #EDF4FF;
    padding: 16px;
    border-radius: 24px;
}

.img_article {
    height: 234px;
}

.img_article img {
    border-radius: 16px;
}

.title_article {
    margin: 16px 0 8px 0;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.title_article a {
    color: #191B23;
    font-size: 16px;
    font-weight: 600;
}

.excerpt_article {
    color: #484C5B;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

#solutions {
    padding: 80px 0;
}

.solutions_row {
    margin: 42px -16px 0 -16px;
}

.solutions_col {
    width: 33.33%;
    float: right;
    padding: 0 16px;
}

.solutions_box {
    border-radius: 16px;
    padding: 24px;
    background-color: #F4F5F7;
}

.solutions_title {
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0;
    color: #191B23;
}

.solutions_excerpt {
    font-size: 14px;
    color: #484C5B;
}

#who {
    padding: 80px 0;
    background: url(../images/erp/who.svg), linear-gradient(90deg, #122346 0%, #1D325D 100%);
}

#who .main_title,
#who .main_excerpt {
    color: #ffffff;
}

.who_row {
    margin: 62px 0 0 0;
}

.who_col {
    width: 50%;
    float: right;
    padding: 0 0 62px 0;
}

.who_col:nth-child(1),
.who_col:nth-child(3) {
    padding: 0 0 62px 62px;
}

.who_icon {
    width: 56px;
    background-color: #EBAB26;
    border-radius: 8px;
}

.who_title {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    margin: 24px 0;
}

.who_excerpt {
    font-size: 16px;
    color: #ffffff;
}

/* ----------- ERP Page ----------- */

/* ------------- Blog ------------- */
#archive {
    padding: 100px 0;
}

#main_page {
    padding: 100px 0;
}

.page_image_thumbnail img {
    border-radius: 12px;
}

.page_title {
    padding: 20px 0 0 0;
    font-size: 25px;
    font-weight: 600;
}

.page_title a {
    font-size: 25px;
    font-weight: 600;
}

.page_content {
    line-height: 28px;
    margin: 20px 0;
    font-weight: 300;
    font-size: 17px;
    color: #515151;
    text-align: justify;
}

.page_content h1 {
    font-size: 22px;
}

.page_content h2 {
    font-size: 20px;
}

.page_content h3 {
    font-size: 18px;
}

.page_content h4 {
    font-size: 16px;
}

.page_content h5 {
    font-size: 14px;
}

.page_content h6 {
    font-size: 12px;
}

.page_content a {
    color: #3030ff;
}

.page_content p {
    font-weight: 300;
    margin-bottom: 10px;
}

.page_content ul li {
    list-style: disc;
    list-style-position: inside;
}

.page_content ol li {
    list-style-position: inside;
}

.page_content img {
    width: auto !important;
    margin: 20px 0;
    border-radius: 5px;
}

.page_content a img {
    display: block;
    margin: 20px auto;
    border-radius: 5px;
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0 !important;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.alignright {
    float: right;
    margin: 0 0 15px 15px !important;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.pagination {
    display: table;
    margin: 30px auto 0 auto;
}

.pagination .page-numbers {
    background: #EDF4FF;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    margin: 0 3px;
}

.page-numbers.current {
    background: #1463ff;
    color: #ffffff;
}

/* ------------- Blog ------------- */
@media only screen and (max-width: 599px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }

    #hero h1 {
        font-size: 14px;
    }

    #hero h2 {
        font-size: 22px;
    }

    .buttons {
        display: block;
    }

    .button {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .button a {
        display: block;
    }

    .demo_button {
        margin: 0 0 10px 0;
    }

    .public_facilities_row {
        margin: 42px 0 0 0;
    }

    .public_facilities_col2 .public_facilities_details,
    .public_facilities_col2 .public_facilities_img,
    .public_facilities_col3, .public_facilities_col2 {
        width: 100%;
    }

    .demo_title {
        font-size: 20px;
        margin: 0 0 8px 0;
    }

    .demo_excerpt {
        font-size: 14px;
    }

    .col_demo_form {
        width: 100%;
        padding: 8px 0;
    }

    .col_footer_1 {
        width: 100%;
    }

    .col_footer_2, .col_footer_3, .col_footer_4 {
        width: 100%;
    }

    .main_modules_details {
        width: 100%;
    }

    .main_modules_image {
        width: 100%;
        margin: 0 0 12px 0;
    }

    .main_modules_details_content ul li {
        font-size: 13px;
    }

    .main_modules_body {
        padding: 30px 20px;
    }

    .main_modules_details_title {
        font-size: 18px;
    }

    #pricing_section {
        padding: 42px 24px;
        top: -477px;
        border-radius: 0;
    }

    .pricing_title {
        font-size: 20px;
    }

    .pricing_excerpt {
        font-size: 14px;
    }

    .pricing_col_title {
        font-size: 16px;
    }

    .pricing_col_excerpt {
        font-size: 12px;
    }

    .pricing_cta {
        display: none;
    }

    .pricing_row {
        margin: 24px 0 0 0;
    }

    .pricing_row, .main_excerpt {
        width: 100%;
    }

    .customization_image {
        width: 100%;
        margin: 0 0 16px 0;
    }

    .customization_list {
        width: 100%;
        padding: 0;
    }

    .pricing_col {
        width: 100%;
        margin: 8px 0;
    }

    #customization {
        margin: 350px 0 0 0;
        padding: 60px 0;
    }

    .main_title {
        font-size: 20px;
        text-align: right;
        margin: 4px 0 16px 0;
    }

    .main_excerpt {
        font-size: 14px;
        text-align: right;
    }

    .col_support {
        width: 100%;
        padding: 0 30px 30px 0;
    }

    .icon_support {
        margin: unset;
    }

    .excerpt_support, .title_support {
        text-align: right;
    }

    .col_support .circle {
        left: unset;
        top: 20px;
    }

    .title_support {
        margin: 8px 0;
    }

    #support .line {
        width: 1px;
        height: 580px;
        top: 325px;
        right: 25.5px;
    }

    .module_tabs {
        width: 85%;
    }

    .col_article {
        width: 100%;
    }

    .img_article {
        height: auto;
    }

    #hero {
        padding: 90px 0 855px 0;
    }

    #hero_erp p, .feature_col2, .feature_col3,
    .benefits_col {
        width: 100%;
    }

    .solutions_col {
        width: 100%;
        padding: 16px;
    }

    .who_col {
        width: 100%;
        padding: 0 0 62px 0 !important;
    }

    .main_top_title {
        font-size: 14px;
        text-align: right;
    }

    .customization_list_item > p {
        font-size: 14px;
        margin: 8px 0 0 0;
    }

    .customization_list_item {
        padding: 12px 24px;
    }

    .darsad_mobile {
        display: block;
    }

    .main_menu, .cta_demo, .modules, .darsad {
        display: none;
    }
}
