* {
    box-sizing: border-box;
}
body {
    background: linear-gradient(
        250.81deg,
        rgba(255, 255, 255, 0.6) 35.24%,
        rgba(1, 43, 63, 0.2) 111.39%
    );
    color: var(--bs-primary);
}
.navbar {
    position: relative;
    z-index: 9;
}
.navbar a {
    color: var(--bs-primary);
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    transition: all 0.1s;
}

.navbar a:hover:not(.navbar-brand) {
    background: transparent;
    font-weight: bold;
    color: var(--bs-secondary);
    border-radius: 46px;
    padding-right: 20px;
    padding-left: 20px;
    transition: all 0.5s;
}

.navbar a:not(.navbar-brand) {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.navbar a.nav-link.active {
    font-weight: bold;
    color: var(--bs-secondary);
    border-radius: 46px;
    padding-right: 25px;
    padding-left: 25px;
}

.navbar a.nav-link.active-secondary {
    background: var(--bs-secondary);
    font-weight: bold;
    color: var(--bs-primary);
    border-radius: 46px;
    padding-right: 25px !important;
    padding-left: 25px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar a.nav-link.active-primary {
    background: var(--bs-primary);
    font-weight: bold;
    color: #fff;
    border-radius: 46px;
    padding-right: 25px !important;
    padding-left: 25px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

#hero {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100vh;
    position: relative;
    margin-top: -8rem;
    z-index: 0;
}
#hero input {
    color: #000000;
    height: 50px;
    padding: 5px 55px;
    border-radius: 45px;
    box-shadow: 0 0 10px #8b8b8bd6;
    -webkit-box-shadow: 0 0 10px #8b8b8bd6;
    border: 0px;
}
#hero input::placeholder {
    color: #000;
}

#hero button[type="submit"] {
    margin-right: -56px;
    color: var(--bs-primary);
    font-size: 1.4rem;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    font-weight: bold;
    border-top-left-radius: 45px !important;
    border-bottom-left-radius: 45px !important;
}

#hero button[type="submit"]:hover {
    border: 0px;
}
.background-hero {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
    background-color: #ffffffa8 !important;
}

