@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
body {
    font-family: 'Cairo', sans-serif;
 /*   background: linear-gradient(135deg, rgba(7, 43, 161, 0.97), rgb(89, 75, 173)), linear-gradient(135deg, rgba(7, 43, 161, 0.97), rgb(89, 75, 173)) !important; */

}

.navbar {
    padding: 10px 1px;
}

.navbar-collapse {
    flex-grow: 0
}

.navbar .main_logo {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.navbar .main_logo h1 {
    font-size: 18px;
    color: var(--main-color);
    margin-bottom: 25px;
    padding-top: 10px;
    font-weight: 600
}

.navbar .main_logo p {
    color: var(--main-color)
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: var(--main-color);
    font-weight: 500
}

.footer {
    background-color: #fff;
    text-align: center;
    margin: 0;
    border-top: 1px solid #e4e3e3;
}

.footer .data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width:991px) {
    .footer .data {
        flex-direction: column-reverse;
    }
}

.footer .data ul {
    padding-top: 10px;
}

.footer .data ul li {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff
}

.footer .data ul li i {
    color: #6c706f;
    font-size: 17px
}

.footer .data p {
    color: #a09c9c;
    margin: 0;
    padding: 0;
    font-size: 12px;

}

.footer .data p a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.footer .data p a i {
    color: #c0392b;
}

.navbar-toggler {
    color: #4b4848;
    font-size: 1.5rem
}

.top_header {
    background-color: var(--main-color);
    color: #fff;
    z-index: 9999
}

.top_header .top1 {
    font-size: 12px
}

.top_header .top1 .date {
    padding-left: 5px;
}

.top_header .top1 .time {
    padding-right: 5px
}


.top_header .top2 ul li {
    display: inline-block;
    padding-top: 4px;
}

.top_header .top2 ul li a {
    color: #fff
}

.top_header .top2 ul li i {
    font-size: 12px;
}

.top_header .row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:991px) {
    .top_header .row {
        justify-content: center
    }

    .top_header {
        height: 80px
    }
}

header {
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        margin-right: 15%
    }
}

@media(max-width:991px) {
    .top_header .top2 .button_login {
        padding: 5px
    }

    .navigation .navbar-nav {
        text-align: right;
        box-shadow: 0 0 10px 2px #fff;
        background: #f9f9f9
    }
}

.nav-item:hover .nav-link {
    color: var(--main-color) !important
}

.small_screen .top_header {
    position: relative
}

@media (max-width: 991px) {
    .small_screen .top_header {
        height: auto
    }
}

.small_screen .medieum {
    background-color: #fff
}

@media (max-width: 991px) {
    .small_screen .medieum .row {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.small_screen .medieum .navbar-brand {
    padding: 0;
    margin: 0
}

.small_screen .medieum .navbar-brand img {
    margin-left: 10px
}

.small_screen .medieum .button_login {
    background-color: var(--main-color);
    color: #fff;
    margin-left: 10px;
    margin-right: 10px
}

.small_screen .top_header .top2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.new_links {
    z-index: 9999999999;
    height: 100vh;
    background: #ffff;
    position: absolute;
    top: -60px;
    right: -100%;
    width: 300px;
}

.new_links ul li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.105);
}


.new_links ul {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px
}

.small_screen {
    display: none
}

/***************************************/

body.overlay-active {
    overflow: hidden;
    /* يمنع التمرير عندما تكون القائمة نشطة */
}

.new_links {
    /* ابدأ القائمة خارج الشاشة */
    transition: right 0.3s ease-in-out;
}

.new_links.active {
    right: 0;
    /* حرك القائمة إلى داخل الشاشة */
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999998;
}

.overlay.active {
    display: block;
}

/****************************************/

@media(max-width:991px) {
    .large_screen {
        display: none
    }

    .small_screen {
        display: block
    }
}

