@font-face {
    font-family: 'Yekan';
    src: url('../fonts/BYekan+.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nazanin';
    src: url('../fonts/Digi Nazanin Plus Bold Circle.otf');
    font-weight: normal;
    font-style: normal;
}


/* remove deafault browser margin */
* {
    margin: 0;
    padding: 0;
}

.navbar {
    display: grid;
    grid-template-columns: 2fr repeat(4, 1fr) 2fr;
    place-items: center;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid rgb(225, 224, 224);
    height: 100px;
    width: 100%;
}

.navbar span {
    cursor: pointer;
}

.navbar span:hover {
    color: #3472af;
}

.logo {
    width: 25%;
    height: auto;
    /* background-color: #0984e3; */
}

.div_logo {
    display: grid;
    place-items: center;
}

.navbar span {
    font-size: 17px;
    font-family: 'Vazir';
    color: #2f3334;
}



.container {
    place-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 5px;
    /* background-color: #56c6a3; */
    width: 100%;
    max-height: 80vh;

}

.main-left {
    background-image: url('../images/left_side_img3.jpg');
    background-size: cover;
    background-position: center;
    background-color: rgb(60, 42, 24);
    border: none;
    width: 95%;
    height: 95%;
    display: grid;
    border-radius: 20px;
    box-shadow:
        /* 0 20px 0 #d4d4d4, */
        0 10px 20px rgba(0, 0.2, 0, 0.2),
        0 30px 20px rgba(0, 0.1, 0, 0.1);

    transition: all 0.2s ease;
    min-height: 75vh;
    max-height: 80vh;

}

.main-right {
    background-image: url('../images/right_side_img2.jpg');
    background-size: cover;
    background-position: center;
    border: none;
    width: 95%;
    height: 95%;
    display: grid;
    grid-template-rows: repeat(24, 1fr);
    grid-template-columns: repeat(24, 1fr);
    direction: rtl;
    place-items: center;
    border-radius: 20px;

    box-shadow:
        /* 0 20px 0 #d4d4d4, */
        0 20px 20px rgba(0, 0, 0, 0.2),
        0 30px 40px rgba(0, 0, 0, 0.1);

    transition: all 0.2s ease;

    min-height: 75vh;
    max-height: 80vh;

}

.main-right h2 {
    font-size: 46px;
    font-family: 'Nazanin', Helvetica, sans-serif;
    /* margin-left: 60px; */
    color: #2c3e50;
    grid-row: 6/7;
    grid-column: 1/-1;
}

.main-right h3 {
    font-size: 40px;
    font-family: 'Nazanin', Arial, sans-serif;
    /* margin-left: 30px; */
    color: #1e3799;
    grid-row: 7/8;
    grid-column: 1/-1;
}

.main-right h5 {
    font-size: 20px;
    font-family: 'Vazir', Arial, sans-serif;
    /* margin-left: 30px; */
    color: #7f8c8d;
    grid-row: 9/10;
    grid-column: 2/24;
    font-weight: normal;
    /* background-color: aliceblue; */
}

.upl_but {
    display: grid;
    grid-template-columns: 2fr 1fr;
    place-items: center;
    background-color: #249D8F;
    padding: 10px 20px;
    font-size: 22px;
    font-family: 'Vazir', Arial, sans-serif;
    border: none;
    border-radius: 12px;
    grid-row: 11/13;
    grid-column: 6/18;
    transition: all .2s ease;
    cursor: pointer;
    color: black;
    transition: all 0.5s;
}



/* From Uiverse.io by NorthFishHasNa */

.upl_but span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    color: whitesmoke;
    font-family: 'Nazanin';
}

.upl_but img {
    transition: 0.3s;
}

.upl_but span:after {
    position: absolute;
    opacity: 0;
    top: 0;
    transition: 0.3s;
}

.upl_but:hover span,
.upl_but:hover img {
    padding-right: 2px;
}

.upl_but:hover span:after {
    opacity: 1;
    right: 0;
}

.upl_but:active {
    transform: scale(0.95);
}



.icon_up {
    width: 60%;
    height: 70%;
}

.mrn1 {
    display: grid;
    grid-template-columns: 1fr 3fr;
    place-items: center;
    background-color: #d5ebe2;
    color: #157c51;
    padding: 0.1em;
    font-size: 16px;
    font-family: 'Vazir', Arial, sans-serif;
    border: 1px solid #87ddb9;
    border-radius: 50px;
    grid-row: 2/4;
    grid-column: 2/10;
    justify-self: center;
}

