:root {
    --main-color: #222222;
    --sec-color: #BFF1E9;
    --bg-color: #22C8AC;
}

@font-face {
    font-family: 'PingAR+LT';!important;
    src: url('../fonts/PingAR+LT-Regular.otf'); !important;
}

@font-face {
    font-family: 'PingAR+LT-Medium';!important;
    src: url('../fonts/PingAR+LT-Medium.otf');!important;
}


body {
    direction: rtl;
    text-align: start;
    font-family: 'PingAR+LT';!important;
    overflow-x: hidden;
    background: #E9FAF7;
}

.owl-carousel {
    direction: ltr;
}

.carousel-info button {
    border: none;
    outline: none;
    background: none;
}

button:focus {
    border: none;
    outline: none;
}

input:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

a,
a:hover {
    text-decoration: none;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1230px;
    }
}

a.lang {
    color: #fff;
    text-transform: capitalize;
}

a.lang i {
    padding-inline-start: 6px;
}

.header-section .logo img {
    max-height: 50px;
    max-width: 100%;
    object-fit: contain;
}

.search-btn a {
    color: #fff;
}

.search-btn i {
    transition: all 0.7s;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-section .navbar-nav li {
    margin-right: 6px;
}

.my-nav .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    font-size: 14px;
}



.right-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-menu,
.left-header,
.right-upper-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}

.main-menu {
    justify-content: center;
}

.nav-contact a {
    color: #fff;
    transition: all 0.5s;
    margin-inline-start: 46px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-contact a span {
    display: inline-block;
    direction: ltr;
}

.header-section .upper-header a {
    color: #fff;
    transition: all 0.5s;
}

.header-section .main-menu li {
    padding: 0 24px;
}

.header-section .main-menu li a {
    font-size: 16px;
    position: relative;
    transition: all 0.3s;
    color: #393649;
    font-weight: 700;
}

.header-section .main-menu li a:hover {
    color: var(--bg-color);
}

.header-section .main-menu li a::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    bottom: -8px;
    left: 0;
    background-color: var(--bg-color);
    transition: all 0.6s;
    transform: scale(0);
    opacity: 0;
}

.header-section .main-menu li a:hover::after {
    transform: scale(1);
    opacity: 1;
    width: 100%;
}


.nav-contact {
    display: flex;
    justify-content: flex-end;
}

.navbar-toggler-icon {
    color: #fff;
    background-color: var(--bg-color);
    width: 32px;
    height: 32px;
    margin-top: -5px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.count-img {
    height: 76px;
}

.count-img img {
    max-height: 100%;
}

.my-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.responsive-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 15px;
}

.responsive-menu .lang a {
    color: var(--bg-color);
}

.responsive-menu .btnSearch {
    padding-inline: 0;
}

.responsive-menu .logo img {
    max-height: 80px;
}

/* Sidebar */

.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    right: -360px;
    height: 100%;
    width: 320px;
    background-color: var(--bg-color);
    z-index: 999;
    padding: 20px 0;
    z-index: 999999;
    transition: all 0.7s;
}

.sidebar-width {
    right: 0px;
}

.sidebar .close-side i {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.sidebar .side-content {
    padding-top: 40px;
    margin-top: 30px;
}

.close-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--sec-color);
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}

.close-overlay.open-overlay {
    display: block;
}

.sidebar .side-content ul li {
    position: relative;
    width: 100%;
    transition: all .5s;
    border-bottom: 1px solid #ffffff42;
}


.sidebar .side-content ul li a {
    color: #fff;
    display: inline-block;
    padding: 16px 14px;
    position: relative;
    transition: all 0.6s;
}

/* Start home slider */
section.hero {
    background: #BFF1E9;
    margin: 0 49px;
    border-radius: 40px;
    padding: 0;
}

.hero-info {
    padding-inline-end: 101px;
}

.section-title h4 span {
    color: #22C8AC;
}

.hero-info h2 {
    font-size: 56px;
    line-height: 90px;
    margin-bottom: 48px;
    font-weight: 700;
    color: #110D24;
}

section.hero .row {
    align-items: center;
}

.app-imgs {
    display: flex;
    align-items: center;
    gap: 25px;
}

.app-imgs img {
    max-height: 66px;
}

.hero-img {
    height: 764px;
}

.hero-img img {
    max-height: 100%;
    max-width: 100%;
}

.slider-home .slider-img {
    position: relative;
    height: 764px;
}

.slider-home .slider-img img {
    height: 100%;
    object-fit: cover;
}

.home-slider .item,
.home-slider {
    position: relative;
}

.upper-header .row,
.header .row {
    align-items: center;
}

.header {
    padding-block: 16px;
}

.my-btn {
    display: inline-block;
    min-width: 116px;
    padding: 8px;
    background: #188C78;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
    font-weight: 700;
}

.my-btn::after,
.my-btn::before,
.more button::before,
.more button::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    top: 0;
    background: var(--bg-color);
    z-index: -1;
    transition: all 0.4s;
    opacity: 0;
}

.my-btn::after,
.more button::after {
    left: 0;
    border-radius: 50px 0px 0px 50px;
}

.my-btn::before,
.more button::before {
    right: 0;
    border-radius: 0px 50px 50px 0px;
}

.my-btn:hover::after,
.my-btn:hover::before,
.more button:hover:before,
.more button:hover::after {
    width: 50%;
    opacity: 1;
}

.my-btn:hover {
    color: #fff;
}

/* ************************************************** */
/* Start slder section */
.home-slider .owl-carousel,
.sponser-slider {
    direction: ltr;

}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next {
    margin-top: 0;
    position: absolute;
    bottom: 126px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 25px;
    color: rgb(255 255 255 / 51%);
}

