@font-face {
    font-family: 'PeydaBlack';
    src: url('/taski/fonts/Peyda/PeydaFaNum-Black.ttf');
}

@font-face {
    font-family: 'PeydaBold';
    src: url('/taski/fonts/Peyda/PeydaFaNum-Bold.ttf');
}
@font-face {
    font-family: 'PeydaExtraBold';
    src: url('/taski/fonts/Peyda/PeydaFaNum-ExtraBold.ttf');
}

@font-face {
    font-family: 'PeydaLight';
    src: url('/taski/fonts/Peyda/PeydaFaNum-Light.ttf');
}
@font-face {
    font-family: 'PeydaExtraLight';
    src: url('/taski/fonts/Peyda/PeydaFaNum-ExtraLight.ttf');
}

@font-face {
    font-family: 'PeydaMedium';
    src: url('/taski/fonts/Peyda/PeydaFaNum-Medium.ttf');
}

@font-face {
    font-family: 'PeydaRegular';
    src: url('/taski/fonts/Peyda/PeydaFaNum-Regular.ttf');
}

@font-face {
    font-family: 'PeydaSemiBold';
    src: url('/taski/fonts/Peyda/PeydaFaNum-SemiBold.ttf');
}

@font-face {
    font-family: 'PeydaThin';
    src: url('/taski/fonts/Peyda/PeydaFaNum-Thin.ttf');
}

@font-face {
    font-family: 'iransansMedium';
    src: url('/taski/fonts/iransans/IRANSansWeb_Medium.ttf');
}

body{
    background: #fff;
}

.rtl{
    direction:rtl;
}

p{
    font-family: 'PeydaRegular';
}

h3 , h2 , h1 , h4{
    font-family: 'PeydaSemiBold';
}

a{
    font-family: 'PeydaMedium';
}

.baseline{
    align-items: baseline;
}

.center{
    align-items: center;
}

/*menu style*/
.dreamit_nav_manu {
    background: #fff;
    width: 85%;
    margin: 0 auto -114px;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 2px 8px 0px #00000033;
    padding: 5px 0px;
}

.theme-btn{
    color:#F7A600 !important;
}

.sticky {
    left: 8% !important;
}

.dreamit_menu>ul>li>a{
    color: #444444;
    font-family: 'iransansMedium';
    font-weight: 500;
    font-size: 15px;
}

.user-nav-icons a i.isax-logout{
    transform: rotateY(180deg);
    margin-left: 5px;
}

.login_btn{
    width: 98px;
    height: 38px;
    background: #F7A600 !important;
    border:1px solid #F7A600;
    color: #fff !important;
    text-align: center;
}

.dreamit_menu>ul>li>a.login_btn:hover{
    background: #fff !important;
    border:1px solid #F7A600;
    color: #F7A600 !important;
}

.dreamit_menu>ul>li>a:after{
    display:none;
}

.dreamit_menu ul .sub-menu{
    background: #fff !important;
    box-shadow: 0px 2px 8px 0px #00000033;
    border-radius:20px 0px 20px 20px !important;
    right: 13px !important;
}

.dreamit_menu>ul>li>a:hover{
    color:#F7A600 !important;
}

.dreamit_menu ul .sub-menu li a {
    color:#848484 !important;
}

.dreamit_menu ul .sub-menu li:hover>a, .dreamit_menu ul .sub-menu li a.active, .dreamit_menu ul .sub-menu .sub-menu li:hover>a, .dreamit_menu ul .sub-menu .sub-menu li a.active, .dreamit_menu ul .sub-menu .sub-menu .sub-menu li:hover>a, .dreamit_menu ul .sub-menu .sub-menu .sub-menu li a.active, .dreamit_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a, .dreamit_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li a.active{
    color:#F7A600 !important;
}

.dreamit_menu ul .sub-menu li a{
    padding: 13px 25px 13px 35px;
    font-size: 14px;
}
/*end*/
/*slider*/
.section-slider{
    background: url("/taski/image/slider.png") no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 80px;
}

.slider-main-img{
    width: 55%;
    margin: 0 auto;
}

.title-slider-main{
    color: #444444;
    text-align: right;
    direction: rtl;
    padding-right: 75px;
}

.title-slider-main h3{
    font-family: 'PeydaSemiBold';
    font-size: 33px;
    font-weight: 900;
    color: #000;
}

