
:root {
    --main-color: #450070;
    --main2-color: #210036;

    --body-background-color: #fafafa;
    --header-background-color: var(--main2-color);
    --footer-background-color: var(--main2-color);

    --main-text-color: var(--main2-color);
    --main2-text-color: var(--main-color);
    --main3-text-color: #212121;




    --hint-text-color: #626262;
    --link-text-color: #ecebeb;



    --main-dark-color: #ffffff;
    --main2-dark-color: #d0d0d0;

    --body-background-dark-color: var(--main-dark-color);
    --header-background-dark-color: var(--main2-dark-color);
    --footer-background-dark-color: var(--main2-dark-color);

    --main-text-dark-color: var(--main2-dark-color);
    --main2-text-dark-color: var(--main-dark-color);
    --main3-text-dark-color: #c0c0c0;

}



html {
    overflow-y: scroll;
}


body {
background: #de81ff;
    font-family:  sans-serif;
    margin: 0;
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: right;
    color: #ffffff;
    padding-right: 100px;
    padding-left: 100px;
}



a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}



/*============================================================
	header
==============================================================*/
header {
    position: relative;
    top: 0;

    height: 40px;
    width: 100%;
    z-index: 4;
    background: var(--header-background-color);
    justify-content: space-between;
}

header div, header a {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

header .logo {
    margin: 0 auto 0 auto;
}

header .menu-button {
    height: 20px;
    width: 20px;
}

header .menu-button img {
    position: relative;
    z-index: -1;
}

header .search {
    height: 20px;
    width: 20px;


}

header > img {
    display: none;
    cursor: pointer;
}

header .logo img {
    height: 20px;
}

header a  {
    padding-top: 5px;

    padding-right: 20px
}

header a img {
    padding-left: 10px;
}
.header {
    text-align: center;
    width: 100%;

}
.header p {
    margin-bottom: 30px;
    text-align: center;
}

/*============================================================
	Footer
==============================================================*/




footer {
    background: var(--footer-background-color);
    padding: 10px;
    display: flex;
    flex-flow: row wrap;
}

footer img {
  align-items: center;
    text-align: center;

    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
}

footer  img {
    filter: brightness(50%) saturate(100%) invert(100%) sepia(0%) saturate(212%) hue-rotate(140deg) brightness(100%) contrast(100%);
}

footer div {
    flex: 1 100%;
    text-align: center;
    margin: 10px;
}







footer div .social {
    display: inline-flex;
    margin: 10px 0 10px;
    flex-wrap: wrap;
    justify-content: center;
}

footer div .social a {
    padding: 0 10px;

}



footer div .social img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(131%) hue-rotate(500deg) brightness(97%) contrast(103%);
    position: relative;
    top: 1px;
}


footer div .social img:hover {
    filter: brightness(70%) saturate(0%) invert(30%) sepia(70%) saturate(131%) hue-rotate(0deg) brightness(97%) contrast(103%);
    position: relative;
    top: 1px;

    background: transparent;
}

footer ul {
    list-style-type: none; /* تعديل نوع العلامة للتعداد */
    display: inline-flex;
    margin: 10px 0 10px;
    flex-wrap: wrap;

}

footer li {
padding-right: 20px;

}
footer div .rights-developer-site a {
    font-weight: 700;




    color: var(--link-text-color);
    text-align: center;
}

footer div .rights-developer-site a:hover {

    color: #ffd64b;

}

footer div .rights-developer-site p {
    font-weight: 300;
    color: #b0fff3;
    text-align: center;
}

/*============================================================
	section
==============================================================*/


section {
    position: relative;
    overflow: hidden;
    padding:  10px 30px 10px 30px;
}



section .content {
    padding-top:  10px;
    clear: both;

}

section .title-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
    color: #1F4E5A;

}

section .title {
    font-family:  sans-serif;
    color: #1F4E5A;

    font-size: 18px;
}


section .title-row + span {
    font-family:  sans-serif;
    color: #1F4E5A;
    font-size: 14px;
    padding: 0 10px 0;
    display: block;
    line-height: 20px;
    margin-bottom: 20px;
}

section .title + .more {
    padding: 0 10px 0;
}

section .title + .more img {
    line-height: 1;
    display: block;
}

/*============================================================
	Anthore
==============================================================*/






