﻿@keyframes loading_animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes open_side_menu_animation {
    0% {
        right: -75%;
    }

    100% {
        right: 0%;
    }
}

@keyframes close_side_menu_animation {
    0% {
        right: 0%;
    }

    100% {
        right: -75%;
    }
}

@font-face {
    font-family: 'main_font';
    src: url("../fonts/HelveticaNeueThin.otf");
}

@font-face {
    font-family: 'title_font';
    src: url("../fonts/cooperl.ttf");
}

body{
    display: flow-root;
    background-color: #FFF7EE !important;
    /*background-color: #ffe1e1 !important;*/
    background: url("../images/bgmain.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

* {
    margin: 0;
    padding: 0;
    font-family: var(--bs-font-sans-serif);
}

h1, h2, h3, strong 
{
    font-family: 'title_font'
}

#top_menu {
    width: 100%;
    height: 70px;
    padding-top: 21vh;
    display: block;
    margin: 0 auto;
}

#top_menu_inside {
    width: 100%;
    position: relative;
    direction: rtl;
}

    #top_menu_inside > ul {
        display: flex;
    }

        #top_menu_inside > ul > li {
            list-style: none;
            padding: 0px 20px;
            cursor: pointer;
        }

            #top_menu_inside > ul > li > a {
                text-decoration: none;
                color: #252421;
                font-size: 1em;
            }

#top_menu_inside_logo {
    width: 5.5rem;
    position: absolute;
    left: 0;
    /*top: -3.1rem;*/
    top: -2.4rem;
}

#bottom_loader {
    width: 100%;
    height: 60px;
    background: transparent;
    display: flex;
    justify-items: center;
    align-items: center;
}

#bottom_loader_loading {
    width: 30px;
    height: 30px;
    background: transparent;
    margin: 0 auto;
    border: 3px solid transparent;
    border-bottom: 3px solid #F00;
    border-radius: 100%;
    animation: loading_animation 2s linear infinite;
}

.container_default {
    /*max-width: 66% !important;*/
    max-width: 990px !important;
}

    .container_default > div {
        width: 100%;
    }

#mobile_menu_btn 
{
    display: none;
}

#mobile_menu_btn>i
{
    font-size : 30px;
    color:#333;
}

#home_title {
    color: #252421;
    letter-spacing: -0.075rem;
    width: 100%;
    font-size: 4.8rem;
    line-height: 1.25;
    font-weight: 400;
    margin-top: 150px;
    font-family: 'title_font';
}

#dialog_background_size {
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
}

.dialog_background {
    width: 100%;
    height: 100vh;
    background: #66666666;
    position: fixed;
    top: 0;
    left: 0;
}

#aj_dialog {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #66666666;
    z-index: 99;
    display: none;
    justify-content: center;
    align-items: center;
}

#aj_dialog_content 
{
    z-index: 9999;
    width: 50%;
    max-height: 75%;
    /* height: 75%; */
    background-color: #FFFFFF;
    border-radius: 10px;
    direction: ltr;
    padding: 14px 24px;
    overflow-y:scroll;
}

#search_dialog_content 
{
    z-index: 9999;
    width: 50%;
    max-height: 75%;
    /* height: 75%; */
    background-color: #FFFFFF;
    border-radius: 10px;
    direction: ltr;
    padding: 14px 24px;
    overflow-y: scroll;
}

#teer_control_div {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#teer_next_button, #teer_priv_button {
    width: 30px;
    height: 30px;
    background: #666;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
    border: none;
    outline: none;
    border-radius: 100;
}

#teer_next_button > *, #teer_priv_button > * {
    font-size: 14px;
    color: #FFF;
}

#aj_dialog_content::-webkit-scrollbar, #search_dialog_content::-webkit-scrollbar 
{
    z-index: 9999;
    width: 50%;
    max-height: 75%;
    /* height: 75%; */
    background-color: #FFFFFF;
    border-radius: 10px;
    direction: ltr;
    padding: 14px 24px;
    overflow-y: scroll;
}
{
    display:none;
}

.top_pnp_tbl_1, .top_pnp_tbl_2, .top_pnp_tbl_3, .top_pnp_tbl_4, .top_pnp_tbl_5, .top_pnp_tbl_6
{
    width:100%;
    text-align:center;
}

