:root{
    --PrimaryColor:#3575ff;
    --Background2:#FFFFFF;
    --Background1:rgba(0,0,0,0.1);
    --bordr:#F1F1F1;
    --TextColor1:#212121;
    --TextColor2: #757575;
    --TextColor3: #616161;
    --TextColor4:#9E9E9E;
    /* --Background 12:rgba(250,250,250,0.5); */
}
*,*::before,*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*{
    font-family: KalamehWeb;
}
.dno{
    display: none;
}
.number,.row1{
    font-family: IranSansn !important;

}
.w100{
    width: 100%;
}
/* class atribute */
.dfl{
    display: flex;
}
.jcsb{
    justify-content: space-between;
}
.jcc{
    justify-content: center;
}
.aic{
    align-items: center;
}
.cpo{
    cursor: pointer;
}
/* view 1200px */
.w1200{
    width: 1200px;
    margin: 0 auto;
}

/* The main box*/
.main_div{
    width: 100%;
    height: 100vh;
    margin: 0 auto;
}
/* header */
.header{
    height: 85px;
    direction: rtl;
}
.eagle_svg{
    padding: 0px 0px 0px 19px;
    box-sizing: content-box;
}
.company_name{
    color: var(--PrimaryColor);
    font-size: 31.25px;
    font-weight: bolder;
    vertical-align: super;
    height: 100%;
    padding: 16px 0px;
}
.meno_head{
    display: flex;
    padding: 30px 47px 28px 0px;
}
.list_Service{

    height: 100%;
    padding: 0 0 0 17px;
    color: var(--TextColor4);
    fill: var(--TextColor4);
}
.btn_head{
    width: 120px;
    height: 40px;
    text-align: center;
    padding:6px;
    border: 1px solid var(--bordr);
    border-radius: 5px;
    line-height: 27.2px;
    color: var(--TextColor4);
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.03);
    
}