.small_screen .medieum {
    background-color: #fff;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

@media (max-width: 991px) {
    .small_screen .medieum .row {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.small_screen .medieum .navbar-brand {
    padding: 0;
    margin: 0
}

.small_screen .medieum .button_login {
    background-color: var(--main-color);
    color: #fff;
    margin-left: 3px;
    margin-right: 3px
}

.login_navbar li {
    margin-right: 10px;
    margin-left: 10px
}

.navigation .navbar-nav {
    text-align: center
}

.large_screen .navigation .navbar-nav {
    display: -webkit-inline-box
}

.login-button {
    border: 2px solid #dedede;
    margin-right: 8px;
    padding: 6px 20px !important
}

@media (max-width: 400px) {
    .login-button {
        display: inline-block;
        padding: 6px 45px !important;
        margin: 5px 0
    }
}

@media (max-width: 480px) {
    .login-button {
        display: inline-block;
        padding: 6px 45px !important;
        margin: 5px 0
    }
}

@media (max-width: 768px) {
    .login-button {
        display: inline-block;
        padding: 6px 45px !important;
        margin: 5px 0
    }
}

@media (max-width: 992px) {
    .login-button {
        display: inline-block;
        padding: 6px 45px !important;
        margin: 5px 0
    }
}

.add-button {
    background: var(--main-color);
    color: #fff;
    padding: 8px 20px !important;
    display: inline-block
}

.add-button:hover {
    color: #fff
}

.main-nav .nav-item .nav-link {
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
    font-weight: 600;
}

.main-nav .nav-item .nav-link span {
    margin-left: 4px
}

.main-nav .nav-item .nav-link.dropdown-toggle {
    padding-right: 10px
}

.main-nav .nav-item.active .nav-link {
    color: var(--main-color) !important;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--main-color);
}

.nav-item a.active {
    color: var(--main-color) !important;
}

.main-nav .search .nav-link i {
    font-size: 15px;
    height: 43px;
    width: 43px;
    line-height: 43px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 3px;
    text-align: center
}

.main-nav .search .input-group {
    width: 300px;
    direction: rtl
}

.main-nav .search .input-group .input-group-addon {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color)
}

.main-nav .search .input-group .input-group-addon i {
    font-size: 15px;
    padding-right: 5px;
    padding-left: 5px
}

@media (max-width: 480px) {
    .navbar-toggleable-md>.container {
        margin-right: 0;
        margin-left: 0;
        padding-left: 25px;
        padding-right: 25px
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #3c3c3c;
    font-size: 16px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        margin-right: 30%
    }
}

@media(max-width:991px) {
    .top_header .top2 .button_login {
        padding: 5px
    }

    .navigation .navbar-nav {
        text-align: right;
        box-shadow: 0 0 10px 2px #fff;
        background: #f9f9f9
    }
}

.nav-item a {
    position: relative;
    text-decoration: none;
    color: inherit;
    /* للحفاظ على لون النص الأصلي */

}
.nav-item a.active {
    color: var(--main-color) !important;
}

 

.nav-item a {
    position: relative;
    text-decoration: none;
    color: inherit;
    /* للحفاظ على لون النص الأصلي */
}
 
.small_screen .medieum .navbar-brand {
    padding: 0;
    margin: 0
}

.nav-link {
    color: #000;
    font-size: 14px;
}

[dir='rtl'] .slick-next,
[dir='rtl'] .slick-prev {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 40px
}

@media(max-width:991px) {
    [dir='rtl'] .slick-next {
        left: 0;
        display: none !important
    }

    [dir='rtl'] .slick-prev {
        right: 0;
        display: none !important
    }

    .about_section .main_slide {
        overflow: hidden
    }
    .nav-link{
        font-size: 13px;
        font-weight: 600;
    }
}

.whatsapp_bottom {
    position: fixed;
    bottom: 20px;
    right: 15px;
 
}

@media(max-width:991px) {
    .whatsapp_bottom {
        bottom: 20px;
        right: 10px;
        padding: 7px;
        border-radius: 64px;
        width: 130px
    }
}

.whatsapp_bottom a {
    text-decoration: none;
    color: #fff
}

/********************  Start Hero Section  ******************/
.hero {
    min-height: 400px;
    display: flex;
    align-items: center;
}

.hero .data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero .data .hero_image{
    margin-bottom: 37px;
    margin-top: 65px;
}
.hero .data .main_buttons{
    width: 50%;
    display: block;
    margin: auto;
    text-align: center;
}
.hero .data .button1 {
    background-color: #E7E9EB;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.48);
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
    max-width: 100%;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
}
.hero .data .button1 a{
    text-decoration: none;
    display: block;
    width: 100%;
}

.hero .data .button1 h6{
    color: #505458;
    font-size: 16px;
    font-weight: 700;
    padding: 8px;
}
.hero .data .button1 img{
    width: 50px;
    height: 40px;
    margin: 8px;
}
 
@media(max-width:991px) {
 .hero .data .main_buttons{
    width: 80%;
 }
 .hero .data .button1 h6{
    font-weight: 600;
 }
}

.hero .data .buttons .btn1 {
    background-color: var(--main-color);
    color: #fff;
    border: 2px solid var(--main-color);
    transition: all .3s ease-in-out;
    padding: 9px 30px;
    border-radius: 30px;
    margin: 10px;
}

.hero .data .buttons .btn1:hover {
    color: var(--main-color);
    background-color: transparent;
    border-color: var(--main-color);
}

.hero .data .buttons .btn2 {
    background-color: transparent;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    transition: all .3s ease-in-out;
    padding: 9px 30px;
    border-radius: 30px;
    margin: 10px;
}

.hero .data .buttons .btn2:hover {
    background-color: var(--main-color);
    color: #fff;
}


/********************  End Hero Section  ******************/


/********************* Start Wester Section ///////////////////*/

.western {
    padding: 60px 10px;
}

.western .wester_image {}

.western .wester_image img {
    max-width: 100%;
}

.western .info {
    margin-bottom: 20px;
}

.western .info h2 {
    font-size: 28px;
    color: #313131;
    margin-bottom: 30px;
}

@media(max-width:991px) {
    .western .info h2 {
        font-size: 23px; 
    }
}

.western .info p {
    color: #727171;
    line-height: 2;
    margin-bottom: 30px;
}

.western .info a {
    background-color: var(--main-color);
    color: #fff;
    border: 2px solid var(--main-color);
    transition: all .3s ease-in-out;
    padding: 9px 30px;
    border-radius: 30px;
}

.western .info a:hover {
    color: var(--main-color);
    background-color: transparent;
    border-color: var(--main-color);
}

/********************* End  Wester Section ///////////////////*/

/*********************** Start recieve_dollar_banner **********/

.recieve_dollar_banner {}

.recieve_dollar_banner img {
    width: 100%;
    padding: 15px;
}

/*********************** End  recieve_dollar_banner **********/

/********************* Start Services *****************/

.services {
    padding: 60px 10px;
}

.services h2 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
    color: var(--main-color);
}