.pnp_cel_5>p
{
    margin-bottom:0px !important;
}

.top_pnp_tbl_5, .top_pnp_tbl_6 {
    width: 60%;
    text-align: center;
}

    #aj_dialog_alert {
        z-index: 9999;
        width: 50%;
        height: 50%;
        background-color: #FFFFFF;
        border-radius: 10px;
        direction: ltr;
        padding: 14px;
    }

@media screen and (max-width : 720px) {

    #aj_dialog_alert, #aj_dialog_content,#search_dialog_content {
        width: 90%;
    }

    #aj_dialog_content {
        overflow-y: scroll;
    }
}

#dialog_alert_message_box_text {
    margin-top: 20px;
    color: #666666;
    font-size: 18px;
    text-align: center;
}

#dialog_alert_message_box_button {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 14px;
    background-color: #701fc9;
    color: #FFF;
    cursor: pointer;
}

#home_subtitle {
    color: #252421;
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 34px;
}

#home_line_seprator {
    margin-top: 50px;
    width: 100%;
    height: 1px;
    background: #CCCCCC;
}

.home_list {
    width: 100%;
}

.home_list_row {
    width: 100%;
    height:140px;
    display: flex;
    border-bottom: 1px solid #66666666;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items:center;
}

    .home_list_row > p {
        /*width:100% !important;*/
        /*font-size: 18px;*/
        /*font-size:14px;*/
        font-size: 16px;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home_list_row > * {
        /*margin: 40px 45px !important;*/
    }


.pnp_list {
    width: 100%;
    display:table;
}

.pnp_list_row {
    width: 100%;
    display: table-row;
    border-bottom: 1px solid #66666666;
}

.pnp_list_row > p {
    padding : 15px 2px;
    font-size: 14px;
    display:table-cell;
    text-align:center;
}

.pnp_list_row > p > button {
    padding : 5px;
    font-size : 12px;
    border:none;
    border-radius:5px;
}

.home_list_row > p > button {
    padding: 5px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    border: none;
    color:#333;
}

.pnp_list_row > p > button {
    border: none;
}

.pnp_list_row > * {
    margin: 40px 45px !important;
}

.noc_contant
{
    /*margin-top : 150px;*/
}

.pnp_contant {
    margin-top: 150px;
}

.noc_contant>*
{
    display:none;
}

    #main_footer {
        margin-top: 60px;
        margin-bottom: -50px;
    }

    #main_footer > p {
        text-align: center;
    }

        #main_footer > p > a {
            color: #fe3a3a;
            text-decoration: none;
        }

.contact_title {
    margin-top: 32px;
    margin-bottom: 3px;
    color: #fe3a3a;
}

.contact_text {
    /*margin-bottom: 0;
    text-align:justify;
    word-spacing:-2px;*/
    margin-bottom: 0;
    text-align: left;
    word-spacing: 0px;
}

.process_div {
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process_div > div > * {
    display: block;
    text-align: center;
    margin: 16px auto;
}

#main_content {
    width: 100%;
    height: 500px;
}

.web_scapping {
    width: 100%;
    height: 100vh;
}

    .web_scapping::-moz-viewport-scroll {
        display: none;
    }

.nav {
    display: none;
}

.content_left_side, .content_right_side {
    margin-top: 50px !important;
}

.email_us {
    margin-top: 50px !important;
}

#main_footer>ul
{
    display:flex;
    justify-content:center;
    padding-left:0;
    margin-bottom : 5px;
}

#main_footer > ul > li
{
    list-style:none;
    margin : 10px;
}

#main_footer > ul > li > a > i {
    font-size: 20px;
    color: #555;
}

#main_footer > ul > li > a > i:hover 
{
    color: #fe3a3a;
    transition : all ease-in-out 0.3s;
}

a
{
    color:#fe3a3a;
}

.pnp_cel_1, .pnp_cel_2, .pnp_cel_3, .pnp_cel_4 {
    width: 100% !important;
    text-decoration: none !important;
}

.pnp_cel_5, .pnp_cel_6
{
    width : 60% !important;
}

.pnp_cel_2, .pnp_cel_3 {
    /*font-size: 12px !important;*/
}

.pnp_cel_1
{
    display:inline-flex;
}

.pnp_cel_1 > img {
    margin: 0px 10px;
}