.title-slider-main p{
    font-family: 'PeydaRegular';
    font-size: 16px;
}

.title-slider-main a{
    font-family: 'PeydaMedium';
    background: #1A5FD8;
    border:1px solid #1A5FD8;
    color:#fff;
    border-radius: 12px;
    width: 165px;
    font-weight: 100;
    font-size: 16px;
    padding: 5px 0px;
    text-align: center;
    display: block;
}

.title-slider-main a:hover{
    background: unset;
    border:1px solid #1A5FD8;
    color:#1A5FD8;
}

/*end*/
/*service*/
.service{
    padding: 70px 0px 20px;
}

.service-title{
    text-align: right;
    font-family: 'PeydaSemiBold';
    font-size: 33px;
}

.service-img{
    width: 80%;
    margin: 0 auto;
    display: block;
}

.service-description{
    direction: rtl;
}

.service-description p{
    text-align: right;
    font-size: 16px;
    color:#444444;
}

.service-description a{
    background: #1A5FD8;
    border:1px solid #1A5FD8;
    color:#fff !important;
    border-radius: 12px;
    width: 165px;
    font-weight: 100;
    font-size: 16px;
    padding: 5px 0px;
    text-align: center;
    display: block;
}

.service-description a:hover{
    background: unset;
    border:1px solid #1A5FD8;
    color:#1A5FD8 !important;
}

/*end*/
/*advantage*/
.advantage .row.rtl{
    width:100%;
}
.advantage{
    background: #EDEEEF;
    padding: 70px 0px;
    border-radius: 65px;
}

.title_advantage{
    text-align: center;
    margin: 0px 0px 40px;
    font-size: 33px;
}

.adv-row{
    background: #fff;
    box-shadow: 0px 2px 8px 0px #00000033;
    padding: 25px 15px;
    border-radius: 25px;
    width: 100%;
    height: 100%;
}

.adv-title{
    text-align: right;
    margin: 0;
    font-size: 16px;
}

.adv-img{
    width: 100%;
}
/*end*/
.driver{
    padding: 70px 0px 20px;
}

.driver-title{
    padding-right: 75px;
    text-align: right;
    font-family: 'PeydaSemiBold';
    font-size: 33px;
}

.driver-img{
    width: 80%;
    margin: 0 auto;
    display: block;
}
.driver-description {
    padding-right: 75px;
}
.driver-description p{
    text-align: right;
    font-size: 16px;
    color:#444444;
}

.driver-description a{
    background: #1A5FD8;
    border:1px solid #1A5FD8;
    color:#fff !important;
    border-radius: 12px;
    width: 165px;
    font-weight: 100;
    font-size: 16px;
    padding: 5px 0px;
    text-align: center;
    display: block;
}

.driver-description a:hover{
    background: unset;
    border:1px solid #1A5FD8;
    color:#1A5FD8 !important;
}

/*end*/
/*feature*/
.feature{
    padding: 70px 0px 90px;
    position:relative;
}

.title_feature{
    direction: rtl;
    text-align: center;
    background: #EFEFEF;
    width: 450px;
    border-radius: 50px;
    margin: 0 auto 40px;
    position: relative;
    height: 300px;
}

.border-gray:after{
    content:' ';
    position: absolute;
    background:url("/taski/image/border1.png") no-repeat;
    background-size: 100% 65%;
    background-position: top;
    width: 55%;
    height: 60%;
    top: 255px;
    left: 22%;
    z-index: -1;
}

.img_feature{
    width: 80%;
    margin: 0 auto;
    display: block;
    position: absolute;
    right: 10%;
    left: 10%;
    top: -100px;
}

.text_taski{
    position: absolute;
    bottom: 0px;
    left: 18%;
    right: 18%;
    margin: 0 0px 0px;
}

.text_taski h2{
    color: #F7A600;
    text-shadow: 2px 2px 0 rgb(255, 255, 255), -2px -2px 0 rgb(255, 255, 255), 2px -2px 0 rgba(255, 255, 255, 0.7), -2px 2px 0 rgba(255, 255, 255, 0.7);
    font-size: 60px;
}

.text_taski p{
    margin: 0px 92px 0px 0px;
    font-size: 16px;
}

.row_feature{
    background:url("/taski/image/row_feature.png") no-repeat;
    width: 85%;
    height: 190px;
    background-size: 90% 100%;
    padding: 0px 20px 0px;
    justify-content: center;
    align-items: center;
    background-position: center;
    text-align: right;
    margin: 0 auto;
}