.icon_ai {
    width: 40%;
    height: auto;
}

.con1 {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    place-items: center;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 22px;
    font-family: 'Vazir', Arial, sans-serif;
    border: none;
    grid-row: 13/-1;
    grid-column: 1/-1;
}

.con2 {
    display: grid;
    grid-template-columns: 1fr 4fr;
    place-items: center;
    color: #7f8c8d;
}

.icon_tik {
    width: 20px;
    height: 20px;
}

.btn-pro-ghost {
    font-family: 'Yekan';
    background: transparent;
    color: white;
    border: 2px solid #1166a7;
    background-color: #1166a7;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
}

.btn-pro-ghost:hover {
    background: #0984e3;
    border: 2px solid #177bc7;
    transform: translateY(-2px);
}

.btn-pro-ghost:active {
    transform: translateY(0);
}


.body_1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    place-items: center;
    direction: rtl;
    gap: 2.5em;
    width: 90%;
    margin: auto;
    margin-top: 5%;
    /* background-color: red; */

}

.body_1 div {
    padding: 10px;
    /* background-color: #e7f1f4; */
}


.b1d1 {
    display: grid;
    grid-template-columns: 1fr 3fr;
    place-items: center;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    box-shadow:
        0 30px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    width: 100%;
    max-height: 100%;

}

.icon_ocr {
    width: 65%;
    height: auto;
}

.icon_global {
    width: 65%;
    height: auto;
}

.icon_table {
    width: 65%;
    height: auto;
}

.icon_pencil {
    width: 75%;
    height: auto;
}

.b1d1 span:nth-child(1) {
    color: black;
    font-family: 'Vazir';
    font-size: 18px;
    white-space: nowrap;
}

.b1d1 span:nth-child(2) {
    color: black;
    font-family: 'Vazir';
    font-size: 14px;
}

.b1d1 div {
    display: grid;
    grid-template-rows: 1fr 2fr;
    justify-items: right;
    align-items: center;
    width: 100%;
}

.img1 {
    margin-top: 5%;
}

.icon_robot {
    height: 40%;
    width: 40%;
}


.txt1 {
    display: grid;
    place-items: center;
    margin-top: 8%;
}

.txt1 h1 {
    font-family: 'Yekan';
    font-size: 40px;
    color: #37474f;
}



.container_3 {
    display: grid;
    grid-template-columns: 5fr 1fr 5fr 1fr 5fr;
    direction: rtl;


}

.con_div {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: repeat(24, 1fr);
    /* background-color: #1166a7; */
    padding: 30px;
    direction: rtl;
    padding: 0px 50px 0px 50px;
    margin: 0;
    margin-top: 10px;
    align-items: center;
}

#divss1 {
    /* background-color: #691ed2; */
    grid-row: 1/-1;
    grid-column: 1/8;
    text-align: center;
    /* background-color: #5c3838; */
    border-radius: 50%;
    padding: 8px;
    width: 50%;
    height: auto;
    border: 0.5px solid rgb(125, 121, 121);
}

.gc_con_div {
    background: linear-gradient(135deg, #7158e2, #cd84f1);
}

#divss2 {
    /* background-color: #35cd3d; */
    grid-row: 6/11;
    grid-column: 8/-1;
    font-family: 'Vazir';
    font-size: 18px;
}

#divss3 {
    /* background-color: #b41616; */
    grid-row: 5/-1;
    grid-column: 8/-1;
    font-family: 'Vazir';
    font-size: 16px;
}


.arrow_icon {
    width: 50%;
    height: 30%;
}

.arrow_icon_div {
    display: grid;
    place-items: center;
    /* background-color: #157c51; */
}

.container_4 {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.img_pipeline {
    width: 100%;
    height: 100%;
}

.con4_d1 {
    /* background-color: #b1b2b3; */
    display: grid;
    place-items: center;
}

.con4_d1_div {
    margin-right: 1em;
    background-color: #f7f7f7;
    border: 2px solid white;
    border-radius: 1em;
    padding: 0;
    display: grid;
    place-items: center;
    max-height: 70vh;
    max-width: 28vw;
    grid-template-columns: repeat(48, 1fr);
    grid-template-rows: repeat(48, 1fr);
    direction: rtl;
    cursor: default;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06), 0 8px 20px rgba(0, 0, 0, 0.03);
}