@media (min-width: 996px) {



    section .title-row {
        padding: 10px 20px 20px;
    }

    section .title {
        font-size: 18px;
    }

    section .content {
        padding: 0 20px 15px;
    }

    section .title-row + span {
        padding: 0 20px 10px;
    }


    header {
        max-width: 100%;
        margin: auto;
        left: 0;
        right: 0;
        max-height: 40px;
        position: relative;
        height: 40px;
    }

    header .menu-button, header .search {
        width: 40px;
        height: 40px;

    }






    header > img {
        display: block;
        filter: brightness(0) saturate(100%) invert(58%) sepia(81%) saturate(3812%) hue-rotate(158deg) brightness(95%) contrast(101%);
        padding: 10px;
        margin-left: 10px;
        margin-right: auto;
    }

    header .logo {
        transform: scale(1.5);
        margin-right: auto;

        height: 20px;
        padding-top: 2px;
    }


    .button.download, .button.last {
        min-width: 300px;
        display: inline-block;
    }

    .button.deactivate {
        min-width: 300px;
    }

    .button.secondary {
        display: inline-flex;
        max-width: none;
        min-width: 200px;
        margin: 20px 0 0 20px;
        vertical-align: top;
    }

    .button.deactivate + span {
        text-align: left;
        margin: -10px 20px 20px;
    }

    .button.secondary + .button.version {
        margin-bottom: 0;
        margin-left: 17px;
    }

    .button.version {
        margin-top: 46px;
    }

    article {

        font-size: 16px;
    }

    article h2 {
        font-family:  sans-serif;
        font-size: 18px;
    }

    .button.download.xapk {
        margin-bottom: 10px;
    }



    .external-notice img {
        margin: 0 10px 0 20px;
    }

    .item-row {

        margin: 0 auto 0;

    }

    .item-row .content {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 0 20px;

    }

    .item {
        margin-right: 22px;
    }

    .button-group {
        margin-left: 20px;
    }




    .button {
        margin: 20px 20px 20px 20px;
    }

    .ad.text {
        min-width: 360px;
        min-height: 250px;
        float: right;
        margin: 0 0 10px 20px;
    }

    .button.secondary {
        margin-right: 0;
        margin-top: 20px;
        margin-left: 10px;
    }

    .button.version {
        margin-top: 40px
    }

    .button.secondary + .button.version {
        margin-right: 5px;
    }
}





.button-group {
    display: block;

}

.button b, .button h3, .button strong {
    font-family:  sans-serif;
    font-size: 16px;
    line-height: 20px;
    display: block;
    align-self: center;
}

.button h3, .button strong {
    line-height: 16px;
    margin-top: 5px;
    font-family:  sans-serif;
}




.button strong {
    text-align: left;
    margin-top: 0;
}

.button p {
    font-size: 10px;
    font-weight: 300;
    display: inline-flex;
    margin-right: 10px;
    text-transform: capitalize;
    font-family:  sans-serif;
    margin-top: 5px;
}

.button p.version, .button p.size {
    font-family:  sans-serif;
}

.button.last, .button.secondary {
    background: #25774a;
}

.button.secondary {
    font-family:  sans-serif;
    order: 1;
    display: none;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    flex-direction: column;
    box-sizing: border-box;
    height: 61px;
    line-height: 20px;
    padding-top: 13px;
    border: 1px solid #f57878;
    color: #003418;
    background: transparent;
}

.button.secondary span {
    font-size: 8px;
    color: #B8B3CE;
    float: right;
    margin: 0;
    text-align: left;
    line-height: 1;
    text-transform: lowercase;
}

.button.secondary span img {
    margin: 0 0 0 2px;
    float: none;
    vertical-align: middle;
}

.button.download, .button.last {
    cursor: pointer;
}

.button.download, .button.last, .button.deactivate {
    min-width: 200px;
    height: initial;
    box-sizing: border-box;
    order: 2;
    color: #fdfffe;
    border: 0;
    padding: 5px 20px;
}

.button.deactivate {
    display: grid;
    margin-right: 10px;
    border: 1px dashed #28d9ae;
    color: #27e5b6;
    padding: 16px;
}

.button.deactivate b {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
}

.button.deactivate p {
    display: table-footer-group;
}

.button.deactivate span {
    font-weight: 600;
}

.button.deactivate strong {
    text-align: center;
}

.button.deactivate + span {
    font-size: 12px;
    display: block;
    margin: 0 10px 10px;
    color: #999;
    text-align: center;
}

.button.deactivate + span a {
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    color: #0081A2;
}