.services .info {
    text-align: center;
    min-height: 320px;
    margin-bottom: 20px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    transition: box-shadow .7s ease;

}

.services .info img {
    width: 120px;
    height: 120px;
    border: 2px solid #f1f1f1;
    padding: 20px;
    border-radius: 50%;
}

.services .info h4 {
    margin: 20px 0;
    color: #242424;
    font-size: 20px; 
}

.services .info p {
    line-height: 2;
    color: #5b5959;
}

/******************** End Services ****************/

/***************** Start Last Hero **************/

.last_hero {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.last_hero .data {}

.last_hero .data img {
    max-width: 33%;
}

.last_hero .data p {
    margin-top: 20px;
    font-size: 16px;
}

@media(max-width:991px) {
    .last_hero .data img {
        max-width: 40%;
    }

    .last_hero .data p {
        font-size: 16px;
    }
}

/**************** End Last Hero ****************/


/************* Start Western Page ************/


.western_info {
    padding: 80px 0;
}

@media(max-width:991px) {
    .western_info {
        padding: 20px 0;
    }
}

.western_info .data {}

.western_info .data .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.western_info .data .info .image {
    background-color: #ebebeb;
    border-radius: 50%;
    padding: 10px;
    margin-left: 10px;
}

.western_info .data .info .image img {
    width: 40px;
    height: 40x;
}

.western_info .data .info .info_data {}

.western_info .data .info .info_data h2 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.western_info .data .info .info_data p {
    font-size: 14px;
    color: #5d5c5c;
}


/*************** End Wester Pagee ************/

/*********** Start From Send Western ***********/
.form_western {}

.form_western .data {}

.form_western .data form {
  
    padding: 20px;
  
    margin-bottom: 50px;
}

.form_western .data form .form_title {
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 20px;
}

.form_western .data form .box {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}

.form_western .data form .box label {
    margin-bottom: 10px;
    color: #414141;
}

.form_western .data form .box input {
    box-shadow: none;
    outline: none;
}

.form_western .data form .box_info {}

.form_western .data form .box_info h6 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form_western .data form .box_info ul {}

.form_western .data form .box_info ul li {
    line-height: 2;
    color: #8c8c8c;
}

.form_western .data form .box_info p {
    color: #4d4d4d;
}

/*********** End  From Send Western ***********/


/************** START CONFRIM ORDER ************/

.confirm_order {
    padding-top: 20px;
    padding-bottom: 60px;
}

.confirm_order .data {}

.confirm_order .data h4 {
    text-align: center;
    padding: 20px;
    background-color: var(--main-color);
    color: #fff;
    margin-bottom: 30px;
}

.confirm_order .info h5 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
}