.scn_img {
    grid-column: 1/-1;
    grid-row: 1/15;
    background: linear-gradient(45deg, #45aaf2, #cd84f1);
    width: 20%;
    height: auto;
    padding: 3px;
    border-radius: 1em;
}

.con4_d1_div h3 {
    font-size: 1.8em;
    grid-column: 1/-1;
    grid-row: 13/16;
    font-family: 'Vazir';
    font-weight: 600;

}

.con4_d1_div h5 {
    font-size: 1em;
    grid-column: 8/42;
    grid-row: 15/25;
    font-family: 'Vazir';
    text-align: center;
    color: #707373;
}

.c4_d1_d_d1 {
    /* background-color: #7a4444; */
    grid-column: 1/-1;
    grid-row: 25/30;
    display: grid;
    place-items: center;
    max-height: 6vh;
    max-width: 20vw;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: repeat(24, 1fr);
    padding: 0;
    padding-top: 12px;
    border-top: 1px solid #a8a6a6;
}

.c4_d1_d_d2 {
    /* background-color: #7a4444; */
    grid-column: 1/-1;
    grid-row: 30/35;
    display: grid;
    place-items: center;
    max-height: 6vh;
    max-width: 20vw;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: repeat(24, 1fr);
    padding: 0;
    padding-top: 12px;
}

.c4_d1_d_d3 {
    /* background-color: #7a4444; */
    grid-column: 1/-1;
    grid-row: 35/40;
    display: grid;
    place-items: center;
    max-height: 6vh;
    max-width: 20vw;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: repeat(24, 1fr);
    padding: 0;
    padding-top: 12px;
}

.img111 {
    width: 50%;
    height: auto;
    grid-column: 20/-1;
    grid-row: 1/-1;
    background-color: #dae7f7;
    border-radius: 0.5em;
    padding: 3px;
}

.img222 {
    width: 50%;
    height: auto;
    grid-column: 1/4;
    grid-row: 1/-1;
}

.c4_d1_d_d1 span {
    font-size: 14px;
    font-family: 'Vazir';
    grid-column: 2/20;
    grid-row: 1/-1;
}

.c4_d1_d_d2 span {
    font-size: 14px;
    font-family: 'Vazir';
    grid-column: 2/20;
    grid-row: 1/-1;
}

.c4_d1_d_d3 span {
    font-size: 14px;
    font-family: 'Vazir';
    grid-column: 2/20;
    grid-row: 1/-1;
}

.spn_lock {
    grid-column: 1/-1;
    grid-row: 40/-1;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    /* background-color: #542c2c; */
    max-width: 20vw;
    max-height: 5vh;
    place-items: center;
}

.spn_lock img {
    width: 50%;
    height: auto;
    grid-column: 10/12;
    grid-row: 1/-1;
}

.spn_lock span {
    font-size: 12px;
    font-family: 'Vazir';
    grid-column: 1/12;
    grid-row: 1/-1;
    color: #2f3334;
}


.img111.purple_color {
    background-color: rgb(229, 220, 235);
}

.img111.orange_color {
    background-color: rgb(250, 236, 219);
}


.profile_icon {
    width: 60%;
    height: 60%;
    background-color: #51acd0;
    border-radius: 50%;
    cursor: pointer;
}



.nav2 {
    font-family: 'Yekan';
    font-size: 16px;
    background-color: #fff;
    height: 20vh;
    max-height: 30vh;
    border: 1px solid #f0f0f0;
    color: #2f3334;
    max-width: 95%;
    margin: auto;
    box-shadow:
        0 30px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 2%;
    margin-top: 5%;
    grid-template-rows: 4fr 1fr;

}

.nav2_child_div {
    max-width: 90%;
    height: 100%;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    place-items: center;
    /* background-color: #b36464; */
    height: 15vh;
    justify-items: center;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.d11 {
    width: 100%;
    height: 90%;
    cursor: pointer;
    /* background-color: #e0fcbd; */
    text-align: center;
    border-left: 1px solid #dfdfdf;
    display: grid;
    grid-template-rows: 2fr 1fr;
    place-items: center;
}

.d11 img {
    width: 20%;
    height: auto;
    border-radius: 20%;
    padding: 5px;
}

.b_n {
    border-left: none;
}

.d11:hover {
    color: rgb(169, 87, 87);
}

.website_addr {
    font-family: 'Vazir';
    color: #2f3334;
    font-size: 12px;
}










/* 375-600 mobile
600-1023 tablet
1024-1500 laptop
1500-1919 desktop */



@media screen and (max-width: 599px) {

    .navbar {
        grid-template-columns: 2fr repeat(4, 1fr) 2fr;
        gap: 5px;
    }

    .navbar>div:nth-of-type(1) {
        text-align: center;
    }

    .logo {
        width: 50%;
    }

    .profile_icon {
        width: 45%;
        height: auto;
    }

    .navbar span {
        font-size: 11px;
    }

    .btn-pro-ghost {
        padding: 10px 10px;
        font-size: 10px;
    }

    .mrn1 {
        font-size: 8px;
        grid-template-columns: 1fr 2fr;
        grid-column: 2/9;
        padding-left: 3px;
        white-space: nowrap;
    }

    .main-left {
        margin-top: 5%;
        min-height: 35vh;
        max-height: 40vh;
    }

    .main-right {
        min-height: 35vh;
        max-height: 40vh;
    }

    .main-right h2 {
        font-size: 22px;
    }

    .main-right h3 {
        font-size: 20px;
    }

    .main-right h5 {
        font-size: 12px;
    }

    .body_1 {
        gap: 0.5em;
    }

    .upl_but {
        font-size: 15px;
        padding: 10px 10px;
        grid-row: 12/15;
    }

    .icon_up {
        width: 45%;
        height: auto;
        justify-self: start;
    }

    .con1 {
        font-size: 12px;
    }

    .b1d1 span:nth-child(1) {
        font-size: 14px;
    }

    .b1d1 span:nth-child(2) {
        font-size: 12px;
    }

    .icon_ocr {
        width: 60%;
        height: auto;
    }

    .icon_global {
        width: 60%;
        height: auto;
    }

    .icon_table {
        width: 60%;
        height: auto;
    }

    .icon_pencil {
        width: 60%;
        height: auto;
    }

    .txt1 h1 {
        font-size: 24px;
    }

    .container_3 {
        overflow-x: auto;
        gap: 10px;
    }

    #divss2 {
        font-size: 14px;
        grid-column: 6/-1;
        margin-top: 1em;
    }

    #divss3 {
        font-size: 14px;
        grid-column: 6/-1;

    }

    .con_div {

        padding: 10px;
        height: 20vh;
        min-width: 60vw;

    }

    .container_4 {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }

    .con4_d1 {
        padding-right: 0em;
        padding-top: 3em;
        margin: 2%;
    }

    .con4_d1 h3 {
        font-size: 1em;
    }

    .nav2 {
        font-size: 12px;
        margin-top: 5%;
    }

    .icon_upload_1 {
        width: 100%;
        height: 100%;
    }

    #divss1 {
        grid-column: 1/6;
    }

    .arrow_icon_div {
        min-width: 10vw;
        height: auto;
        /* background-color: #0984e3; */
    }

    .arrow_icon {
        width: 100%;
        height: auto;
        margin-top: 2vh;
    }

    .con4_d1_div {
        max-width: 90%;
    }

    .c4_d1_d_d1 {
        max-width: 90%;
    }

    .c4_d1_d_d2 {
        max-width: 90%;
    }

    .c4_d1_d_d3 {
        max-width: 90%;
    }

    .spn_lock {
        max-width: 90%;
    }

    .con4_d1_div h5 {
        font-size: 0.9em;
    }

}





























