<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Cairo:300,400,600,700');

@font-face {
    font-family: 'A Jannat LT';
    src: url('a-jannat-lt-bold.ttf');
}
body{
    font-family: 'Cairo';
    background-color: #fbfbfb;
    text-align: right;
    direction: rtl;
    width: 100%;
    overflow: hidden;
}
svg{
    fill: currentColor;
    vertical-align: middle;
    position: relative;
    z-index: 5
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #dc5469;
    display: flex;

    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
.se-pre-con div[data-loader]{
    margin:auto;
}


a:hover ,a:active{
    text-decoration: none;
}
a{
    color:#fff;
}
*{
    -webkit-transition: all 10ms;
    -moz-transition: all 10ms;
    -ms-transition: all 10ms;
    -o-transition: all 10ms;
    transition: all 10ms;
}
html{
    overflow-x: hidden;
}
/*      start style       */
p{
    font-family: 'A Jannat LT';
}
#header{
    background-image: url("../imgs/header.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #652933;
    min-height: 90vh;
    position: relative;
    width: 100%;
}
#header_image{
    position: absolute;
    bottom: 0;
    max-height: 70vh;
    right: 10%;
    max-width: 30%;
}
#text_container{
    margin-right: 45%;
    padding: 20vh 25px;
}
#header_title{
    color: #fff;
    padding-bottom: 20px;
    position: relative;
    font-weight: 600;
}
#header_title:after{
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 3px;
    background: #dc5469;
    bottom: 0px;
}
#header_description{
    color: #fff;
    padding-bottom: 20px;
    line-height: 2.5rem;
}
#header_hint{
    color: #fff;
    padding-bottom: 20px;
}
.ctm-btn{
    margin: 10px 4%;
    width: 40%;
    background: #dc5469;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
}
.ctm-btn i{
    margin-right: 20px;
    font-size: 22px;
}

.ctm-btn:hover{
    color: #dc5469;
    background: #fff;
    border: 1px solid #dc5469;

}
.btn-login{
    width: 89%;
    margin-top: 20px;
}
#add_stores{
    width: 70%;
    margin: 60px auto;
}
.title{
    color: #dc5469;
    position: relative;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}
.title:before{
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    background: #dc5469;
    top: 50%;
    right: 28%;
}
.title:after{
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    background: #dc5469;
    top: 50%;
    left: 28%;
}
.description{
    color: #c3c3c3;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;

}
.steps_cont{
    margin: 30px 15px;
    box-shadow: 0px 5px 10px #ddd;
    padding: 30px 40px;
    background: #fff;
}
.title2{
    color: #dc5469;
    font-weight: 600;
    padding: 10px 0 0;
    font-family: 'A Jannat LT';

}
.title3{
    color: #dc5469;
    font-weight: 600;
    padding: 10px 0 0;

}
.btn-center{
    margin: 20px auto;
    display: block;
}

#footer-image{
    background-image: url("../imgs/footer.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 20% 60px;
    position: relative;
    width: 100%;
}
#footer-image h1{
    text-align: center;
    color: #fff;
}
#footer-image p{
    text-align: center;
    color: #fff;
    line-height: 26px;
}
#footer-image .ctm-btn{
    text-align: center;
    color: #fff;
    border: 1px solid #fff;

    background: transparent;
}
#footer-image .ctm-btn:hover{
    text-align: center;
    color: #dc5469;
    background: transparent;
    border: 1px solid #dc5469;

}
.margin-top-20{
    margin-top: 20px;
}
#footer{
    width: 100%;
    background: #fff;
    padding: 30px;
}
.text-center{
    text-align: center;
}


#footer ul{
    list-style: none;
    padding-right: 10px;
}
#footer ul li span{
}
#footer ul li i.email{
    width: 20px;
    height: 20px;
    background: url("../imgs/message_icon.png") no-repeat;
    display: inline-block;
    margin: 0 0 0 20px;
}
#footer ul li i.phone{
    width: 20px;
    height: 20px;
    background: url("../imgs/phone_icon.png") no-repeat;
    display: inline-block;
    margin: 0 0 0 20px;
}
#footer ul li i.whatsapp{
    width: 20px;
    height: 20px;
    background: url("../imgs/whatsapp_icon.png") no-repeat;
    display: inline-block;
    margin: 0 20px 0 20px;
}
.sm{
    list-style: none;
    display: block;
    width: 100%;
    text-align: center;
}
.sm li {
    font-size: 34px;
    display: inline-block;
    width: 40px;
    margin: 0 20px;
}
.sm li a {
    color: #b6b6b6;
}
.sm li a:hover {
    color: #dc5469;
}

#register{
    background: #dc5469;
}
#register ul{
    list-style: none;
    padding: 40px 0 10px;
    margin: 0;
    font-size: 18px;
}
#register ul li{
    display: inline;
}
#register ul li span{
    padding-right: 5px;
    color: #fff !important;
}
#register ul li i{
    padding-left: 10px;
    color: #fff !important;
}
#register ul li a:hover{
    color: #eeeeee !important;
}
#content{
    margin-top: 60px;
}
.reg-form{
    margin-top: 30px;
    margin-bottom: 50px;
}
.reg-form .form-control{
    padding: 5px 15px;
    border-radius: 20px;
    margin: 10px;
    border: 0;
    box-shadow: 0 0 10px #ddd;
    height: 40px;
    line-height: 40px;
}
.reg-form label{
    font-size: 18px;
    line-height: 40px;
    padding-right: 15px;
    margin: 10px 0;

}
.help-block.has-error{
    padding: 0 30px;
    color: #f00;
}
.login-link{
    float: left;
    clear: both;
    margin: 13px 0 0 0;
    font-style: normal;
    font-variant: unset;
    /* text-decoration: underline; */
    font-size: 12px;
    color: #dc5469;
    font-weight: 700;
}
.login-link:hover{
    color:white;
}</pre></body></html>