.row_feature.feature-3{
    position: absolute;
    bottom: 200px;
    right: 0px;
}

/*.row_feature.feature-2{*/
/*    margin-top: 40px;*/
/*}*/

.row_feature.feature-1{
    position: absolute;
    bottom: 200px;
    left: 0px;
}

.icon_feature{
    width: 100%;
}

.relative{
    position: relative;
}

.text_feature{
    margin: 0;
    font-size: 16px;
}
/*end*/
/*brand*/
.brand{
    background: #EDEEEF;
    padding: 70px 0px;
    border-radius: 65px;
}
.title_brand{
    padding-right: 75px;
}
.title_brand h3{
    direction: rtl;
    text-align: justify;
}

.title_brand h3 span{
    color:#F7A600;
}

.item-brand img {
    width: 80%;
    margin: 0 auto;
}

.item-brand{
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-pack: center;
    width: 95%;
    align-items: center;
    gap: 16px;
    height: auto;
    background-color: #fff;
    border-radius: 12px;
    padding: 24px 12px;
    position: relative;
    margin: 10px auto;
    box-shadow: 0px 2px 8px 0px #00000033;
}

#owl-carousel-slider-brand {
    position: relative;
}
.slider-brand{
    padding-right: 80px;
    padding-left: 80px;
}
#owl-carousel-slider-brand .owl-nav{
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color:#F7A600;
}

#owl-carousel-slider-brand .owl-nav .owl-prev{
    float: left;
    margin-left: -28px;
    pointer-events: auto;
}

#owl-carousel-slider-brand .owl-nav .owl-next{
    float: right;
    margin-right: -28px;
    pointer-events: auto;
}

#owl-carousel-slider-brand .owl-nav .owl-prev.disabled ,
#owl-carousel-slider-brand .owl-nav .owl-next.disabled{
    color: rgb(151 151 151 / 76%);
}

/*end*/
/*app*/
.box_applications img{
    width:100%;
}

.box_applications{
    position:relative;
}

.items_applications .box_applications:not(:first-child)::before{
    content:' ';
    background:#757575;
    display:block;
    width: 1px;
    height: 128px;
    position: absolute;
    right: 0;
    top: 0;
}

.items_applications{
    width: 100%;
    margin: 0 auto;
}

.applications{
    padding: 70px 0px 40px;
    direction: rtl;
}

.title_applications{
    text-align: center;
    margin-bottom: 55px;
}

/*end*/
/*footer*/
.footerabout img{
    width: 40%;
    height: auto;
}
.footer .row.rtl{
    width: 100%;
    margin: 0 auto;
}

.menu-main{
    margin-top: 30px;
    list-style-type: none;
    direction: rtl;
    text-align: right;
}

.footer{
    background: #D9D9D9;
    padding: 70px 0px 0px;
    text-align: right;
    margin-top: 40px;
}