.pnp_list_row_header > p {
    font-weight: bold;
    font-family: 'title_font';
}

.info
{
    position:relative;
}

.infocontent {
    position: absolute;
    width: 228px;
    top: -137px;
    background: #FFF;
    padding: 20px;
    border-radius: 20px;
    display: none;
}

.info:hover .infocontent {
    display: block;
}

#search_button 
{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #666;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
}

#search_button>*
{
    color:#FFF;
    font-size:18px;
}

@media screen and (min-width: 1023px) {
    #top_menu_inside {
        width: 100%;
        position: relative;
        direction: rtl;
    }

    #top_menu_inside > ul {
        display: flex !important;
        direction: ltr;
        float: right;
    }

    #top_menu_inside > ul > li > a > i {
        display: none;
    }

    .pnp_cel_1
    {
        pointer-events:none;
    }

    .pnp_list {
        display: table !important;
    }

    .pnp_list_row {
        display: table-row !important;
    }

    .pnp_list_row > p {
        display: table-cell !important;
    }

    .pnp_cel_3, .pnp_cel_5 
    {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pnp_cel_3 > p 
    {
        margin-bottom: 0rem !important;
    }

}

@media screen and (min-width: 767px) and (max-width: 1023px) 
{
    #top_menu_inside {
        background: #FFFFFF;
        border-radius: 20px;
        height: 70px;
        z-index: 9;
        display: inline-table !important;
        /*height: 450px;*/
    }
}

@media screen and (max-width: 1023px) 
{
    #top_menu {
        padding-top: 30px;
    }

    #top_menu_inside {
        background: #FFFFFF;
        border-radius: 20px;
        height: 70px;
        z-index: 9;
        display:block;
        /*height: 450px;*/
    }

        #top_menu_inside > ul {
            display: none;
            /*display: inline-block;*/
            margin-top: 75px;
            padding-right: 7px !important;
        }

    #top_menu_inside_logo {
        /*top: 10px;*/
        top: 6.5px;
        left: 15px;
        width: 50px;
        display: block;
    }

    #mobile_menu_btn {
        display: block;
        border: none;
        outline: none;
        background: transparent;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    #top_menu_inside > ul > li > a {
        font-size: 1.3em;
    }

    #top_menu_inside > ul > li {
        padding: 10px 20px;
    }

    #top_menu_inside > ul > li > a > i {
        color: #252421;
        margin-left: 10px;
        font-size: 1.9rem;
        margin-right: -10px;
    }

    #home_title {
        color: #252421;
        letter-spacing: -0.075rem;
        width: 100%;
        font-size: 40px;
        line-height: 1.25;
        font-weight: 400;
        margin-top: 100px;
    }

    #home_subtitle {
        color: #252421;
        letter-spacing: -0.025rem;
        width: 100%;
        font-size: 20px;
        line-height: 1.5;
        font-weight: 400;
        margin-top: 10px;
    }

    .home_list_row {
        display: flow;
    }

        .home_list_row > * {
            margin: 20px 5px !important;
        }

    .content_right_side {
        margin-top: 50px !important;
    }

    .noc_contant, .pnp_contant {
        /*margin-top: 50px;*/
    }

    .pnp_list_row_header
    {
        display:none !important;
    }

    .pnp_list_row 
    {
        padding : 20px;
        display: block;
    }

    .pnp_list_row > p {
        display: table-header-group;
        text-align: left;
        padding: 10px !important;
    }

    .pnp_cel_1
    {
        font-weight:bold;
    }

    .pnp_cel_2, .pnp_cel_3, .pnp_cel_4, .pnp_cel_5, .pnp_cel_6 {
        display: none !important;
    }

    .home_list_row > p
    {
        /*width : 100% !important;*/
    }

    .home_list_row_cell
    {
        text-align:left;
    }

    .home_list_row_cell_title
    {
        font-weight:bold;
    }

    .home_list_row > p > button
    {
        font-size:15px;
    }

    .home_list_row
    {
        height:auto;
    }

    .pnp_cel_5, .pnp_cel_6 
    {
        width: 100% !important;
    }

    .infocontent 
    {
        left: 0px;
        top: 35px;
    }

    .info
    {
        display:none;
    }

    #search_button
    {
        right:25px;
        bottom:25px;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
    margin-top : 30px;
}