.button.download {
    background: #115444;
}

.button.download {
    background: #115444;
    height: 60px;
}
.button.download p {

    padding-top: 5px;

}


.button.download img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(2%) hue-rotate(14deg) brightness(118%) contrast(100%);

    vertical-align: middle;
}

.button.download.telegram {
    background: #229ED9;
    height: 60px;

}



article {
    color: #ffffff;

    font-family: sans-serif;
    font-size: 14px;
    line-height: 2;
    clear: both;

}

article{
    font-family: sans-serif;
}

article b {
    font-family:  sans-serif;
}

article h2 {
    font-family:  sans-serif;
    font-size: 16px;
}

article h2{
    font-weight: 600;
    font-family: sans-serif;
}

article h2 span {
    font-family:  sans-serif;
}

.item-row .content {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: inline-flex;
    position: relative;
}

.item {
    min-width: 100px;
    width: 100px;
    height: 100%;
    position: relative;
    vertical-align: top;
    margin: 0 10px 10px 0;
    white-space: normal;
    line-height: 1.2;
}

.item figure {
    width: auto;
    height: 100px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}

.item figure img {
    max-height: 100px;
    max-width: 100px;
    width: auto;
    height: auto;
    border-radius: 10px;
}

.item div.name {
    font-family:  sans-serif;
    color: #1F4E5A;
    font-size: 12px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.item div.description {
    font-family:  sans-serif;
    color: #7F949A;
    font-size: 12px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.item > img {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: -1px;
    z-index: 1;
}

.item-row .more {
    padding: 0;
    -webkit-appearance: none;
    border: 0;
    z-index: 1;
    position: relative;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
}

.item-row .more img {
    transform: rotate(180deg) scale(0.5);
}

.external-notice {
    color: #7F949A;
    font-size: 10px;
    font-weight: 300;
    position: relative;
    display: flex;
}

.external-notice img {
    margin: 0 10px;
}

.external-notice p {
    margin-top: 4px;
}




@media (min-width: 767px) {
    .panel {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 520px;
        height: auto;
    }


}


@media (max-width: 425px) {

    body {
        padding-left: 0;
        padding-right: 0;

    }



    .button-group {
        display: block;
        float: left;
    }

    .button.download {
        min-width: 322px;
        width: fit-content;
        height: 61px;
    }

    .button.deactivate + span {
        text-align: left;
        margin: 0 10px 10px;
    }

    section {
        clear: both;
    }

    .button.version {
        margin-top: 36px;
    }

    .xapk-notice {
        width: 322px;
        box-sizing: border-box;
        margin-right: 0;
    }

    .item-row {

        margin: 0 auto 0;

    }

    .button.last {
        margin: 10px;
        display: block;
    }

    .button.download {
        margin: 10px;
        display: block;
        width: calc(100% - 20px);

    }

    .button-group {
        display: block;
        float: right;
        margin-left: 10px;

    }

    .button.secondary {
        margin-right: 10px;
        margin-left: 0;
        margin-top: 10px;
    }

    .button.secondary + .button.version {
        margin-right: 10px;
    }

    .button.version {
        margin-right: 0;
    }

}

.sticky_ad {
    display: none;
}

.detail .info {
    padding: 10px 10px 10px 10px;

}

.detail .info .autor a {
    margin-left: 5px;
}

.detail .info span.onBoard {
    float: right;
    margin: 5px 0 0 5px;
}

.detail .stats div {
    border-right: 1px solid #7F949A;
    padding: 0 10px;
}

.detail .stats .dwstat {
    direction: rtl;
}

.detail .stats .dwstat img {
    float: right;
    margin-top: 1px;
}

.detail .stats img {
    margin-left: 5px;
    vertical-align: initial;
}

.detail .stats div:first-child {
    border: 0;
    padding: 0 0 0 10px;
    cursor: pointer;
}

.button {
    padding: 10px 20px;
    display: inline-block;
    vertical-align: bottom;
    margin: 10px 10px 10px 0;
    color: white;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

.button p.version {
    margin-right: 0;
}

.button.secondary {
    margin-left: 10px;
}

.button.secondary span {
    text-align: right;
    direction: ltr;
}

.button.download, .button.last, .button.deactivate {
    text-align: right;
}

.button.download strong {
    margin-bottom: 5px;
    text-align: right;
}

.button.download.xapk p img {
    margin: 0 6px 0 3px;
}

.xapk-notice button {
    margin: 0 5px 0 0;
}

.xapk-notice button:lang(ar) {
    font-weight: 600;
    line-height: 14px;
}

.text-description  {
    color: #001318;
    font-family:  sans-serif;
    line-height: 2;
    text-align: right;
    font-size: 14px;
}

#technical-information {
    background-color: var(--body-background-color);

    color: #fff;
    padding: 25px;
}



/* =========================================
    background selector
========================================= */

.light {
    clear: both;
    background-color: var(--body-background-dark-color);
    color: #023c5e;
}

.light h2{
    color: #001700;
    font-size: 20px;
    padding:  0 0 15px 0;
}

.light p{
    color: #054870;
    font-size: 14px;
    padding:  0 0 15px 0;
}


.dark {
    padding:  30px;
    clear: both;
    background-color: var(--body-background-color);

}

.dark h2{
    color: #11dde7;
    font-size: 20px;
    padding:  0 0 15px 0;
}

.dark h3{
    color: #ffffff;
    font-size: 18px;
    padding:  0 0 15px 0;
}

.dark p{
    color: #ffffff;
    font-size: 14px;
    padding:  0 0 15px 0;
}

.dark ul{
    color: #ffffff;
    font-size: 14px;
    padding:  0 0 15px 0;
    line-height: 2.5;
}



/* =========================================
    background
========================================= */


/* =========================================
    top preview
========================================= */

.top {
    background: url(../images/background.webp)  ;

    background-size: cover;





}





.top .content {
    color: #fff;

}
.top .button{

    color: #ffffff;

}

.top-head {
    margin-top: 40px;
    margin-bottom: 40px;


}

.top-head img {
    display: block;
    max-width:181px;
    max-height:355px;
    width: auto;
    height: auto;
}



.head-btn {
    margin-top: 10px;
    margin-bottom: 40px;
    position: relative;
    min-height: 1px;

    display: flex;
}
.top .content h1 {
    font-size: 40px;


}



.top  h2 {
    font-size: 27px;
    font-weight: 300;

    margin-bottom: 10px;
    line-height: 36px;

}

.top  h3 {
    font-size: 24px;
    font-weight: 300;

    margin-bottom: 10px;
    line-height: 36px;
    color: #CACACA;
}
.top  p {
    font-size: 18px;
    margin-bottom: 70px;
    letter-spacing: 1px;
}
.top .button a {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
    padding: 12px 20px;

}
.top  .button a i {
    margin-right: 20px;
}
.top .button a:hover {
    background-color: #fff;
    color: #222;
}

.top  h1 strong {
    color: #e3b700 !important;
}


.top  span strong {
    color: #e3b700 !important;
}

.top .list h1 {
    font-size: 26px;
    font-weight: 400;

    line-height: 50px;
    position: relative;
    text-transform: uppercase;
    font-family:  sans-serif;
}

.top .list h2 {
    font-size: 20px;
    line-height: 35px;

    position: relative;
    text-transform: uppercase;
    font-family:  sans-serif;
}

.top  span {
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-family:  sans-serif;
}

.top .list h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    padding-bottom: 10px;
    text-align: justify;
    position: relative;
    text-transform: uppercase;
    font-family:  sans-serif;
}

.top .list span {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 10px;

    text-align: justify;
    position: relative;
    text-transform: uppercase;
    font-family:  sans-serif;
}

.top .list h1 strong {
    color: #e3b700 !important;
    font-size: 30px;
    font-weight: 700;
}







/* =========================================
   toolbar
========================================= */


.main-bar {
    font-family:  sans-serif;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    background: #450070;


}

.main-bar a {
    margin-bottom: 5px;
    display: inline-block;

}
.main-bar span {
    color: #ffffff;
    padding: 3px 0 3px 10px;
    font-size: 10px;
    text-transform: uppercase;
    margin: 1px;
}

.toolbar {
    font-family:  sans-serif;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
background: #450070;


}



.toolbar a {
    margin-bottom: 5px;
    display: inline-block;

}

.toolbar span {
    color: #ffffff;
    padding: 3px 0 3px 10px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 1px;
}

.toolbar .path_separator {
    padding: 0 3px;
    line-height: 22px;

}

.toolbar > span:not(.path_separator) {
    font-family:  sans-serif;
    color: #00AAD5;
}





.toolbar.second {
    height: auto;

    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
    background-color: var(--header-background-color);
}


.toolbar.second .navbar-brand {
    color: #009fa8;
    font-size: 10px;
    font-weight: 300;

    line-height: 20px;
}
.toolbar.second .navbar-brand span {
    color: #ffffff;
    font-size: 14px;

    padding-right: 10px;
    line-height: 35px;
}


/*=================================================================
	app-info
==================================================================*/

.article-bar {
    font-family:  sans-serif;
    display: inline-block;
    width: 100%;

    border-radius: 4px;
    background-color: var(--body-background-color);
    align-items: center;




    vertical-align: center;
}








.article-bar a {
    display: inline-flex;
    align-items: center;
    padding-right: 40px;
    font-size: 12px;
    font-weight: 300;
}

.article-bar a img {
    vertical-align: middle;
    padding-left: 10px;
}

.article-bar span {
    display: inline-flex;
    align-items: center;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 300;
}



.article-bar span img {
    padding-left: 10px;
    vertical-align: middle;
}


/*=================================================================
	app-info
==================================================================*/

#app-info {

    padding: 20px;
    color: #fff;
}


