html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html, body {
    position: relative;
    width: 100%;
    min-height: 100vh;
    direction: rtl;
    font-family: 'IRANSans';
}

#hexagon_box {
    position: relative;
}

#hexagon_background {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: calc(100vh - 10px);
}

#particles {
    background: #353535;
    width: 100%;
    height: 100%;
}

#hexagonGrid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    direction: ltr;
}

#hexagonGrid .row-item {
    display: inline-flex;
    margin-top: -8px;
    margin-left: -80px;
}

#hexagonGrid .row-item:nth-child(even) {
    margin-left: 2px;
}

#hexagonGrid .row-item .hexagon {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 1px 1px;
    /*clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
}

#hexagonGrid .row-item .hexagon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.95;
    transition: 1s;
}

#hexagonGrid .row-item .hexagon::after {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background: #292929;
    /*clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
}

#hexagonGrid .row-item .hexagon:hover::before {
    background: #FF6700;
    opacity: 1;
    transition: 0s;
}

div#phone img {
    width: 230px;
}

div#phone {
    position: absolute;
    left: 150px;
    top: 110px;
    z-index: 9;
}

div#hand {
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: 9;
    width: 30rem;
}

.menu {
    position: absolute;
    top: 20px;
    color: #848484;
    z-index: 9;
    width: 100%;
    font-size: 30px;
    margin-bottom: 0;
    /* background-color: #ffffff; */
    padding-top: 10px;
    border-bottom: 1px solid #ff670096;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.menu ul.main-menu {
    padding-right: 30px;
}

.menu ul li {
    display: inline-block;
    padding-bottom: 10px;
}

.menu ul li a:after {
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    background-color: transparent;
    position: absolute;
    top: calc(100% - 4px);
    margin-top: 10px;
    transition: 0.7s;
}

.menu ul.main-menu li a:hover:after {
    background-color: #FF7043;
}

.menu ul li a {
    text-decoration: none;
    font-size: 14px;
    color: white;
    transition: 0.7s;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.slider_text_item {
    position: absolute;
    left: 80px;
    top: calc(50% - 230px);
    width: 700px;
    z-index: 1;
    direction: rtl;
    padding: 20px;
    line-height: 20px;
    color: white;
}

.slider_text_item p {
    font-size: 12px;
    margin-top: 10px;
    line-height: 25px;
    color: white;
    text-align: justify;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/
/*.top-main-box {*/
/*    margin-top: 30px;*/
/*    margin-bottom: 30px;*/
/*}*/

.box-item {
    text-align: center;
    margin-bottom: 70px;
    background-color: #ffffffb0;
    position: relative;
    margin-top: 40px;
    padding: 1rem;
    border-radius: 5px;
    width: 268px;
}

.box-item i {
    color: #ff9800;
    font-size: 65px;
}

.box-item h2 {
    color: #455a64;
    font-weight: bold;
    margin-top: 20px;
}

.box-item p {
    font-size: 12px;
    margin-top: 10px;
}

.box-item img {
    width: 250px;
}

.login-register-box {
    position: absolute;
    top: 6px;
    left: 40px;
    display: flex;
    flex-direction: row;
}

/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*footer*/
footer {
    background-color: #212121;
}

.footer-title {
    color: white;
    margin-bottom: 40px;
    margin-top: 30px;
    border-bottom: 1px solid #757575;
    line-height: 37px;
}

.footer-content {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.footer-logo {
    width: 65px !important;
}

.footer-content img {
    width: 150px;
}

.footer-content p {
    font-weight: 400;
    font-size: .8rem;
    text-align: justify;
}

.contact-us-item i {
    background-color: #d65e0d;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-bottom: 10px;
    border-radius: 50%;
    margin-left: 10px;
    transition: 0.7s;
    cursor: pointer;
}


.full-width {
    width: 100%;
    text-align: center;
    padding: 40px;
    background-color: #1b1b1b;
    margin-top: 60px;
    color: #BDBDBD;
}


.swiper-slider-container {
    direction: ltr;
    margin-top: 30px;
    margin-bottom: 30px;
}

.button_slider_box {
    position: inherit;
    right: calc(100% - 15rem);
    bottom: 140px;
    color: #424242;
    width: 11.5rem;
}

.button_slider_item {
    margin-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: white;
    font-size: 0.7rem;
    padding-top: 4px;
    padding-bottom: 4px;
    transition: 0.7s;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}

.button_slider_item:hover {
    background-color: #c95100;
    color: white;
}

.app-screen-shot-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.app-screen-shot-note p {
    text-align: center;
    font-size: 0.9rem;
}

/*@media screen (max-width: 768px) {*/
/*    .menu {*/
/*        display: none !important;*/
/*    }*/
/*    #hexagon_box*/
/*    {*/
/*        display: none !important;*/
/*    }*/
/*}*/

@media (min-width: 768px) and (max-width: 991px) {
    .menu {
        display: none !important;
    }

    #hexagon_box {
        display: none !important;
    }

    .slider_text_item {
        display: none !important;
    }

    #top-main-box {
        display: none !important;
    }

    #bottom_slider_box {
        display: none !important;
    }
}


.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
}

ul.user-account-menu {
    padding: 0;
    font-family: inherit;
    font-size: 1.3rem;
    border-radius: 0;
    list-style: none;
    margin-top: 20px;
}
ul.user-account-menu li a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 1.1rem;
}