.namads{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.namads img{
    width: 90%;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 2px 8px 0px #00000033;
}

.contacts{
    margin-bottom: 30px;
}

.contacts_address , .contacts_phone{
    display: flex;
    align-items: baseline;
}

.contacts_phone img , .contacts_address img{
    width: 7%;
    margin-left: 5px;
}

.contacts_address p{
    font-size: 16px;
    color:#444444;
}

.contacts_phone a{
    font-size: 16px;
    color:#444444;
}
.contacts_phone a:hover{
    color:#000;
}

.menu-main li a{
    font-size: 16px;
    color:#444444;
}

.menu-main li a:hover{
    color:#000;
}

.footerabout p{
    font-size: 16px;
    color:#444444;
}

.contacts_icon{
    display: flex;
    align-items: center;
    width: 25%;
    background: #fff;
    padding: 15px 15px;
    margin: 20px auto 0px;
    border-radius: 20px 20px 0px 0px;
}

.item_contacts{
    font-size: 30px;
    width: 45px;
    height: 45px;
    background: #000;
    border-radius: 15px;
    color: #fff;
    margin: 0px auto;
    text-align: center;
    padding: 7px;
}
.item_contacts:hover{
    color:#F7A600;
}

.copyright_text .row{
    direction: rtl;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
.copyright_text{
    background:#000;
    color:#fff;
    padding: 10px 0px;
    border-radius: 30px 20px 0px 0px;
}

.text-copy{
    margin:0;
    text-align: right;
}

.text-copy span{
    color:#F7A600;
}

.text-farasadr p{
    margin:0;
    color:#fff;
}

.alert{
    direction: rtl;
    text-align: right;
}
.close {
    float: left;
}


.box-register{
    text-align: center;
    direction: rtl;
    width: 80%;
    box-shadow: 0px 2px 8px 0px #00000033;
    margin: 15px auto;
    padding: 45px !important;
    border-radius: 50px !important;
}

.box-register h3{
    font-size: 24px;
}

.box-register a{
    display: block;
    background: #BCBCBC;
    color: #fff !important;
    padding: 5px 20px;
    width: 100%;
    border-radius: 15px;
    text-align: center !important;
    font-size: 14px !important;
    margin: 20px 0px 15px !important;
}

.box-register a:hover{
    background:#F7A600;
}


@media screen and (min-width: 1400px) {
    .title-slider-main h3 , .service-title , .title_advantage ,
    .driver-title , .title_brand h3 , .title_applications , .landing_title{
        font-size: 50px;
    }
    .title-slider-main p , .service-description p , .adv-title
    , .driver-description p ,.text_taski p , .text_feature , .menu-main li a
    , .footerabout p , .contacts_address p , .contacts_phone a {
        font-size: 25px;
        line-height: 1.5;
    }
    .items_applications .box_applications:not(:first-child)::before{
        content:' ';
        background:#757575;
        display:block;
        width: 1px;
        height: 195px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .dreamit_menu>ul>li>a{
        font-size: 25px;
    }
    .title-slider-main a{
        width: 230px;
        font-size: 25px;
        padding: 10px 0px;
    }
    .login_btn {
        width: 160px;
        line-height: 2;
        height: 55px;
    }
    .dreamit_menu{
        align-items: center;
    }
    .title-slider-main{
        padding-right: 100px;
    }
    .service-description a{
        width: 255px;
        font-size: 25px;
        padding: 12px 0px;
    }
    .driver-title , .driver-description{
        padding-right: 100px;
    }
    .driver-description a{
        width: 230px;
        font-size: 25px;
        padding: 12px 0px;
    }
    .text_taski h2{
        font-size: 70px;
        margin: 0;
    }
    .row_feature{
        width: 80%;
        height: 195px;
        background-size: 90% 99%;
        padding: 0px 25px 0px;
    }
    .border-gray:after{
        width: 75%;
        height: 70%;
        left: 13%;
    }
    .namads-title , .footermenu , .contacts{
        font-size: 30px;
    }
    .item_contacts{
        font-size: 40px;
        width: 65px;
        height: auto;
        padding: 10px 7px 7px;
    }
    .text-farasadr p, .text-copy{
        font-size: 20px;
    }
    .dreamit_menu ul .sub-menu li a {
        font-size: 22px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    #sticky-header{
        display: none;
    }
    .header-area {
        display: none;
    }

    .title_feature{
        width:auto;
    }

    .mobile-menu.mean-container {
        overflow: hidden;
    }

    .mean-container .mean-bar {
        background: unset;
        border-bottom: unset;
        z-index: 100;
    }

    .mobile-menu-area {
        background: unset;
        position: absolute;
        width: 100%;
        background-size: auto 20px;
        z-index: 100;
        top: 0;
        box-shadow: none;
    }

    body {
        padding-bottom: 0;
    }
    .title-slider-main{
        padding-right: 0;
    }

    .title-slider-main h3{
        font-family: 'PeydaBlack';
        text-align: center;
        margin-top: 20px;
        font-size: 28px;
    }
    .advantage .row.rtl {
        width: 100%;
        margin: 0 auto;
    }
    .title-slider-main h3 span {
        color: #F7A600;
    }

    .title-slider-main p{
        text-align: center;
        width: 85%;
        margin: 15px auto 25px;
    }

    .title-slider-main a{
        margin: 0 auto 10px;
    }

    .section-slider{
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 100px;
        background-position: center;
    }

    .service-title{
        text-align: center;
        font-size: 28px;
        color: #000;
    }

    .service-description p{
        text-align: center;
    }

    .service-description a{
        margin: 0 auto;
    }

    .title_advantage{
        font-size: 28px;
        color: #000;
    }

    .adv-row{
        width: 100%;
        height: 90%;
        justify-content: center;
        margin: 0 auto;
        flex-direction: column;
        padding: 10px 0;
    }

    .adv-title {
        font-size: 14px;
    }

    .advantage{
        border-radius: 45px;
    }

    .driver {
        padding: 70px 0px 50px;
    }

    .driver-title{
        padding-right: 0;
        font-size: 28px;
        text-align: center;
        margin-bottom: 18px;
    }
    .driver-description {
        padding-right: 0px;
    }
    .driver-description p{
        text-align: center;
    }

    .driver-description a{
        margin: 0 auto;
    }

    .row_feature.feature-3 , .row_feature.feature-1{
        position: relative;
        bottom:0px;
    }

    .row_feature{
        height: auto;
        /*width: ;*/
        background-size: 100% 100%;
        padding: 25px 8px 30px;
        margin: 0 auto 60px;
    }

    .border-gray:after{
        display:none;
    }

    .row_feature:before{
        content:' ';
        position: absolute;
        background:url("/taski/image/line.png") no-repeat;
        background-position-x: center;
        background-position-y: top;
        width: 100%;
        height: 100%;
        top: -70px;
        z-index: -1;
    }

    .feature {
        padding: 70px 0px 30px;
    }

    .title_brand{
        width: 85%;
        padding-right: 0px;
        text-align: center;
        margin: 0 auto 20px;
    }
    .slider-brand {
        padding-right: 15px;
        padding-left: 15px;
    }
    .title_applications{
        font-size: 28px;
        margin-bottom: 10px;
    }

    .items_applications{
        justify-content: center;
    }

    .items_applications .box_applications:not(:first-child)::before{
        display:none;
    }

    .box_applications {
        margin-top: 20px;
    }

    .footerabout{
        text-align: center;
        margin: 0px 0px 35px;
    }

    .contacts{
        text-align: center;
        margin-bottom: 20px;
    }

    .contacts_address, .contacts_phone{
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .contacts_address p{
        text-align: center;
    }

    .contacts_phone img, .contacts_address img{
        margin-left: 0px;
        margin-bottom: 12px;
    }
    .footermenu{
        text-align: center;
        margin-top: 35px;
    }

    .menu-main{
        text-align: center;
        margin-top: 20px;
    }

    .namads-title{
        text-align: center;
        margin-top: 35px;
    }

    .contacts_icon{
        width: 70%;
        margin: 30px auto 0px;
    }

    .copyright_text{
        border-radius: 15px 15px 0px 0px;
    }

    .namads{
        text-align: center;
    }

    .copyright_text .row{
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .text-copy {
        text-align: center;
    }

    .mean-container a.meanmenu-reveal{
        line-height: 20px;
        width: 28px;
        height: 22px;
    }

    .mean-container a.meanmenu-reveal .icon_menu{
        width: 100%;
    }

    .fas.fa-arrow-right{
        color:#000;
    }

    .mean-container .mean-nav{
        width: 75%;
    }


    .mean-container .mean-nav ul li a{
        font-size: 16px;
    }

    .mean-container .mean-nav ul li li a{
        font-size: 14px;
    }

    .login_btnMobile{
        direction: rtl;
        width: 20%;
        height: 30px;
        background: #F7A600 !important;
        border: 1px solid #F7A600;
        color: #fff !important;
        text-align: center;
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        border-radius: 10px;
        z-index: 102;
    }

    .login_btnMobiles{
        direction: rtl;
        width: 20%;
        height: 30px;
        background: #F7A600 !important;
        border: 1px solid #F7A600;
        color: #fff !important;
        text-align: center;
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        border-radius: 10px;
        z-index: 102;
    }

    .namads img {
        width: 80%;
    }

    .smart-menuMobile{
        position: absolute;
        top: 130%;
        margin: 0;
        z-index: 1;
        transition: .5s;
        opacity: 0;
        visibility: hidden;
        background: #fff !important;
        box-shadow: 0px 2px 8px 0px #00000033;
        border-radius: 20px 0px 20px 20px !important;
        left: 15px;
        right: unset !important;
        width: 65px;
        text-align: center;
    }

    .smart-menuMobile li {
        position: relative;
        list-style-type: none;
    }

    .box-register{
        width: 100%;
    }

    .title_caption{
        padding: 15px 3px 15px !important;
    }

}