.hero-content {
    position: relative;
    z-index: 999999;
    width: 100%;
    height: 100vh;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.hero-content .section-right,
.hero-content .section-left {
    position: relative;
    z-index: 999999;
    height: 100vh;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.scroll-dn,
.logo-text-h {
    position: absolute;
    bottom: 0;
}
.btn-explor {
    background: rgba(74, 74, 74, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 0px;
    height: 40px;
    margin-top: 4rem;
    width: 270px;
}
.btn-explor:hover {
    background: #b9b9b9;
}
.btn-explor span {
    margin: 0px 5px;
}
.btn-explor .icon {
    width: 40px;
    height: 42px;
    border-radius: 0px 19px 19px 0px;
    background: var(--bs-secondary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: -2px;
}
.logo-text-h {
    left: 0;
    transform: rotate(90deg);
    top: 55%;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
    flex-direction: row;
}
#form-search {
    margin-top: 5rem !important;
}

.hero-btns .btn {
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: auto;
}

.section {
    min-height: 100vh;
    margin-bottom: 5rem !important;
    transition: opacity 1s ease, transform 0.5s ease;
}
.section.scrolled {
    opacity: 1;
    transform: scale(1);
}

.btn {
    border-radius: 46px !important;
}
.icon-div {
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    cursor: auto;
}
.icon-div div {
    width: 50px;
    height: 49px;
    border-radius: 18px 5px 10px 5px;
    background: var(--bs-secondary);
}
.icon-div span {
    font-size: 3rem;
    margin-right: -30px;
}
.card-title {
    font-weight: bold;
}

.hover-card.card:hover {
    background: var(--bs-primary);
    color: #fff;
    cursor: pointer;
}

.bg-splash {
    background: url(../images/Vector.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 140px 41px;
    background-position-x: right;
    width: 300px;
}
.card-body-blog {
    background: #fff;
    color: var(--bs-primary);
    margin-top: -115px;
    width: 87%;
    border-radius: 5px;
}
.pk {
    height: 530px;
    border-radius: 40px;
    width: 330px;
}
.pk p {
    font-family: "DINNextLTArabic";
}
.pk-title {
    position: absolute;
    top: -25px;
    background: var(--bs-secondary);
    border-radius: 45px;
    width: 215px;
    height: 56px;
    color: var(--bs-primary) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-link .fa,
.nav-link .mdi {
    font-size: 1.3rem;
    margin-left: 4px;
    margin-right: 4px;
}

.btn-card {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    background: #fff;
    width: 185px;
    margin: 5px;
    height: 185px;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    border-radius: 14px !important;
    box-shadow: 1px 0px 5px #b1b1b1;
}
.btn-card span {
    color: var(--bs-secondary);
    font-weight: bold;
}
.btn-card .mdi {
    font-size: 4rem;
    color: var(--bs-primary);
}

.radio-inputs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.5rem;
    box-sizing: border-box;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    padding: 2px 10px;
    max-width: 400px;
    font-size: 12px;
    background: #fff;
}

.radio-inputs .radio {
    flex: 1 1 auto;
    text-align: center;
}

.radio-inputs .radio input {
    display: none;
}

.radio-inputs .radio .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    padding: 0.4rem 0;
    color: rgba(51, 65, 85, 1);
    transition: all 0.15s ease-in-out;
    margin: 0px 10px;
    border-radius: 29px;
}

.radio-inputs .radio input:checked + .name {
    background-color: var(--bs-primary);
    font-weight: 600;
    color: #fff;
    border: none;
}

b,
label {
    font-weight: bold;
}
.valid {
    color: green;
}
.valid-modern {
    color: #d89a31;
}
.valid-modified {
    color: #0f2056;
}
.no-valid-modern {
    color: #a8792a;
}
.no-valid {
    color: #555;
}

.bb_right span {
    display: inline-block;
    width: 25px;
    color: #fff;
    margin: 5px;
}

.hq-page {
    min-height: 70vh;
    align-content: center;
}

.loader {
    width: 200px;
    height: 140px;
    background: var(--bs-primary);
    box-sizing: border-box;
    position: relative;
    border-radius: 8px;
    perspective: 1000px;
}

.loader:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-radius: 8px;
    background: #f5f5f5 no-repeat;
    background-size: 60px 10px;
    background-image: linear-gradient(#ddd 100px, transparent 0),
        linear-gradient(#ddd 100px, transparent 0),
        linear-gradient(#ddd 100px, transparent 0),
        linear-gradient(#ddd 100px, transparent 0),
        linear-gradient(#ddd 100px, transparent 0),
        linear-gradient(#ddd 100px, transparent 0);

    background-position: 15px 30px, 15px 60px, 15px 90px, 105px 30px, 105px 60px,
        105px 90px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.loader:after {
    content: "";
    position: absolute;
    width: calc(50% - 10px);
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-radius: 8px;
    background: #fff no-repeat;
    background-size: 60px 10px;
    background-image: linear-gradient(#ddd 100px, transparent 0),
        linear-gradient(#ddd 100px, transparent 0),
        linear-gradient(#ddd 100px, transparent 0);
    background-position: 50% 30px, 50% 60px, 50% 90px;
    transform: rotateY(0deg);
    transform-origin: left center;
    animation: paging 1s linear infinite;
}

@keyframes paging {
    to {
        transform: rotateY(-180deg);
    }
}
.boe-content {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 4rem;
}
.boe-content div:first-child {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.boe-content h3 {
    font-size: 1.2rem;
}
.boe-content .system_title {
    font-size: 1.2rem;
}
.boe-content .ancArticlePrevVersions .fas {
    margin-left: 5px;
    margin-right: 5px;
}

.boe-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-between;
}
.changed-article {
    background: #a8bbf5;
}
.canceled-article {
    background: #ff9b87;
}
.article_item {
    padding: 1rem;
    position: relative;
    border-radius: 4px;
    width: 100%;
}
.article_btns {
    position: absolute;
    left: 5px;
    top: 0;
}
.popup-list {
    background: #fff;
    border: 1px;
    position: absolute;
    width: 101%;
    display: block;
}
.HTMLContainer {
    font-size: 1rem;
}
.HTMLContainer big {
    font-size: 1.1rem;
}
.boe-legend {
    margin-bottom: 1rem;
}
.boe-legend span {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
}

.boe-legend span.modified i {
    width: 13px;
    height: 13px;
    background: #a8bbf5;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    border: 1px solid #777;
}

.boe-legend span.canceled i {
    width: 13px;
    height: 13px;
    background: #ff9b87;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    border: 1px solid #777;
}

.boe-info div:last-child {
    display: none;
}

.moj-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 2rem;
    margin-bottom: 4rem;
}
.moj-content {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 4rem;
}

table th {
    background: var(--bs-primary) !important;
    color: #fff !important;
    text-align: center !important;
}
table td {
    text-align: center !important;
}
.dt-search {
    position: relative !important;
}
.dt-search .fa-search {
    position: absolute !important;
    top: 9px !important;
    margin-right: 11px !important;
    background: #fff !important;
}

.spinner {
    display: none;
    width: 24px;
    height: 24px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-left-color: #09f;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.form-insted-of {
    position: relative;
}
.form-insted-of p {
    position: absolute;
    top: -13px;
    display: inline-block;
    margin: 0px;
    background: #fbfbfb;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
    right: 34%;
}
.input-group-text {
    padding: 11.7px 11px;
}
.input-group-text.input-group-text-left {
    font-weight: bold;
    padding: 10.5px 7px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
input[type="email"],
input[type="number"] {
    direction: ltr;
}

.otp-container {
    direction: ltr;
}

.otp-input {
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 5px;
}

.otp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.countdown {
    margin: 0 auto;
}
.countdown .bloc-time {
    float: left;
    margin-right: 45px;
    text-align: center;
}
.countdown .bloc-time:last-child {
    margin-right: 0;
}
.countdown .count-title {
    display: block;
    margin-bottom: 15px;
    font: normal 0.94em "Lato";
    color: #1a1a1a;
    text-transform: uppercase;
}
.countdown .figure {
    position: relative;
    float: left;
    height: 110px;
    width: 100px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 8px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2),
        inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2),
        inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2),
        inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}
.countdown .figure:last-child {
    margin-right: 0;
}
.countdown .figure > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font: normal 5.94em/107px "Lato";
    font-weight: 700;
    color: #fdcb72;
}
.countdown .figure .top:after,
.countdown .figure .bottom-back:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.countdown .figure .top {
    z-index: 3;
    background-color: #f7f7f7;
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-transform: perspective(200px);
    -ms-transform: perspective(200px);
    -webkit-transform: perspective(200px);
    transform: perspective(200px);
}
.countdown .figure .bottom {
    z-index: 1;
}
.countdown .figure .bottom:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.02);
}
.countdown .figure .bottom-back {
    z-index: 2;
    top: 0;
    height: 50%;
    overflow: hidden;
    background-color: #f7f7f7;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}
.countdown .figure .bottom-back span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.countdown .figure .top,
.countdown .figure .top-back {
    height: 50%;
    overflow: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.countdown .figure .top-back {
    z-index: 4;
    bottom: 0;
    background-color: #fff;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform: perspective(200px) rotateX(180deg);
    -ms-transform: perspective(200px) rotateX(180deg);
    -webkit-transform: perspective(200px) rotateX(180deg);
    transform: perspective(200px) rotateX(180deg);
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.countdown .figure .top-back span {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
}

.icon-circle {
    background: #012b3f;
    width: 40px;
    height: 40px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}

.background-hero {
    background: linear-gradient(
                45deg,
                rgba(15, 20, 153, 0.045),
                rgba(100, 217, 243, 0.062),
                rgba(234, 236, 198, 0.084),
                rgba(255, 205, 24, 0.095),
                rgba(1, 217, 255, 0.086)
            )
            0 0 / 1000% no-repeat,
        0 0 / cover no-repeat;
    /* -webkit-animation: gradientAnimation 40s ease infinite;
    animation: gradientAnimation 40s ease infinite; */
}
@-webkit-keyframes gradientAnimation {
    0% {
        background-position: 0% 30%, 0 0;
    }
    50% {
        background-position: 100% 70%, 0 0;
    }
    100% {
        background-position: 0% 30%, 0 0;
    }
}
@keyframes gradientAnimation {
    0% {
        background-position: 0% 30%, 0 0;
    }
    50% {
        background-position: 100% 70%, 0 0;
    }
    100% {
        background-position: 0% 30%, 0 0;
    }
}
.login-with {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 40px;
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0.04), 0 0px 4px rgb(0 0 0 / 15%);
    color: #002a3f;
    font-size: 14px;
    font-weight: 500;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    width: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    &:hover {
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
    }

    &:active {
        background-color: #eeeeee;
    }

    &:focus {
        outline: none;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25),
            0 0 0 3px #c8dafc;
    }

    &:disabled {
        filter: grayscale(100%);
        background-color: #ebebeb;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
        cursor: not-allowed;
    }
}

.login-with-phone-btn {
    background-image: url(../images/chat.png);
}
.login-with-email-btn {
    background-image: url(../images/email.png);
}
.login-with-google-btn {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
}

.nav-tabs .nav-link {
    border-radius: 21px;
    box-shadow: 0px 0px 7px #c6d4ff;
    padding: 9px 38px;
    margin-bottom: 0px;
    margin-left: 4px;
}

.nav-tabs .nav-link.active {
    background-color: var(--bs-primary);
    color: #fff;
}
.nav-tabs {
    border: 0px;
}

.highlight {
    background-color: yellow;
    font-weight: bold;
}
.text-with-bg {
    background-image: url(../images/1232.png);
    background-size: 120px 80px;
    background-repeat: no-repeat;
    background-position: top;
    height: 80px;
    display: inline-block;
}
.hero-Swiper2 .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;

    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.hero-Swiper2 .swiper-slide img {
    width: 200px;
    height: 165px;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 13px;
}

.hero-Swiper2 .swiper-slide h3 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
}

.hero-Swiper2 .swiper-slide p {
    font-size: 14px;
    color: #666;
}

.swiper-slide-active {
    transform: scale(1.2) !important;
}
.swiper-pagination2,
.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination2 .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    border-radius: 3px;
    height: 6px;
}
.swiper-pagination2 .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet-active {
    width: 16px;
    background-color: var(--bs-secondary);
}

.sw-1 .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -8% !important;
}
.swiper-button-next,
.swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    background: rgba(41, 45, 50, 1);
    color: #fff !important;
    border-radius: 50%;
}
.hero-Swiper {
    height: 600px;
}
.hero-Swiper2 .swiper-slide-next,
.swiper-slide-prev {
    opacity: 0.5;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #333;
    color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px !important;
    font-weight: bold;
}
.content-bg {
    background: url("../images/Vector (2).png");
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}
.shape {
    width: 300px;
    height: 300px;
    border-radius: 261px 261px 261px 0px;
    background-color: var(--bs-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.shape.bg-book {
    background-image: url(../images/freepik__candid-image-photography-natural-textures-highly-r__920913.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 350px 350px;
}
.shape p {
    font-size: 2rem;
    margin-bottom: 0px;
}
table.dataTable th {
    border: none !important;
    background: var(--bs-dark) !important;
}
.table > thead {
    border-right: 10px solid var(--bs-secondary);
    border-left: 10px solid var(--bs-secondary);
}
.dt-search img {
    left: 7px;
    position: absolute;
    top: 8px;
}

.dt-search .dt-input {
    padding-left: 35px !important;
}
.dt-search {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}
.custom-box {
    position: relative;
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: rgba(217, 217, 217, 1);
    color: var(--bs-primary);
    margin: 20px auto;
    margin-right: -30px;
    z-index: -1;
    padding-right: 33px;
    text-align: right;
}

.custom-box::before {
    content: "”";
    position: absolute;
    top: -10px;
    right: 19px;
    font-size: 50px;
    color: var(--bs-secondary);
}

.custom-box::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 15px;
    height: 15px;
    background-color: var(--bs-secondary);
}

@media screen and (max-width: 490px) {
    .text-with-bg{
        background-size: 100px 60px;
        height: 48px;
    }
    .social-icons {
        margin-top: 1rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .social-icons a{margin: auto 4px;}
    .navbar-collapse.show {
        background-image: linear-gradient(to bottom, #fbfbfb, #ffffff);
        border-bottom-right-radius: 11px;
        border-bottom-left-radius: 11px;
        box-shadow: 0px 19px 31px #cccccc59;
    }
    .scroll-dn {
        bottom: 9%;
        right: 40vh;
    }

    .background-hero {
        overflow: hidden;
    }
    .background-hero img {
        width: 257%;
        margin-right: -39px;
    }

    .hero-content .desc {
        color: var(--bs-secondary);
        background: #0f0f0f75;
        padding: 10px;
        border-radius: 3px;
    }

    body {
        font-size: 14px;
    }
    .custom-box {
        margin-right: auto;
    }
    .img-custom-mob {
        width: 100% !important;
    }
    .hero-Swiper {
        height: 400px;
    }
    .swiper {
        width: 100%;
        max-width: 600px;
        height: 400px;
        margin: auto;
    }

    .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        overflow: hidden;
    }

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .hero-content {
        padding-top: 18vh;
    }

    #hero input {
        height: 45px;
    }
    #hero input::placeholder {
        color: #ffffff;
    }

    #hero button[type="submit"] {
        height: 45px;
        width: 45px;
    }
}

.loading_page {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999999;
    background: var(--bs-primary);
    height: 100vh;
    display: none;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.loading_page.loading_page-show {
    display: flex;
}

button.top {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(1, 43, 63);
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253);
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;

    position: fixed;
    bottom: 4px;
    margin: 5px;
    z-index: 9999999;
}

.svgIcon {
    width: 12px;
    transition-duration: 0.3s;
}

.svgIcon path {
    fill: white;
}

.top:hover {
    width: 140px;
    border-radius: 50px;
    transition-duration: 0.3s;
    background-color: rgb(253, 203, 114);
    align-items: center;
}

.top:hover .svgIcon {
    transition-duration: 0.3s;
    transform: translateY(-200%);
}

.top::before {
    position: absolute;
    bottom: -20px;
    content: "عودة لأعلي الصفحة";
    color: rgb(1, 43, 63);
    font-size: 0px;
}

.top:hover::before {
    font-size: 13px;
    opacity: 1;
    bottom: unset;
    transition-duration: 0.3s;
}

.action-menu {
    display: none;
    position: absolute;
    background-color: var(--bs-primary);
    color: white;
    padding: 0px;
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.action-menu button {
    background-color: transparent;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    margin-left: 0px;
    box-shadow: 1px 0px 1px #ffffff;
    border-radius: 3px;
}

.action-menu button:hover {
    background-color: var(--bs-secondary);
    color: var(--bs-primary);
}
#suggestions-box {
    position: absolute;
    width: 99%;
    top: -14%;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 13px;
    border-radius: 20px;
    box-shadow: 0 0 10px #8b8b8bd6;
    -webkit-box-shadow: 0 0 10px #8b8b8bd6;
    display: none;
    right: 4px;
    padding-top: 5rem;
    z-index: 99;
}
#suggestions-box .suggestion-item {
    cursor: pointer;
    border-top: 1px solid #f1f1f1;
    padding: 10px;
}
#suggestions-box .suggestion-item:hover {
    background: #f5f5f5;
}
#searchQuery.active-input {
    box-shadow: 0px 0px;
    z-index: 1;
    position: relative;
    border-radius: 0px;
    width: 100%;
    z-index: 100;
}