@media screen and (min-width: 600px) and (max-width: 1023px) {

    .navbar {
        grid-template-columns: 2fr repeat(4, 1fr) 2fr;
        gap: 5px;
    }

    .navbar>div:nth-of-type(1) {
        text-align: center;
    }

    .logo {
        width: 40%;
        height: auto;
    }

    .profile_icon {
        width: 45%;
        height: auto;
    }

    .navbar span {
        font-size: 15px;
    }

    .btn-pro-ghost {
        padding: 10px 10px;
        font-size: 10px;
    }

    .mrn1 {
        font-size: 8px;
        grid-template-columns: 1fr 2fr;
        grid-column: 2/9;
        padding-left: 3px;
        white-space: nowrap;
    }

    .main-left {
        min-height: 35vh;
        max-height: 40vh;
    }

    .main-right {
        min-height: 35vh;
        max-height: 40vh;
    }

    .main-right h2 {
        font-size: 22px;
    }

    .main-right h3 {
        font-size: 20px;
    }

    .main-right h5 {
        font-size: 12px;
    }

    .upl_but {
        font-size: 15px;
        padding: 10px 10px;
        grid-row: 12/15;
    }

    .icon_up {
        width: 45%;
        height: auto;
        justify-self: start;
    }

    .con1 {
        font-size: 12px;
    }

    .b1d1 span:nth-child(1) {
        font-size: 14px;
    }

    .b1d1 span:nth-child(2) {
        font-size: 12px;
    }

    .icon_ocr {
        width: 80%;
        height: auto;
    }

    .icon_global {
        width: 80%;
        height: auto;
    }

    .icon_table {
        width: 80%;
        height: auto;
    }

    .icon_pencil {
        width: 80%;
        height: auto;
    }

    .txt1 h1 {
        font-size: 24px;
    }

    .container_3 {
        overflow-x: auto;
        gap: 10px;
    }

    #divss2 {
        grid-column: 6/-1;
        margin-top: 1em;
    }

    #divss3 {
        grid-column: 6/-1;
    }

    .con_div {

        padding: 10px;
        height: 20vh;
        min-width: 60vw;

    }

    .container_4 {
        grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    }

    .con4_d1 {
        padding-right: 0em;
        padding-top: 3em;
        margin: 2%;
    }

    .con4_d1 h3 {
        font-size: 1.5em;
    }

    .nav2 {
        font-size: 12px;
        margin-top: 5%;
        max-height: 50vh;
    }

    .icon_upload_1 {
        width: 100%;
        height: 100%;
    }

    #divss1 {
        grid-column: 1/6;
    }

    .arrow_icon_div {
        min-width: 10vw;
        height: auto;
        /* background-color: #0984e3; */
    }

    .arrow_icon {
        width: 70%;
        height: auto;
    }

    .con4_d1_div {
        max-width: 90%;
    }

    .c4_d1_d_d1 {
        max-width: 90%;
    }

    .c4_d1_d_d2 {
        max-width: 90%;
    }

    .c4_d1_d_d3 {
        max-width: 90%;
    }

    .spn_lock {
        max-width: 90%;
    }

    .d11 {
        grid-template-rows: 1fr 1fr;
    }
    .d11 img {
        width: 40%;
    }
    .d11 span {
        font-size: 1.3em;
    }
    .nav2_child_div {
        height: 100%;
    }


    .img111 {
        width: 40%;
    }

    .c4_d1_d_d1 span {
        font-size: 18px;
    }
    
    .c4_d1_d_d2 span {
        font-size: 18px;
    }
    
    .c4_d1_d_d3 span {
        font-size: 18px;
    }

    .spn_lock span {
        font-size: 13px;
    }
    .scn_img {
        width: 15%;
    }

}










