@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap');

/* Starting Golbel Rules  */
:root {
    --main-white: #fff;
    --main-black: #000;
    --main-color: #2E2E2E;
    --main-color-hover: #97a1aa;
    --bg-body-light-color: #ddd;
    --bg-body-dark-color: #bdfea8;
    --bg-light-color: #f8f8f8;
    --bg-dark-color: #bdfea8;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Alexandria", sans-serif;
}

body {
    overflow-x: hidden;
    max-width: 2560px;
    width: 100%;
    margin: 0 auto;
    font-family: "Alexandria", sans-serif !important;
}

ul {
    list-style: none;
}
a{
    text-decoration: none;
}
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #97a1aa;
}

::-webkit-scrollbar-thumb:hover {
    background: #bdfea8;
}

::-webkit-scrollbar-track {
    background: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

button,
a,
a::after,
li::after,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
.btn,
input,
.trs-3 {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.mobile-menu,
img,
a::before,
.custom_card,
.trs-5 {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    border-color: #97a1aa;
}

.bg-grey {
    background-color: var(--bg-light-color);
    border-top: 1px solid var(--bg-body-light-color);
    border-bottom: 1px solid var(--bg-body-light-color);
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-200 {
    padding-bottom: 200px;
}

.w-30 {
    width: 30%;
}

.w-fit-content {
    width: fit-content;
}

@keyframes fadeInUpAndfadeInDown {
    0% {
        transform: translateY(0);
        /* الوضع الأول */
    }

    50% {
        transform: translateY(-10px);
        /* يتحرك لأعلى */
    }

    100% {
        transform: translateY(0);
        /* يعود للوضع الأول */
    }
}

.has-dropdown {
    position: relative;
    cursor: pointer;
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: scale(0) translateX(-50%);
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0 0 10px 2px rgba(94, 104, 112, 0.5);
    border-radius: 0 0 8px 8px;
    z-index: 999;
    transform: scale(0);
    transform-origin: top left;
    overflow: hidden;
}

.has-dropdown:hover .dropdown {
    transform: scale(1) translateX(-50%)
}

.dropdown li a {
    display: block;
    color: var(--main-black);
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    padding: 8px 20px;
    gap: 10px;
}

.dropdown li a:hover {
    color: var(--main-black)
}

.dropdown li a:hover::after {
    left: 0;
}

/* Starting to top button */

.to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 990;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.to-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.page-item:last-child .page-link {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
} */

.form-check-input {
    box-shadow: none !important;
    cursor: pointer;
}

.page-link.active,
.page-link:hover,
.page-link:focus {
    box-shadow: none;
    background-color: #97a1aa;
    color: #fff;
    border-color: #97a1aa;
}



/* Starting Loading Screen */

.loading-screen {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #bdfea8;
    z-index: 9999999999;
}

.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    color: #14684e
}

.loader:before,
.loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}

.loader:after {
    color: #333;
    transform: rotateY(70deg);
    animation-delay: .4s;
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        -moz-transform: translate(-50%, -50%) rotateZ(0deg);
        -ms-transform: translate(-50%, -50%) rotateZ(0deg);
        -o-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        -moz-transform: translate(-50%, -50%) rotateZ(360deg);
        -ms-transform: translate(-50%, -50%) rotateZ(360deg);
        -o-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -moz-transform: translate(-50%, -50%) rotate(-360deg);
        -ms-transform: translate(-50%, -50%) rotate(-360deg);
        -o-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {

    0%,
    100% {
        -webkit-box-shadow: .2em 0px 0 0px currentcolor;
        -moz-box-shadow: .2em 0px 0 0px currentcolor;
        -ms-box-shadow: .2em 0px 0 0px currentcolor;
        -o-box-shadow: .2em 0px 0 0px currentcolor;
        box-shadow: .2em 0px 0 0px currentcolor;
    }

    12% {
        -webkit-box-shadow: .2em .2em 0 0 currentcolor;
        -moz-box-shadow: .2em .2em 0 0 currentcolor;
        -ms-box-shadow: .2em .2em 0 0 currentcolor;
        -o-box-shadow: .2em .2em 0 0 currentcolor;
        box-shadow: .2em .2em 0 0 currentcolor;
    }

    25% {
        -webkit-box-shadow: 0 .2em 0 0px currentcolor;
        -moz-box-shadow: 0 .2em 0 0px currentcolor;
        -ms-box-shadow: 0 .2em 0 0px currentcolor;
        -o-box-shadow: 0 .2em 0 0px currentcolor;
        box-shadow: 0 .2em 0 0px currentcolor;
    }

    37% {
        -webkit-box-shadow: -.2em .2em 0 0 currentcolor;
        -moz-box-shadow: -.2em .2em 0 0 currentcolor;
        -ms-box-shadow: -.2em .2em 0 0 currentcolor;
        -o-box-shadow: -.2em .2em 0 0 currentcolor;
        box-shadow: -.2em .2em 0 0 currentcolor;
    }

    50% {
        -webkit-box-shadow: -.2em 0 0 0 currentcolor;
        -moz-box-shadow: -.2em 0 0 0 currentcolor;
        -ms-box-shadow: -.2em 0 0 0 currentcolor;
        -o-box-shadow: -.2em 0 0 0 currentcolor;
        box-shadow: -.2em 0 0 0 currentcolor;
    }

    62% {
        -webkit-box-shadow: -.2em -.2em 0 0 currentcolor;
        -moz-box-shadow: -.2em -.2em 0 0 currentcolor;
        -ms-box-shadow: -.2em -.2em 0 0 currentcolor;
        -o-box-shadow: -.2em -.2em 0 0 currentcolor;
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }

    75% {
        -webkit-box-shadow: 0px -.2em 0 0 currentcolor;
        -moz-box-shadow: 0px -.2em 0 0 currentcolor;
        -ms-box-shadow: 0px -.2em 0 0 currentcolor;
        -o-box-shadow: 0px -.2em 0 0 currentcolor;
        box-shadow: 0px -.2em 0 0 currentcolor;
    }

    87% {
        -webkit-box-shadow: .2em -.2em 0 0 currentcolor;
        -moz-box-shadow: .2em -.2em 0 0 currentcolor;
        -ms-box-shadow: .2em -.2em 0 0 currentcolor;
        -o-box-shadow: .2em -.2em 0 0 currentcolor;
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}

.modal.show .modal-dialog {
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: unset;
    margin: 0;
}

.modal-content {
    width: 800px;
    max-width: 100%;
    min-height: 500px;
    border-radius: 20px;
}

/* Ending Loading Screen */

/* Ending Golbel Rules  */

/* Starting auth-container */
.auth-container {
    min-height: 100dvh;
    background: url('../images/auth-bg-2.jpg') no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.auth-container::after {
 
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.auth-container form {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 20px;
    min-width: 500px;
    position: relative;
    z-index: 2;
}

.auth-container form .btn {
    font-weight: bold;
}

.auth-container a {
    color: #14684e;
    font-weight: 600;
}

/* Ending auth-container */
/* Starting header */
.header {
    background-color: var(--main-color);
    border-bottom: 1px solid var(--main-color-hover);
}

.header .nav-item {
    padding: 10px 30px;
}

.header .nav-item .nav-link {
    color: #fff;
}

.header .lang {
    color: #fff;
    list-style: none;
}

.header .lang .dropdown {
    min-width: fit-content;
}
.header .btn:hover{
    color: #fff;
}
/* Ending header */
/* Starting banner */
.banner-section{
    background: rgba(20, 104, 77, 0.1);
}
.banner-section .banner-content {
    padding: 30px 70px;
    text-align: start;
}

.banner-section .banner-content h2 {
    font-size: 40px;
    line-height: 60px;
    color: #14684e;
    margin-bottom: 30px;
}
.banner-section .banner-content p {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 30px;
    line-height: 27px;
}

.banner-section .banner-content .btn {
    padding: 5px 30px;
    font-size: 20px;
    border-radius: 10px;
}

/* Ending banner */
/* Starting statistics */
.statistics .box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #000;
}
.statistics .box p{
    font-size: 40px;
    color: #14684e;
}
.statistics .col-6:last-of-type .box{
    border: none;
}
.statistics .box h6{
    color: #333;
    font-size: 23px;
    margin-top: 20px;
}
/* Ending statistics */
/* Starting features-box */

.features-box .box {
    padding: 30px;
    box-shadow: 0 6px 23px -2px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    background: rgba(20, 104, 77, 0.08);
    height: 100%;
}

.features-box .box h6 {
    font-size: 20px;
    margin: 25px 0 14px 0;
}

.features-box .box p {
    font-size: 85%;
}

/* Ending features-box */
/* Starting why-choose-us */
.heading-text h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #14684e;
}

.heading-text p {
    font-size: 18px;
    font-weight: 500;
    color: #57d6a1;
    line-height: 1.5;
}

.why-choose-us .why-choose-us_item:nth-child(odd){
    flex-direction: row-reverse;
}
.why-choose-us .image{
    flex: 0 0 40%;
}
.why-choose-us .text-box h2 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 30px;
}

.why-choose-us .text-box p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
}

/* Ending why-choose-us */
/* Starting exchange-methods */
.table>:not(caption)>*>* {
    width: calc(100% / 3);
    color: #000;
    background-color: #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.table-bordered>:not(caption)>*:first-child{
    border-top: 0;
}
.exchange-methods .table {
    margin: 0;
}
.exchange-methods .table img{
    border-radius: 5px;
    overflow: hidden;
}
/* Ending exchange-methods */
/* Starting footer */
footer {
    background-color: var(--main-color)
}

footer :where(h2, h3, p, a) {
    color: #fff;
}

/* Ending footer */
/* Starting wallets */
.wallets .box {
    border-radius: 1.5625rem;
    box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 0.625rem 0.9375rem -0.3125rem, rgba(0, 0, 0, 0.04) 0 0.4375rem 0.4375rem -0.3125rem;
    position: relative;
    overflow: hidden;
    padding: 1rem 1.25rem;
    border: 0.0625rem solid #14684e;
}

.wallets .box p {
    font-weight: 500;
}

.wallets .box img {
    border: 3px solid #14684e;
    overflow: hidden;
}

.wallets .box .btn {
    padding: 5px 20px;
    font-weight: 400;
    border-radius: 20px;
}

/* Ending wallets */
/* Starting Transfer */
.btn-select,
.choose-currency .btn {
    font-size: 1rem;
    background-color: transparent;
    text-align: left;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: calc(100% / 2 - 1%);
    padding: 0.75rem;
    border: 0.01rem solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
}

.btn-select {
    width: 30%;
}

.btn-select:hover,
.choose-currency .btn.active,
.choose-currency .btn:hover {
    border-color: #14684e;
}

.currency-transfer {
    padding: 30px;
    border-radius: 12px;
    -webkit-box-shadow: 3px 3px 10px 3px #dddddd;
    -moz-box-shadow: 3px 3px 10px 3px #dddddd;
    box-shadow: 3px 3px 10px 3px #dddddd;
}

.upload-box {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    background-color: #f8f9fa;
    position: relative;
    max-width: 100%;
    margin: 20px auto;
}

.upload-box:hover {
    border-color: #14684e;
}

.upload-box input {
    display: none;
}

.upload-icon {}

.file-info {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

.file-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: #eef2ff;
}

.file-preview img {
    width: 30px;
    height: 30px;
}

.file-preview span {
    flex-grow: 1;
    text-align: start;
    padding-left: 10px;
}

/* Ending Transfer */