.web_menu {
    width: 300px;
    background-color: #37474F;
    position: fixed;
    top: 65px;
    right: 0;
    height: 100vh;
    box-shadow: 1px 1px 21px #a59f9f;
}
.user_info {
    background-color: #ffffff;
    border-left: 1px solid #d0d0d0;
    padding: 16px;
    text-align: right;
    display: flex;
    flex-direction: row;
}
.user_avatar_box {
    width: 50px;
}
img.user_avatar {
    width: 100%;
    border-radius: 10px;
    border: 1px solid grey;
}
.user_info_box {
    width: calc(100% - 50px);
}
.user_name {
    color: #000000;
    margin: 0;
    font-size: 1.2rem;
    margin-right: 20px;
    margin-bottom: 6px;
    border: 1px solid #b5b5b5;
    padding: 3px;
    border-radius: 5px;
    padding-right: 10px;
}
.user_mobile {
    color: #5a5a5a;
    margin: 0;
    font-size: 1.2rem;
    margin-right: 20px;
    margin-bottom: 6px;
    border: 1px solid #b5b5b5;
    padding: 3px;
    border-radius: 5px;
    padding-right: 10px;
}

.footer-content p {
    font-weight: normal;
    font-size: 0.8rem;
    text-align: justify;
}


/****************************************************************/
/****************************************************************/
/****************************************************************/
/****************************************************************/
section.about-us {
    background-image: url(../images/truck-background.jpg);
    height: 560px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
}

.about-left-side {
    width: 50%;
    padding: 10rem 4rem 4rem 4rem;
    color: white;
}

.about-right-side {
    width: 50%;
    padding: 14rem 14rem 4rem 4rem;
    color: white;
}
.about-title h1 {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 40px;
}

.about-left-side p {
    line-height: 42px;
}
.option-item span:nth-child(1) {
    background-color: white;
    width: 50px;
    height: 50px;
    color: black;
    text-align: center;
    margin-bottom: 20px;
    line-height: 50px;
    margin-left: 30px;
    border-radius: 50%;
    position: relative;
    border: 3px solid #c95100;
}

.option-item span:nth-child(1):after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 44px;
    right: 21px;
    background-color: #c95100;
    z-index: 0;
}

.option-item:last-child span:nth-child(1):after {
    content: '';
    width: 0 !important;
    height: 100%;
    position: absolute;
    top: 40px;
    right: 23px;
    background-color: white;
    z-index: 0;
}


section#top-main-box {
    position: relative;
    /* padding: 5rem; */
    margin-bottom: 130px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.top-main-box {
    width: 80%;
}

.home-box-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}


section#top-main-box:before {
    background-image: url(../images/truck-bk.jpg);
    padding: 24px;
    /* filter: blur(5px); */
    -webkit-filter: blur(3px);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}


#btn_user_menu {
    text-decoration: none;
    cursor: pointer;
    margin-left: 4rem;
    font-size: 1rem;
    color: #ffffff;
    background-color: #ff6700c9;
    padding: 3px 15px 3px 15px;
    border-radius: 50px;
    transition: 0.7s;
    font-size: 0.9rem;
}

#btn_user_menu:hover {
    color: black;
    background-color: white;
}

.user-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    background-color: #ffffffe3;
    position: absolute;
    top: 4.3rem;
    left: 1rem;
    width: 200px;
    display: none;
    border: 1px solid #c95100;
}

ul.user-menu li {
    padding: 10px;
    transition: 0.7s;
    font-size: 1.2rem;
    display: block;
}

ul.user-menu li a {
    color: #37474f;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 0.8rem;
}

ul.user-menu:before {
    content: '';
    display: block;
    border-top: 15px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    border-left: 7px solid transparent;
    border-bottom: 15px solid #c95100;
    top: -30px;
    left: calc(50% - 10px);
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 230px;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

ul.user-menu li:hover {
    background-color: #c95100;
}
ul.user-menu li:hover a
{
    color: white;
}

.swiper-slider-image {
    margin-right: 30px;
}

.swiper-slider-content h1 {
    text-align: right !important;
    color: white !important;
}

.swiper-pagination-bulvar {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: rgb(255, 255, 255);
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background-color: #0a83ff;
}

.active-slide {
    background-color: #c95100;
    color: white;
}

.button-box {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 9;
    top: calc(100% - 90px);
}

.button-box .btn {
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.2rem;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
    top: calc(100% - 80px) !important;
}

.site-header {
    position: absolute;
    top: 90px;
    left: calc(50% - 170px);
    z-index: 1;
    background-color: #c95100a8;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 340px;
    text-align: center;
}

.site-header h1 {
    color: #ffffff;
    font-size: 1.5rem;
    /* background-color: #ff6700; */
    padding-left: 20px;
    padding-right: 20px;.active-slide
}


.stick-menu
{
    position: fixed;
    background-color: #404040e3;
    border-bottom: 3px solid #c95100a8;
    top: 0;
    z-index: 10;
}

.stick-header
{
    position: fixed;
    top: 70px;
    z-index: 10;
}


.contact-us-item i:hover {
    background-color: white;
    color: #d65e0d;
}

.contact-us-item i {
    background-color: #d65e0d;
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    line-height: 32px;
    margin-bottom: 10px;
    border-radius: 50%;
    margin-left: 10px;
    transition: 0.7s;
    cursor: pointer;
}