.sabt{
    background-color: var(--PrimaryColor);
    width: 140px;
    box-shadow: 0px 2px 8px rgba(30, 136, 229, 0.3);
    color: #fff;
}
.btn_box{
    width: 270px;
    padding: 22px 0px 23px 0px;
    box-sizing: content-box;
 
}
.title{
    padding: 0 8px 0 0; 
    font-family: 'KalamehWeb';
    font-size: 16px;
}
.brand{
    direction: rtl;
}
.three_line {
    flex-direction: column;
    display: none;
}
/* .click_icon{
    left: 0px !important;
    transition:left 2s linear 1s;
} */
/* search box */
.back_color{
    background-color: var(--Background1);
    width: 100%;
    height: 590px;
    position: relative;
}
.back_pic{
    background: url(../img/back.jpg);
    width: 100%;
    height: 590px;
    opacity: 0.8;
    background-position: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.search_box{
    width: 50%;
    height: 100%;
    flex-direction: column;
    position: relative;
}
.image_box{
    width: 50%;
    height: 100%;
    position: relative;
    padding: 0px 10px;
    top: 0px;
}
.shape{
    width: 100%;
    height: 399px;
    bottom: 46px;
    position: absolute;
}
.pic_man{
    width: calc(100% - 90px);
    height: 86%;
    background: url(../img/ty.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.titr{

    color: var(--TextColor3);
    font-size: 33px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: 0em;
    text-align: right;
    padding-bottom: 15px;
}
.titr strong{
    color: var(--primary2);
}
.caption{
    text-align: right;
    color: var(--TextColor4);
    font-size: 16px;
    padding-bottom: 59px;
}
.search_div{
    width: 100%;
    height: 60px;
    background-color: var(--Background2);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    direction: rtl;
    padding:12px 15px;
    
}
.input_search{
    border: none;
    padding: 0px 5px;
    width: 68%;
    color: var(--TextColor4);
    font-size: 16px;
}
.input_search:focus-visible{
    outline:none;
}
.city{
    color: var(--TextColor4);
    font-size: 16px;
    padding: 0px 4px 0px 15px;
    
}
.btn_search{
    width: 90px;
    height: 100%;
    background-color: var(--PrimaryColor);
    box-shadow: 0px 2px 8px rgba(30, 136, 229, 0.3);
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-align: center;
    justify-content: center;
}
.link{
    text-align: right;
    padding-top: 59px;
    direction: rtl;
    font-weight: 400;
    font-size: 12.8px;
    color: var(--TextColor4);
}
/* service category */
.service_category{
    width: 1200px;
    margin: 0 auto;
    height: 320px;
    padding: 40px 0px;
    flex-wrap: wrap;
}
.head{
    width: 100%;
    text-align: center;
    color: var(--TextColor1);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 45px;
}
.slider{
    width: 100%;
    margin:0 auto;
    height: 150px;
    overflow: hidden;
}
.hidden_div{
    width: max-content;
    position: relative;
    height: 150px;
    left: 0px;
    right: 0px;
}
.left,.right{
    position: absolute;
    display: flex;
    height: 150px;
    align-items: center;
    z-index: 10;
}
.box_category{
    position: relative;
}
.left{
    left: 0px;
    
}
.right{
    right: 0px;
}

.slid{
    display: flex !important;
    flex-direction: column;
    padding: 12px;
    /* width: 144px !important; */
    height: 150px;
    border: 1px solid var(--bordr);
    border-radius: 10px;
    /* margin-right: 17px; */
    position: relative;
}
.number{
    width: 32px;
    background-color: var(--PrimaryColor);
    color: var(--Background2);
    border-radius: 5px;
    padding:1px 1.5px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 8px;
}
.circle_icon{
    margin: 0 auto;
}
.svg_on_circle{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-68%);
}
.text{
    padding: 6px;
    text-align: center;
    font-size: 12.8px;
    font-weight: 400;
    color: var(--TextColor1);
}
.darkness_light{
    z-index: 10;
    position: absolute;
    right:-1px;
    width: 150px;
    height: 150px;
    background: linear-gradient(90deg, #FFFFFF 10.57%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(-180deg);
}
.darkness_left{
    z-index: 10;
    position: absolute;
    left: 0px;
    width: 150px;
    height: 150px;
    background: linear-gradient(90deg, #FFFFFF 10.57%, rgba(255, 255, 255, 0) 100%);
}
/* contact us */
.parent{
    position: relative;
}
.call_box{
    width: 100%;
    height: max-content;
    padding: 58px 0px;
    background-color: var(--Background1);
    position: relative;
}
.cover{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    background-color: white;
}
.back_call{
    width: 100%;
    height: 140px;
    background-color: var(--PrimaryColor);
    position: relative;
    box-shadow: 0px 2px 8px rgba(30, 136, 229, 0.3);
    border-radius: 15px;
}
.img_call{
    position: absolute;
    right: 0px;
}
/* services */
.new_order{
    color: var(--TextColor1);
}
.num_phone{
    direction: rtl;
    width: 55%;
    height: max-content;
    padding: 25px 0px;
    position: relative;
    padding: 28px 0px 0px 34px;
}
.num_phone p{
    direction: rtl;
    font-weight: 600;
    font-size: 31.25px;
    color: var(--Background2);
    padding-left: 25px;
    font-family: 'KalamehWeb';
    font-style: normal;
}
.phone_call{
    width: 190px;
    height: 72px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
    border-radius: 15px;
    text-align: center;
    color: var(--Background2);
    font-size: 25px;
    font-weight: 700;
}
.view{
    width: 100%;
    padding: 55px 0px;
}
.all_visit{
    width: 110px;
    height: 40px;
    border-radius: 5px;
    background-color: var(--PrimaryColor);
    box-shadow: 0px 2px 8px rgba(30, 136, 229, 0.3);
    padding: 9px 18px;
    color:#fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.all_box{
    flex-wrap: wrap;
    width: 1210px;
    padding: 5px;
}
.prant_box{
    width: 25%;
    height: max-content;
    padding: 5px;
}
.box{
    width: 100%;
    background-color: var(--Background2);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 15px;
}
.photo{
    width: 100%;
    height: 165px;
    background-size: contain;
    background-repeat: no-repeat;
}
.context{
    padding: 19px 14px 0px 0px;
    font-size: 16px;
    text-align: right;
    color: var(--TextColor3);
}
.explanation{
    font-size: 10px;
    text-align: right;
    color: var(--TextColor4);
    padding: 14px;
    direction: rtl;
    line-height: 17px;
}
.footer_box{
    padding: 19px 14px 24px;
}
.rank{
    padding-left: 4px;
    vertical-align: top;
    font-size: 16px;
    font-family: IranSansn;
}
.record{
    width: 90px;
    height: 30px;
    border-radius: 5px;
    background-color: var(--PrimaryColor);
    padding: 4px 14px;
    color: var(--Background2);
    font-size: 12px;
    font-weight: 400;

}
/* Our honorsوabut us */
.honors{
    background: url("back2.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 77px 0px;
}
.about{
    direction: rtl;
    width: 100%;
    height: max-content;
}
.box_text{
    width: 50%;
    height: 100%;
    flex-direction: column;
    padding: 75px 0px;
}
.shape2{
    width: 56%;
    position: relative;
    
}
.advertise{
    font-style: normal;
    font-weight: 700;
    font-size: 39.06px;
    line-height: 66px;
    padding-bottom: 13px;
    color: var(--TextColor3);
}
.caption2{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: var(--TextColor4);
    padding-bottom: 38px;
}
/*  */
.box_min_box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 30px 0px 60px 60px;
}
.left_min_box,.right_min_box{
    width: 50%;
    height: 100%;
    flex-wrap: wrap;
    position: relative;
}
.box1{
    width: 100%;
    height: 123px;
    
    
    padding: 0px 18px ;
    
}
.case{
    width: 100%;
    height: 100%;
    background-color: var(--Background2);
    box-shadow: 0px 0px 25px rgba(200, 200, 200, 0.21);
    border-radius: 5px;
    
}
.one{
    position: absolute;
    top: 9px;
    left: 45px;
    padding: 0px;
}
.two{
    position: absolute;
    top: 145px;
    left: 41px;
}
.three{
    position: absolute;
    bottom: 170px;
    padding: 0px 0px 0px 36px;
}
.four{
    position: absolute;
    bottom: 33px;
    padding: 0px 0px 0px 36px;
}
.case3{
    background-color: var(--PrimaryColor);
}
.emoje_box{
    padding: 35px 35px 35px 0px;
}
.emoje_box svg{
    width: 55px;
    height: 53px;
}
.count_box{
    flex-direction: column;
    padding: 15px 24px 26px;

}
.row1{
    font-style: normal;
    font-weight: 600;
    font-size: 31px;
    line-height: 53px;
    color: var(--Background2);
}
.row2{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: var(--Background2);
}
.line2{
    color: #000;
    font-size: 13px !important;
}
.line1{
    color: var(--PrimaryColor) !important;
    font-size: 25px !important;
}
.more_info{
    width: 120px;
    height: 40px;
    box-shadow: 0px 2px 8px rgba(30, 136, 229, 0.3);
    border-radius: 5px;
    background-color: var(--PrimaryColor);
    font-size: 12px;
    color: #fff;
    padding: 9px 18px;
}
/* articles */
.articles{
    width: 100%;
    height: fit-content;
    background-color: var(--Background1);
    position: relative;
}
.box_artic{
    position: relative;
}
.parent_3_box{
    padding-bottom: 58px;
}
.guide{
    width: 32%;
    height: 120px;
    background-color: var(--Background2);
    padding: 25px;
    direction: rtl;
    position: relative;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
}
.square{
    padding-left: 30px;
}
.icon{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 43px;
    z-index: 20;
    top: 43px;
}
.guide p{
    font-size: 16px;
    line-height: 27px;
    width: 230px;
    height: 64px;
}
.gray-line{
    width: 100%;
    height: 0;
    border: 1px solid var(--TextColor4);
    opacity: 0.5;
}
/* brands */
.all_brands{
    direction: rtl;
}
/* footer of page */
.footer_page{
    width: 100%;
    height: max-content;
    padding: 50px 0px 75px;
}

.company_name_footer,.follow,.take_app{
    width: 33%;
    height:max-content ;
    flex-direction: column;
    direction: rtl;
    padding-left: 64px;
}

.titr_box{
    font-weight: 600;
    font-size: 25px;
    color: var(--TextColor3);
    padding-bottom: 24px;
}
.preamble{
    padding-bottom: 20px;
}
.preamble,.msg{
    font-size: 12.8px;
    line-height: 22px;
    color: var(--TextColor1);
}
.msg{
    padding: 0px 0px 14px;
    color: var(--TextColor2);
}
.search_phone{
    height: 40px;
    width: 100%;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 5px;
}
.input_phone{
    border: none;
    font-size: 12px;
    color: var(--TextColor4);
    width: 100%;
    padding: 5px;
}
.input_phone:focus-visible{
    outline:none;
}
.icon_phone{
    width: 13px;
}
.received_btn{
    width: 90px;
    height: 27px;
    border-radius: 5px;
    background-color: var(--PrimaryColor);
    color: #fff;
    font-size: 11px;
    padding:5px 5px 4px;
}
.version{
    padding-top: 20px;
}
.android p,.ios p,.web p{
    color: var(--PrimaryColor);
    padding-right: 5px;
}
.instagram,.telegram,.youtub{
    position: relative;
}
.instagram p,.telegram p,.youtub p{
    position: absolute;
    top: 65%;
    right: 50%;
    transform: translate(50% ,-50%);
}
.icon_youtub,.icon_instagram,.icon_telgram{
    position: absolute;
    top: 40%;
    right: 50%;
    transform: translate(50% ,-50%);
}
.communications{
    position: relative;
    right: -15px;
    padding-top: 15px;
}
.address{
    flex-direction: column;
    height: 90px;
    
}
.email_box p,.phone_number p,.location_box p{
    padding-right: 7px;
}
.btn_footer{
    width: 200px;
    height: max-content;
    padding-top: 27px;
}
.protest,.connection{
    width: 90px;
    height: 30px;
    background-color: var(--PrimaryColor);
    box-shadow: 0px 2px 8px rgba(30, 136, 229, 0.3);
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: var(--Background2);
}
/* end of page */
.end_page{
    width: 100%;
    height: 50px;
    background-color: var(--PrimaryColor);
    padding: 14px 0;
}
.copyright{
    direction: rtl;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}
/*respanse: tablet width:769px*/
@media screen and (width:768px) {

    .w1200{
        width:100% !important;
        margin: 0 auto;
    }
    /* header */
    .header{
        flex-wrap: wrap;
        height: max-content;
    }
    /* search box */
    .search_box{
        padding-right: 10px;
    }
    .left_box{
        width: 100%;
    }
    .btn_box{
        margin: 0 auto;
    }
    .magnifier{
        width: 20px;
    }
    .input_search{
        font-size: 12px;
    }
    .city{
        font-size: 12px;
    }
    .position_icon{
        width: 14px;
    }
    .image_box{
        padding: 0;
    }
    .search_div {
        height: 50px;
    }
    .btn_search{
        font-size: 12px;
    }
    .titr {
        font-size: 19px;
    }
    /* service_category */
    .service_category{
        width: 768px;
    }
    .slid{
        width: 100px;
    }
    .num_phone{
        width: 61%;
        padding: 35px 0 0 34px;
    }
    .num_phone p{
        font-size: 20px;
    }
    .phone_call{
        width: 142px;
        font-size: 20px;
        margin: 0;
    }
    .photo {
        height: 214px;
    }
    .prant_box {
        width: 50%;
    }
    /* honors us,abut us */
    .honors {
        flex-direction: column;
    }
    .shape2{
        width: 100%;
        padding: 0px 52px;
    } 
    .box_text{
        width: 100%;
        padding: 10px 52px;
    }
    .parent_3_box{
        flex-direction: column;
        padding: 0px 20px 20px;
        height: 420px;
    }
    .guide{
        width: 100%;
    }
    .view{
        padding:20px;
    }
    /* articles */
    .articles{
        padding: 0;
    }
    /* brands */
    .all_brands{
        width: calc(100% - 20px);
        padding: 0px 10px;
    } 
    .all_brands img{
        width: 80px;
    }
    /* footer of page */
    .footer_page{
        padding: 50px 20px 30px;
    }
    .parent_footer_box{
        flex-direction: column;
    }
    .take_app,.follow,.company_name_footer{
        width: 100%;
        padding-bottom: 45px;
    }
    .search_phone{
        width: 50%;
    }
    .version{
        width: 50%;
    }
    .communications{
        width: 50%;
    }
    /* end of page */
    .end_page{
        padding: 0;
    }

 
  }
/*respanse: tablet width:412px*/
@media screen and (max-width:412px) {
    .w1200{
        width: 100%;
    }
    .header{
        flex-wrap: wrap;
        height: max-content;
    }
    .left_box{
        flex-wrap: wrap;
    }
    .list_Service{
        padding: 0;
    }
    .meno_head{
        display: none;
        width: 100%;
        padding: 20px 5px;
    }

    .btn_box{
        margin: 0 auto;
    }
    .meno_items{
        direction: ltr;
        list-style-type: none;
        background-color: var(--bordr);
        padding: 10px;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.03);
        border-radius: 5px;
        position: fixed;
        right: -100vw;
        bottom: 0;
        top: 0;
        z-index: 10;
        width: 60vw;
        transition: right 0.5s ease-in-out;
    }
    .three_line{
        direction: ltr;
        position: relative;
        display: flex;
        /* padding: 0 185px 0 0px; */
       
    }
    .three_line li{
        padding: 5px;
        color: var(--TextColor4);
        direction: rtl;
    }
    .icon_3_line{
        width: 30px;
        height: 80px;
        padding-left: 5px;
    }
    /* search box */
    .parent_search_box{
        flex-direction: column;
    }
    .back_color ,.back_pic{
        height: 100%;
    }
    .search_box,.image_box{
        width: 100%;
        padding: 0 10px;
    }

    .shape{
        bottom: -43px;
        position: relative;
    }
    .search_div {
        height: 50px;
    }
    .btn_search{
        font-size: 12px;
    }
    .titr {
        font-size: 19px;
    }
    .magnifier{
        width: 20px;
    }
    .input_search{
        font-size: 12px;
    }
    .city{
        font-size: 12px;
    }
    .position_icon{
        width: 14px;
    }
    /* servics category */
    .service_category{
        width: 412px;
        padding: 40px 10px;
    }
    .darkness_left,.darkness_light{
        width: 120px;
    }
    /* call */
    .num_phone{
        flex-direction: column;
        width: 100%;
        padding: 20px;
    }
    .num_phone p{
        width: 100%;
        font-size: 27px;
    }
    .view{
        padding: 55px 10px;
    }
    .prant_box{
        width: 100%;
    }
    .photo{
        height: 225px;
    }
    /* honors us,abut us */
    .honors {
        flex-direction: column;
    }
    .shape2{
        width: 100%;
        padding: 0px 52px;
    } 
    .box_text{
        width: 100%;
        padding: 10px 52px;
    }
    .parent_3_box{
        flex-direction: column;
        padding: 0px 20px 20px;
        height: 420px;
    }
    .guide{
        width: 100%;
    }
    .view{
        padding:20px;
    }
    .shape2_svg{
        width: 100%;
    }
    .box_min_box{
        width: 90%;
        top: 0;
        left: 0;
        padding: 0;
    }
    .emoje_box{
        padding: 0 10px 0 0;
        width: 35%;
    }
    .count_box{
        padding: 20px 5px;
    }
       /* articles */
       .articles{
        padding: 0;
    }
    /* brands */
    .all_brands{
        width: calc(100% - 20px);
        padding: 0px 10px;
        flex-wrap: wrap;
    } 
    .all_brands img{
        width: 100px;
    }
    /* footer of page */
    .footer_page{
        padding: 50px 10px 30px;
    }
    .parent_footer_box{
        flex-direction: column;
        padding: 0 10px;
    }
    .take_app,.follow,.company_name_footer{
        width: 100%;
        padding-bottom: 45px;
    }
    /* end of page */
    .end_page{
        padding: 0;
    }
}
/* .................. */

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px !important;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .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;
  }

.header-button a {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    margin-left: 18px;
}
.header-button a svg {
    width: 20px;
    margin-left: 10px;
    transition: 0.3s all;
}
.header-button a:hover{
    opacity: 0.8;
    color: #fff !important;
}
.header-button a:hover svg{
    transform: scale(1.1);
}
.support-box {
    background: #2ac197;
    color: #ffffff;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: end;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 5px 10px #0000000a;
    margin-top: 30px;
}
.support-box a {
    display: block;
    padding: 15px 25px;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s all;
    position: inherit;
    z-index: 8;
    float: left;
    margin-right: 15px;
    background: #0000001c;
    box-shadow: 0 5px 10px #00000014;
}
.support-box a:hover {
    background: #0000003e;
    color: #fff;
}
.support-box span {
    font-size: 25px;
    font-weight: 500;
    margin-left: 38px;
}
.support-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://maahoura.ir/theme/svg/group_call.svg);
    background-position: right;
    background-repeat: no-repeat;
}
.download-box {
    background: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 5px 20px #00000012;
    margin-top: 30px;
}
.iconbx {
    display: inline-block;
    background: var(--primary);
    width: 60px;
    height: 60px;
    border-radius: 10px;
    text-align: center;
    margin-left: 15px;
}
.iconbx svg {
    transform: translateY(10px);
}
.download-box strong {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary);
    display: inline-block;
    transform: translateY(12px);
}
.download-box p {
    display: block;
    margin: 25px 0;
    line-height: 1.8;
}
.dl-buttons a {
    display: inline-block;
}
a.dl-btn1 {
    background: var(--primary);
    color: #fff;
    margin-left: 10px;
}
.dl-buttons a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    transition: 0.3s all;
}
.dl-buttons a svg {
    margin-left: 8px;
}
.dl-buttons a:hover{
    opacity: 0.8;
    color: inherit !important;
}
a.dl-btn1:hover{
    color: #fff !important;
}
.owl-carousel{
    direction: ltr !important;
}
.img-w100 img {
    width: 100%;
    border-radius: 10px;
    margin: 40px 0;
    transition: 0.3s all;
    height: 450px;
    object-fit: cover;
}
.img-w100 img:hover {
    opacity: 0.8;
}
.support-buttons {
    margin-left: 40px;
    position: inherit;
    z-index: 10;
}
.topbar {
    color: #fff;
    background: #1e88e5;
    height: 45px;
}
ul.top-menu li {
    display: inline-flex;
}
ul.top-menu li a {
    display: flex;
    height: 45px;
    align-items: center;
    padding: 0 10px;
    transition: 0.3s all;
}
ul.top-menu li a:hover {
    background: #00000012;
}
.support-number {
    display: flex;
    align-items: center;
    height: 45px;
    justify-content: end;
    position: relative;
    padding-left: 35px;
}
.support-number i {
    position: absolute;
    left: 0;
    font-size: 24px;
}
.app-banner {
    border-radius: 15px;
    background-image: -moz-linear-gradient( 16deg, rgb(43,151,247) 0%, rgb(46,74,230) 100%);
    background-image: -webkit-linear-gradient( 16deg, rgb(43,151,247) 0%, rgb(46,74,230) 100%);
    background-image: -ms-linear-gradient( 16deg, rgb(43,151,247) 0%, rgb(46,74,230) 100%);
    color: #fff;
    position: relative;
    padding: 80px;
    min-height: 475px;
    margin: 100px 0 120px;
}
img.app-screens {
    position: absolute;
    left: 0;
    top: -70px;
}
.app-banner span {
    font-size: 27px;
    font-weight: 200;
    letter-spacing: -1px;
}
.app-banner p {
    font-size: 45px;
    font-weight: 300;
}
.app-banner p strong {
    font-weight: 700;
    font-size: 53px;
}
.app-download-btn a {
    display: inline-block;
    background: #2b8df5;
    padding: 12px 20px;
    border-radius: 5px;
    margin-left: 12px;
    transition: 0.3s all;
}
.app-download-btn a:hover{
    opacity: 0.8;
}
.app-download-btn {
    position: absolute;
    bottom: 80px;
    right: 80px;
}
.main-image,.shop-link {
    background-image: -moz-linear-gradient( 155deg, rgb(30,136,229) 0%, rgb(40,56,145) 100%);
    background-image: -webkit-linear-gradient( 155deg, rgb(30,136,229) 0%, rgb(40,56,145) 100%);
    background-image: -ms-linear-gradient( 155deg, rgb(30,136,229) 0%, rgb(40,56,145) 100%);
    width: 100%;
    height: 400px;
    border-radius: 15px;
    margin-top: 30px;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    padding-right: 370px;
}
.shop-link{
    background-image: -moz-linear-gradient( -56deg, rgb(255,158,71) 0%, rgb(255,204,51) 100%);
    background-image: -webkit-linear-gradient( -56deg, rgb(255,158,71) 0%, rgb(255,204,51) 100%);
    background-image: -ms-linear-gradient( -56deg, rgb(255,158,71) 0%, rgb(255,204,51) 100%);    
    padding: 30px;justify-content: center;text-align: center;
}
.main-image img{
    position: absolute;
    height: 95%;
    right: 30px;
    bottom: 0;
}
.mi-title {
    font-size: 32px;
}
.slide-content span {
    display: block;
    font-weight: 200;
    font-size: 20px;
    margin: 10px 0 60px;
}
.slide-content a {
    background: #3685f1;
    display: block;
    width: fit-content;
    padding: 10px 20px 10px 50px;
    position: relative;
    border-radius: 5px;
    font-size: 18px;
    box-shadow: 0 5px 10px #2559a161;
    transition: 0.3s all;
}
.slide-content a i {
    position: absolute;
    left: 15px;
    top: 13px;
    font-size: 24px;
}
.slide-content a:hover {
    background: #2b73d8;
}
.shop-link a {
    background: #ff8416;
    box-shadow: 0 5px 10px #ff84167a;
    margin: 0 auto;
}
.shop-link a:hover{
    background: #ffa616;
}
@media (max-width:1200px){
    .mi-title {font-size: 22px;}
    .shop-link{text-align: center;}
    .main-image img,img.app-screens{display: none;}
    .main-image,.shop-link{padding: 30px;justify-content: center;text-align: center;}
    .slide-content a{margin: 0 auto;}
}
@media (max-width:992px){
    .main-image,.shop-link{padding: 50px 30px;height: auto;}
    .support-box{height: auto;padding: 60px 30px;border-radius: 15px;}
    .support-box:before{display: none;}
    .support-box a{margin: 8px 0;}
}
@media (max-width:576px){
    .app-download-btn{
        position: inherit;
        right: auto;
        bottom: auto;
        text-align: center;
    }
    .app-download-btn a{
        width: 100%;
        display: block;
        margin-top: 15px;
    }
    .app-banner p{
        margin-bottom: 45px;
    }
    .support-box {
        display: inherit;
        padding-bottom: 30px;
        text-align: center;
    }
    .support-box span{
        margin-left: 0 !important;
        display: block;
        margin-bottom: 35px;
    }
    .support-box a {
        float: none;
        margin-top: 10px;
    }
.support-buttons {
    margin-left: 0;
}
}