#app-info  h2 {

    text-align: center;
    font-size: 22px;
    color: #f6f6f6;
    padding-right: 11px;

    padding-bottom: 2px;

}



#app-info .content tbody tr {
    word-break: break-word;

    font-size: 14px;
    margin-bottom: 30px;

}





#app-info .content {
    padding: 10px;
    width: 100%;
}



/*=================================================================
	site-about
==================================================================*/
/*=================================================================
	app-update-info
==================================================================*/

#app-update-info {
    background-color: #ffffff;

    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 40px;

}



#app-update-info  h2 {
    border-bottom: 1px solid #0b72af;
    text-align: center;
    font-size: 22px;
    color: #00293a;


    padding-bottom: 10px;
    line-height: 40px;

}

#app-update-info  p {

    padding-top: 10px;
    color: #4c5657;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 30px;
}

#app-update-info p a {




    color: #0092e8;

}
/*=================================================================
	site-about
==================================================================*/


#site-about {

    padding:0 40px 10px 40px;
    background: #ffffff;
    color: #fff;
    border: 1px solid #000000;
}

#site-about  h1 {
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 25px;
    color: #02225e;

    padding-bottom: 20px;
    line-height: 40px;
}

#site-about  h2 {
    border-bottom: 1px solid #000000;
    text-align: right;
    font-size: 22px;
    color: #00293a;
    padding-right: 11px;

    padding-bottom: 2px;
    line-height: 40px;
    background-color: #e8d6ff;
}
#site-about  h3 {
    border-bottom: 1px solid #000000;
    text-align: right;
    font-size: 18px;
    color: #00293a;
    padding-right: 11px;

    padding-bottom: 2px;
    line-height: 40px;
    background-color: #e8d6ff;
}