.btn-close-suggestions {
    position: absolute;
    top: 30%;
    left: 0%;
    z-index: 99;
    height: 45px;
    width: 45px;
    cursor: pointer;
}

.services-top-menu.show {
    display: flex;
    justify-content: space-between;
}

.kh-card {
    width: 100%;
    padding: 24px 10px;
    border-radius: 18px;
    position: relative;
}
.kh-card .kh-card-title {
    position: absolute;
    top: -5%;
    background: var(--bs-dark);
    border-radius: 13px;
    color: #fff;
    font-size: 0.8rem;
    padding: 5px 12px;
}
.kh-card .kh-card-title .icon-info {
    color: var(--bs-dark);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
}
.kh-card-body {
    padding: 10px 15px;
}
.kh-card-body-btn {
    display: inline-block;
    position: absolute;
    left: 1%;
    top: 2%;
    width: auto;
    z-index: 9999;
    color: var(--bs-black);
}
.small-box {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 6px;
    border-radius: 5px;
}
.accordion-header-leg {
    box-shadow: 0px 4px 14.6px 0px rgba(0, 0, 0, 0.05);
}
.accordion:nth-child(odd) .accordion-header-leg {
    border-right: 9px solid var(--bs-secondary);
}
.accordion:nth-child(even) .accordion-header-leg {
    border-right: 9px solid var(--bs-dark);
}
.col-form-label {
    margin-bottom: -4%;
    margin-right: 6%;
    z-index: 99;
    background: #fbfbfb;
    display: inline-block;
    width: auto;
    color: var(--bs-secondary);
    font-weight: 100;
}
.form-control {
    height: 43px;
    border-radius: 6px;
    background-color: transparent;
}
.form-control:focus {
    background-color: transparent;
    border-color: var(--bs-secondary);
}
.animation-scrollDown {
    animation: scrollDown 1s infinite alternate ease-in-out;
}
@keyframes scrollDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}