@media screen and (min-width: 1500px) and (max-width: 1919px) {
    .navbar span {
        font-size: 20px;
    }

    .profile_icon {
        width: 70%;
        height: auto;
    }

    .icon_global {
        width: 70%;
        height: auto;
    }

    .icon_table {
        width: 70%;
        height: auto;
    }
    .icon_pencil {
        width: 70%;
        height: auto;
    }
    .icon_ocr {
        width: 70%;
        height: auto;
    }

    .icon_up {
        width: 50%;
        height: auto;
    }

    .upl_but {
        width: 30%;
        font-size: 24px;
        grid-column: 1/-1;
    }

    .b1d1 span:nth-child(1) {
        font-size: 22px;
    }

    .b1d1 span:nth-child(2) {
        font-size: 18px;
    }

    #divss2 {
        font-size: 22px;
    }
    #divss3 {
        font-size: 18px;
    }
    .con4_d1_div h5 {
        font-size: 1.15em;
    }
    .c4_d1_d_d1 span {
        font-size: 16px;
    }

    .c4_d1_d_d2 span {
        font-size: 16px;
    }
    .c4_d1_d_d3 span {
        font-size: 16px;
    }

    .spn_lock span {
        font-size: 14px;
        grid-column: 1/11;
    }
    .website_addr {
        font-size: 16px;
    }
}