#site-about  p {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    color: #4c5657;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;

    font-weight: 400;
}

#site-about p a {

    font-weight: 700;


    color: #000f88;
    border-bottom: 1px solid #000000;
}

#site-about ul {
    text-align: justify;
    color: #150021;
    line-height: 30px;
    padding-left: 20px;
    font-weight: 300;

}
#site-about ul li{

    color: #150021;

}

#site-about .content {




    color: #4c5657;

    text-align: right;
    font-size: 15px;
    margin-left: 5px;
}



#site-about .sec-title h2:after {
    border-bottom: 1px solid #fff;
}

#site-about .overlay {
    background-color: #ffffff;
    padding: 10px 40px 20px 40px;

}

.site-about-item {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 64%;

}

#site-about img {

    height: auto;
    max-width: 350px;
}




/* =========================================
   Questions
========================================= */

#app-questions {
    padding: 0;
    color: #fff;
}



#app-questions  h2 {
    border-bottom: 1px solid #000000;
    text-align: right;
    font-size: 22px;
    color: #00293a;
    padding-right: 11px;

    padding-bottom: 2px;
    line-height: 40px;
    background-color: #c9c9c9;
}

#app-questions p {


    padding-top: 10px;

    color: #4c5657;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 30px;
}

#app-questions p a {




    color: #0b72af;

}

/* =========================================
   Notes
========================================= */

#app-notes {
    padding: 5px 20px 5px 50px;
    color: #090101;
    background-color: #ffffff;
}