.confirm_order .info h6 {
    font-weight: bold;
    margin: 20px;
}

.confirm_order .info p {
    line-height: 2;
    color: #3e3e3e;
}

.confirm_order .info ul li {
    line-height: 2;
    color: #3e3e3e;
    padding-bottom: 10px;
}

/*************** End Confrim ORDER ************/

/*********** Start Dollar Page  **************/
.form_dollar {
    margin-top: 40px;
    margin-bottom: 40px;
}

.form_dollar .restrict {}

.form_dollar .restrict h6 {}

.form_dollar .restrict ul {}

.form_dollar .restrict li {
    line-height: 2;
    padding-bottom: 5px;
    color: #0f0f0f;
    border-bottom: 1px solid #f1f1f1;
}

.form_dollar .restrict .text-red {
    font-weight: bold;
    color: red;
}

/************ End Dollar Page ***************/


/*********** Start Accounts Page ************/

.accounts {}

.accounts .data {}

.accounts .data h4 {
    text-align: center;
    padding: 20px;
    background-color: var(--main-color);
    color: #fff;
    margin-bottom: 30px;
    margin-top: 30px;
}

/************* End Accounts Page *************/


@media(max-width:991px){
    .hero {
        min-height: 460px;
    }
    .hero .data h4{
        font-size: 30px;
    }
    .hero .data button{
        font-size: 12px;
    }
    .hero .data .buttons .btn1,
    .hero .data .buttons .btn2{
        font-size: 14px;
    }
    .western .info a { 
        font-size: 14px;
        padding: 9px 20px;
    }
    .recieve_dollar_banner img{
        padding: 0;
    }
    .western_info .data .info{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .western_info .data .info .image{
        padding: 16px;
    }
}


.form-control {
    border-color: #000;
}
 
/************************************** Start New Buttons ****************/

.hero .data .new_buttons{

}
.hero .data .new_buttons .button1{
    background-color: rgb(12, 13, 91); 
    box-shadow: none;
    border: none;
    padding: 5px;
    position: relative;
    margin-bottom: 30px !important;
} 
.hero .data .new_buttons .button1 a h6{ 
    color: #FBD314;
    font-weight: normal;
} 
.hero .data .new_buttons .button1 img{
    position: absolute;
    top: -25px;
    left: 4px; 
    width: 80px;
}
.hero .data .new_buttons .button2{
    background-color: #FBD314; 
    margin-bottom: 30px !important;
}
.hero .data .new_buttons .button2 a h6{
    color: rgb(12, 13, 91); 
}
.hero2{
    padding: 20px;
    padding-top: 100px;
    margin: auto;
    text-align: center;
}
.hero2 img{
    max-width: 100%;
    border-radius: 10px;
}
.services2{
    padding: 20px;
    background-color: #1E3456;
}
.services2 h2{
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}
.services2 p{
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}
.services2 .info{
    padding: 0px;
    border-radius: 10px 10px 0 0 ;
}
.services2 .info img {
    width: 100%;
    height: 100%; 
    padding: 0px; 
    border: none;
    border-radius: 10px 10px 0 0;
}
/************************************ End New Buttons *****************/



/**************** Start New Confirm Page ********************/
.confirm_data_info {}

.confirm_data_info .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.confirm_data_info .info p {
    border: 1px solid #ccc;
    padding: 3px;
    width: 45%;
    border-radius: 10px;
    padding: 0;
    padding-right: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.confirm_data_info .info i {
    color: #34ab7c;
    position: relative;
    top: 3px;
}

.confirm_order .info h5 {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
    padding-right: 10px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
}

/******************* End New Confirm Page *****************/