.card-slider.owl-theme .owl-nav .owl-prev {
    right: 122px;
    color: #22C8AC;
    background: #E9FAF7;
}

.card-slider.owl-theme .owl-nav .owl-next {
    right: 22px;
    background: #22C8AC;
    color: #fff;
}

/* --------------------------------------------------------- */
/* Start primary_mission section */
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    margin-bottom: 72px;
}

.section-title h4 {
    font-size: 48px;
    font-weight: 700;
}

section.primary_mission {
    padding-top: 120px;
}

.count-block {
    background: #fff;
    border-radius: 24px;
    padding: 26px 24px;
}

.count-block .details {
    display: flex;
    align-items: center;
    gap: 16px;
}

.count-block .counter-name {
    display: flex;
    flex-direction: column;
    align-items: start;
}

h3.counter-item {
    font-size: 32px;
    font-weight: 700;
    color: #110D24;
    direction: ltr;
    text-align: start;
}

.counter-name h6 {
    font-size: 24px;
    color: #393649;
}

/* End primary_mission section */
/* ************************************************* */
/* ---------------  how to use app ---------------------   */
.user-manual-imgs {
    display: flex;
    justify-content: center;
    background: #BFF1E9;
    border-radius: 24px;
    /* height: 566px; */
    padding: 92px 41px;
}

.user-manual-imgs img {
    max-width: 170px;
    max-height: 100%;
}

.user-manual-imgs .img2 {
    margin-top: 24px;
    animation-delay: 0.3s;
}

.user-manual-imgs .img3 {
    margin-top: 48px;
    animation-delay: 0.6s;
}

.user-manual-imgs .img1,
.user-manual-imgs .img2,
.user-manual-imgs.img3 {
    height: 334px;
}

.how-to-use-app h4 {
    font-size: 48px;
    margin-bottom: 40px;
    color: #110D24;
    font-weight: 700;
}

.how-to-use-app ul li {
    margin-bottom: 32px;
    font-size: 24px;
    font-family: 'PingAR+LT-Medium';
    display: inline-flex;
    gap: 16px;
}

.how-to-use-app ul li span.data {
    width: calc(100% - 60px);
}

.how-to-use-app ul {
    padding-inline-end: 200px;
}

.how-to-use-app ul li span.number {
    width: 50px;
    height: 45px;
    display: inline-block;
    color: #22C8AC;
    font-size: 24px;
    background-image: url('../../img/landing_page/Vector.png');
    background-size: cover;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* --------------------------------   */

.users-revies {
    background: #fff;
    border-radius: 24px;
}

.card-slider .item .row {
    direction: rtl;
}

.reviews-info .icon img {
    max-height: 62px;
    max-width: 62px;
}

.card-slider .item {
    overflow: hidden;
    padding: 32px;
}

.reviews-info p {
    font-size: 24px;
    line-height: 38px;
    margin: 48px 0 16px;
    color: #393649;
    font-weight: 700;
}

.reviews-info h6 {
    color: #757380;
    font-size: 16px;
    font-weight: 700;
}

.user-image {
    height: 446px;
}

.user-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.card-slider.owl-theme .owl-dots {
    position: absolute;
    bottom: 159px;
    width: 100%;
}

.card-slider .owl-dots {
    counter-reset: slides-num;
    margin-top: 15px;
}

.card-slider .owl-dots:after {
    content: counter(slides-num);
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    position: absolute;
    top: 29px;
    right: 72px;
    color: #22C8AC;
    width: 29px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'PingAR+LT-Medium';
}

.card-slider .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin: 0 10px;
}

.card-slider .owl-dot.active:before {
    content: counter(slides-num) " / ";
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 86px;
    top: 34px;
    color: #22C8AC;
    width: 35px;
    height: 26px;
    cursor: auto;
    font-family: 'PingAR+LT-Medium';
}

.card-slider.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    color: #fff;
    position: relative;
    height: 26px;
    /* padding-inline-end: 50px; */
    width: 40px;
    margin: 0;
    transition: all 0.3s;
}

.User_Reviews .section-title {
    margin-bottom: 64px;
}

/* ----------------   Start footer section ----------------- */

.fa-brands,
.fab {
    font-weight: 400;
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
}

.footer-sochial {
    text-align: end;
}

.footer {
    text-align: center;
}

.footer h2 {
    font-size: 38px;
    line-height: 77px;
    font-weight: 700;
    margin-bottom: 80px;
}

.footer h2 span {
    color: #22C8AC;
}

.footer .app-imgs {
    justify-content: center;
}

footer {

    background: #fff;

    border-radius: 40px 40px 0 0;

    padding: 77px 0 0;
}


.footer-sochial a {
    color: #6BA6FF;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6F0FF;
    border-radius: 50%;
    text-align: center;
}



span.mob-num {
    display: inline-block;
    direction: ltr;
}

.copy-right {
    padding: 20px 0px;
    border-top: 1px solid #E6F0FF;
    margin-top: 53px;
}

.copy-right p {
    color: #fff;
    margin-bottom: 0;
    font-family: 'light';
}

.ryad-logo {
    height: 65px;
    margin-top: -32px;
    position: relative;
    top: 5px;
    margin-left: -20px;
}

.comp-rights {
    text-align: start;
}

.copy-right .row {
    align-items: center;
}


.ryad-logo {
    height: 65px;
    margin-top: -32px;
    position: relative;
    top: 5px;
    margin-left: -20px;
}










@media (max-width:768px) {}