#app-notes  h2 {
    border-bottom: 1px solid #000000;
    text-align: right;
    font-size: 22px;
    color: #00293a;
    padding-right: 11px;

    padding-bottom: 2px;
    line-height: 40px;
    background-color: #c9c9c9;
    margin-right: 20px;
}

#app-notes p {


    padding-top: 10px;

    color: #4c5657;
    line-height: 30px;
    text-align: right;
    font-size: 16px;
    padding-bottom: 30px;
}

#app-notes p a {




    color: #0b72af;

}

#app-notes ul {

    list-style-type: none; /* تعديل نوع العلامة للتعداد */
    padding-top: 10px;

    color: #4c5657;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 30px;
    padding-right: 30px;
}

#app-notes ul span {



    color: #340030;
    font-weight: bold;

}


#question ul {
    list-style-type: none; /* تعديل نوع العلامة للتعداد */

}

    /* =========================================
       5. Section question
    ========================================= */

#question  {
background: var(--header-background-color);
    color: #ffffff;
    padding-left: 5%;
    padding-right: 5%;
}


#question h2 {
    font-size: 28px;
    color: #ffffff;
    margin-right: 10px;
    text-align: center;
    padding-bottom: 20px;
}

#question h3 {
    font-size: 22px;
    color: #ffffff;

    text-align: right;
    padding-top: 25px;
    padding-bottom: 5px;
}
#question p {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 2;
    text-align: justify;
}

#question ul {
    list-style-type: none; /* تعديل نوع العلامة للتعداد */

}

/* =========================================
   5. Section omar-apps-view-list
========================================= */

#conclusion  {

    color: #ffffff;
    padding-left: 5%;
    padding-right: 5%;
}


#conclusion h2 {
    font-size: 26px;
    color: #ffffff;
    margin-right: 10px;
    text-align: center;
}
#conclusion p {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 2;
    text-align: justify;
}
/* =========================================
   5. Section omar-apps-view-list
========================================= */



#omar-apps-view-list  {
    background: white;
    color: #0b0d0e;
    padding-left: 20%;
    padding-right: 20%;
}


#omar-apps-view-list h2 {
    font-size: 26px;
    color: #024360;
    margin-right: 10px;
    text-align: center;
}


#omar-apps-view-list h3 {
    margin-top: 20px;
    font-size: 20px;
    padding-top: 10px;

    text-align: center;
    color: #310021;
    border: 1px solid #000000;
    padding-bottom: 10px;

}
#omar-apps-view-list h4 {
    margin-top: 20px;
    font-size: 20px;
    padding-top: 20px;

    text-align: right;
    color: #006b98;
    border-top: 1px solid #000000;

}

#omar-apps-view-list p {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 3;
    text-align: justify;
}

#omar-apps-view-list p i {

    font-weight: 500;
    color: #020207;
}

#omar-apps-view-list a {
    font-size: 14px;
    font-weight: 700;


    color: #000f88;
    border-bottom: 1px solid #000000;


}

#omar-apps-view-list img {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 30px;

}

/* =========================================
   5. Section Features
========================================= */





#app-features{
    padding: 20px 20px 20px 20px;
    background-color: var(--header-background-color);
}
#app-features .featured-item-img {
    width: 230px;
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 50px;

}



#app-features h2 {
    font-size: 24px;
    margin-right: 10px;
    text-align: center;

}

#app-features span {
    font-size: 18px;
    margin-right: 10px;

}

#app-features h3 {
    font-size: 20px;
margin-right: 60px;
    margin-left: 60px;
    font-weight: 300;
    text-align: center;
border: 1px solid #56316e;
    /* لون الإطار الأزرق */
}

#app-features h4 {
    font-size: 20px;

margin-right: 60px;
    margin-left: 60px;
    text-align: center;
    padding: 10px;
    width: auto;
    border: 1px solid #56316e; /* لون الإطار الأزرق */
}



#app-features .title-img {
    display: flex;
    align-items: center;

    height: 40px;
    color: #ffffff;
    line-height: 2px;
    background-color: #136077;
}

#app-features .title-img img {
    margin-right: 10px;
    vertical-align: middle;
}


#app-features .title-img span {

    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 18px;
    text-align: right;

}



#app-features p {
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 2;

    padding-right: 30px;
    padding-left: 30px;
    font-size: 15px;
}

#app-features ul {

    margin-right: 40px;
    margin-left: 40px;
}

#app-features li {
    line-height: 2; /* تعيين ارتفاع السطر */
    font-size: 16px;
    padding-right: 5px;
    font-weight: 400;
    list-style-type: decimal; /* تعديل نوع العلامة للتعداد */
}
#app-features a {
    font-size: 14px;
    display: flex;
    align-items: center;

}


.row-feat {
    padding-top: 50px;
}
.feat-list {
    margin-top: 40px;
}
.feat-list i {
    font-size: 48px;
    float: left;
    width: 20%;
    color: #26AFF0;
    height: 100%;
    position: relative;
    opacity: 0.6;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    top: 10px;
}
.feat-list:hover i {
    color: #25D366;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
#feature .inner {
    float: left;
    display: inline-block;
    width: 80%;
}
#feature-2 {
    padding: 100px 0 100px;
}
#feature-2 h2 {
    font-size: 40px;
    font-weight: 300;
    margin: 15px 0 15px 0;
}
.feature-2-pic {
    margin-top: 20px;
}


.send-us img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(131%) hue-rotate(500deg) brightness(97%) contrast(103%);

    margin-left: 10px;

}


.send-us img:hover {
    filter: brightness(70%) saturate(0%) invert(30%) sepia(70%) saturate(131%) hue-rotate(0deg) brightness(97%) contrast(103%);


    background: transparent;
}

/* =========================================
   12. Section Download
========================================= */
#download-app {
    background: url(../images/background.webp)  ;
    background-size: cover;
}

.download .underline:before,
.download .underline:after {
    background-color: #ffffff;
}


.download .download-area {
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}

.download .download-area img {
    width: 40px;
    height: 40px;


    margin-left: 10px;
    margin-right: 10px;

}


.download .download-area .download-btn {


    min-width: 250px;
    max-width: 250px;
    min-height: 45px;
    max-height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background: rgba(2, 0, 20, 0.66);
    border: 2px solid #ffffff; /* لون الإطار الأزرق */
    display: flex;
    text-align: center;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #ffffff; /* لون النص */
}



.download .download-area .download-btn:hover {
    background: -webkit-linear-gradient(right, #da0592, #c2b9bf);

    border: 2px solid #01121c; /* لون الإطار الأزرق */
    color: #001018; /* لون النص */
}

.download .download-area .download-btn img {

    order: -1;
}

.download .download-area .download-btn .app-download {

    align-content: center;
    text-align: center;
}

.download .download-area span {
    display: block;
    font-size: 16px;

    align-content: center;
    text-align: center;
}

.download .download-area .app-download strong {

    font-size: 18px;
    align-content: center;
    text-align: center;
}

.download .download-area a i {
    float: right;

}

.download .download-area .app-download {

    align-content: center;
    text-align: center;
    font-weight: 90;

}




/* =========================================
   header
========================================= */


/* =========================================
   12. New
========================================= */


.sec-title {
    margin-bottom: 10px;
    text-align: center;
}

.sec-title.white {
    color: #ffffff;
}

.sec-title h2 {
    font-size: 36px;

    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-family:  sans-serif;
}



.sec-title h2:after {
    border-bottom: 1px solid #009ee3;
    content: "";
    display: block;
    left: 50%; /* تعديل قيمة الـ left */
    bottom: 0;
    position: absolute;
    width: 30%; /* تعديل عرض الخط */
    transform: translateX(-50%); /* تحريك الخط للوسط */
}


/*=================================================================
	Contact
==================================================================*/

.input-field {
    margin-bottom: 10px;
    padding: 0 0 0 0;
}
.input-email-field {
    margin-bottom: 10px;
    padding: 0 52px 0 0;
}
.form-control {
    border: 1px solid #03484b;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    font-size: 16px;
    height: 50px;
}

textarea.form-control {
    width: 100%;
    height: 165px;
}

#submit:hover {
    color: #fff;

}

#submit:before {
    background-color: #03484b;
}

#submit.btn-effect:after {
    background: #2E2E2E;
}

.contact-details h3 {
    border-bottom: 1px solid #008ecc;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.contact-details p {
    line-height: 30px;
}

.contact-details p i {
    margin-right: 10px;
}

.contact-details span {
    display: block;
    margin-left: 24px;
}


/* =========================================
   btns
========================================= */



.custom-btn {
    background-color: transparent;
    color: #E9E9E9;
    border-radius: 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    padding: 5px;

}
.custom-btn:hover {
    background-color: #275227;
    color: #fff;
    border: 2px solid #FFFFFF;

}
.btn:active, .btn.active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-primary {
    font-size: 17px;
    margin: 10px 0px 0 0;
    line-height: 20px;
    padding: 15px ;
    height: 18px;
    max-width: 170px;
    min-width: 140px;
    border: 2px solid #5a0191;
    background: #5a0191;
text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 100px;

}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    border: 2px solid #e0b921;
    background: transparent;
    color: #e0b921;
}

.btn-primary img {
    padding-left: 10px;
    vertical-align: middle;
}
/* ----------
   Btns from Botstrap
------------- */
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-blue {
    background-color: #061c2d;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;



    border: 2px solid #061c2d;


    color: rgb(255, 255, 255);
    border-radius: 10px;
}

.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
    color: #ffffff;
    background-color: #052c49;
    border: 2px solid #052c49;
}
/* =========================================
   underline
========================================= */


.underline {
    position: relative;
    font-size: 20px;
    max-width: 350px;
    margin: auto auto 80px;
    color: #ffffff;
}
.underline:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    left: 0;
}
.underline:after {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    right: 0;
}







/* =========================================
   toolbar
========================================= */











/* =========================================
   toolbar
========================================= */










/* =========================================
   from bootstrap
========================================= */


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}


/* ----------
   input from Botstrap
------------- */





/* ----------
   form-control from Botstrap
------------- */

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
    -o-transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s;
    transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}




.form-group {
    margin-bottom: 15px;
    padding-top: 15px
}





.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: 15px
}









/* ----------
   container from Botstrap
------------- */











.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: right;
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 70%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}



/* =========================================
   send us
========================================= */

.send-us {
    display: list-item;
    margin: 10px;




    padding-bottom: 10px;

    text-transform: uppercase;
    font-family:  sans-serif;
    list-style-type: none;
}

.send-us h2 {
    font-size: 16px;

    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    font-family:  sans-serif;
}

.send-us h2:after {
    border-bottom: 1px solid #009ee3;
    content: "";
    display: block;

    bottom: 0;
    position: absolute;
    width: 200px;
}


.send-us ul {
    list-style-type: none; /* تعديل نوع العلامة للتعداد */
    margin-right: -40px;
}

.send-us li {
    line-height: 3; /* تعيين ارتفاع السطر */
    margin-right: 5px;
}
.send-us a {
    font-size: 14px;
    display: flex;
    align-items: center;

}




.send-us img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(131%) hue-rotate(500deg) brightness(97%) contrast(103%);

    margin-left: 10px;

}


.send-us img:hover {
    filter: brightness(70%) saturate(0%) invert(30%) sepia(70%) saturate(131%) hue-rotate(0deg) brightness(97%) contrast(103%);


    background: transparent;
}



/* =========================================

========================================= */


.btn-telegram {
    font-size: 17px;
    margin: 20px 10px 0 0;
    line-height: 20px;
    padding: 15px 35px;
    height: 18px;
    width: 170px;

    border: 2px solid #229ED9;
    background: #229ED9;

    color: rgb(18, 18, 22);
    border-radius: 100px;
    display: inline-flex;
}
.btn-telegram:hover, .btn-telegram:focus, .btn-telegram:active{
    border: 2px solid #083448;
    background: transparent;
    color: #0d1a1e;
}

.btn-telegram img {
    padding-left: 10px;
    vertical-align: middle;
}










.site-name h2 {
    font-size: 46px;


}

.site-name strong {
    color: #e3b700 !important;
}

#entry-list  {
    background-color: #ffffff;

    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 20px;
    padding-top: 20px;
}

#entry-list .entry{
    background: #d7d7d7;

    padding: 10px 10px;

    border: 2px solid #083347;

    align-content: center;
    color: rgb(18, 18, 22);
    border-radius: 10px;


}
#entry-list .entry li {
    font-size: 14px;
    line-height: 36px;


}

#entry-list .entry p {
    font-size: 15px;
    margin: 10px 30px;
    border: 1px solid #083347;
    text-align: center;
    padding: 5px;
}


@media (max-width: 425px) {

    #entry-list  {
        background-color: #ffffff;

        padding: 20px;
    }
}

@media (max-width: 767px) {
    #entry-list  {
        background-color: #ffffff;

        padding: 20px;
    }

    body {

        padding-left: 0;
        padding-right: 0;
    }
}

.centerimage {
    vertical-align: middle;
    margin: auto;
    display: flex;
    height: auto;
    width: auto;
}