@import 'bootstrap.min.css';
@import 'bootstrap-grid.min.css';
@import 'animate.css';
@import 'line-awesome.min.css';
@import 'all.css';
@import 'owl.carousel.css';
@import 'owl.theme.default.min.css';
@import 'swiper.min.css';

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');

/* End Fonts */

:root {
    --main-color: #2151CA;
    --dark-color: #353535;
    --sec-color: #ff660d;
    --bg-grid: linear-gradient(145deg, #6B92FF 0%, #003EEA 100%);
    --bg-grid2: linear-gradient(145deg, #FFB56B 0%, #ff660d 100%);
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: 'Cairo', sans-serif;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--main-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Cairo', sans-serif;
    background: #fff;
    text-align: start;
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
    text-align: start;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Cairo', sans-serif;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

section {
    position: relative;
}

p {
    margin: 0;
    color: #626262;
    font-size: 13px;
    line-height: 23px;
    /* font-family: 'neo'; */
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

ul li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.opacity {
    opacity: 0;
}


/* Start Header */

.navbar-expand-lg {
    padding: 28px 0;
}

.navbar-expand-lg .row {
    width: 100%;
    align-items: center;
}

.navbar-expand-lg .row .nav-inner {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.navbar-expand-lg .row .nav-inner .logo {
    max-width: 124px;
    max-height: 124px;
    /* float: right; */
}

.navbar-expand-lg .row .nav-inner .right-head {
    float: left;
    display: inline-flex;
}

.navbar-expand-lg .row .nav-inner .menu-site {
    display: flex;
    width: 65%;
    justify-content: space-between;
}

.navbar-expand-lg .row .nav-inner .menu-site .navbar-nav li {
    margin: 10px;
}

.navbar-expand-lg .row .nav-inner .menu-site .navbar-nav li a {
    font-size: 18px;
    color: #fff;
}

.navbar-expand-lg .row .nav-inner .right-head .notf-h {
    margin-left: 20px;
}

.navbar-expand-lg .row .nav-inner .right-head .btn-not {
    font-size: 25px;
    color: #fff;
}

.btn-left .btn-nav {
    min-width: 147px;
    min-height: 45px;
    background: #fff;
    display: inline-flex;
    border-radius: 50px;
    color: #003EEA;
    font-size: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    overflow: hidden;
    position: relative;
}

header {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9;
}

.navbar-expand-lg .navbar-nav {
    justify-content: flex-end;
}

.nav-mobile {
    width: 40px;
    height: 40px;
    background: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 25px;
    color: var(--main-color);
}

.btn-left .btn-nav::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
    background: var(--bg-grid2);
    opacity: 0;
}

.btn-left .btn-nav span {
    position: relative;
    z-index: 2;
}

.btn-left .btn-nav:hover::after,
.btn-left .btn-nav:focus::after {
    opacity: 1;
}

.btn-left .btn-nav:hover,
.btn-left .btn-nav:hover:focus {
    color: #fff;
}

.navbar-expand-lg .row .nav-inner .menu-site .navbar-nav li a:hover,
.navbar-expand-lg .row .nav-inner .menu-site .navbar-nav li a:focus,
.moved.sticky .navbar-expand-lg .menu-site .navbar-nav li.active a {
    color: var(--sec-color);
}

.moved.sticky {
    position: fixed;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}

.moved.sticky .nav-inner {
    align-items: center;
}

.moved.sticky .navbar-expand-lg .row .nav-inner .logo {
    max-width: 50px;
    max-height: 50px;
}

.moved.sticky .navbar-expand-lg {
    padding: 10px 0;
}

.moved.sticky .navbar-expand-lg .menu-site .navbar-nav li a {
    color: var(--dark-color);
    font-size: 14px;
}

.moved.sticky .navbar-expand-lg .menu-site .navbar-nav li {
    margin: 4px 20px;
}

.moved.sticky .navbar-expand-lg .menu-site .btn-left .btn-nav {
    background: var(--main-color);
    color: #fff;
    font-size: 13px;
    min-height: 35px;
    min-width: 120px;
}


/* End Header */


/* Start Banner-h */

.banner-h::after {
    content: "";
    position: absolute;
    width: 75%;
    left: 0;
    top: -100px;
    height: 100%;
    background: url(../images/after-banner.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    border: 0;
    z-index: -1;
    margin-inline-end: -2%;
}

.banner-h {
    padding-top: 200px;
    /* height: 700px; */
    z-index: 3;
    overflow: hidden;
}

.text-banner h1,
.text-banner h2 {
    font-size: 36px;
    font-weight: bold;
    color: var(--dark-color);
    animation-delay: .5s;
    margin: 0;
}

.text-banner h1 {
    color: var(--main-color);
    animation-delay: .3s;
}

.text-banner {
    padding-top: 60px;
}

.text-banner p {
    font-size: 16px;
    margin: 20px 0;
    color: #595959;
    overflow: hidden;
    animation-duration: .7s;
    font-weight: normal;
    line-height: 1.9;
}

.btn {
    padding: 0;
    min-width: 157px;
    min-height: 44px;
    border-radius: 50px;
    background: var(--main-color);
    color: #fff;
    font-size: 17px;
    border: none;
    /* box-shadow: none !important; */
    outline: none !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 6px #2151CA26;
}

.btn.btn-sec {
    border: 1px solid #1947B3;
    color: #1947B3;
    background: transparent;
    margin: 0 15px;
}

.btn:hover {
    background: var(--sec-color);
    color: #fff;
    border-color: var(--sec-color);
}

.img-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-banner .img {
    width: 383px;
    /* height: 592px; */
    position: relative;
}

.img-banner .img img {
    max-width: 350px;
    animation: upDown 5s infinite linear;
}

.img-banner .img.img1 {
    right: 65px;
    z-index: 2;
}

.img-banner .img.img2 {
    left: 65px;
}

@keyframes upDown {
    0%,
    100% {
        transform: translateY(-15px)
    }
    50% {
        transform: translateY(15px)
    }
}

@keyframes upDown2 {
    0%,
    100% {
        transform: translateY(15px)
    }
    50% {
        transform: translateY(-15px)
    }
}

.img-banner .img.img2 img {
    animation: upDown2 4s infinite linear;
}

.banner-h .row {
    align-items: center;
}


/* End Banner-h */


/* Start Services-h */

.services-h {
    padding: 100px 0;
}

.title {
    text-align: center;
    margin: 0 0 50px;
}

.title h3 {
    color: var(--dark-color);
    font-weight: bold;
    font-size: 36px;
    line-height: 1.7;
    margin: 0;
}

.title p {
    max-width: 521px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 26px;
    color: #595959;
}

.item-serv {
    text-align: center;
    margin: 15px 0;
}

.item-serv .img {
    /* margin-bottom: 20px; */
    height: 198px;
    line-height: 198px;
}

.item-serv .img img {
    max-width: 198px;
    max-height: 198px;
}

.item-serv .details {
    padding-top: 20px;
}

.item-serv .details h3 {
    color: var(--dark-color);
    font-size: 16px;
    transition: all .5s;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 25px;
    min-height: 58px;
}

.item-serv .details p {
    font-size: 16px;
    line-height: 28px;
    margin: 30px 0;
}

.item-serv .details .num-serv {
    text-align: center;
}

.item-serv .details .num-serv span {
    background: var(--bg-grid);
    width: 44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    transition: all .5s;
}

.item-serv:hover .details h3 {
    color: var(--main-color);
}

.item-serv:hover .details .num-serv span {
    background: var(--bg-grid);
    color: #fff;
}


/* End Services-h */


/* Start Download-app */

.download-app {
    padding: 80px 0;
}

.download-app::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    background: url(../images/after-app.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.details-down {
    padding-top: 50px;
}

.details-down h3 {
    font-size: 42px;
    font-family: 'neoBold';
    line-height: 82px;
}

.details-down h3 span {
    color: var(--main-color);
}

.details-down p {
    font-size: 16px;
    line-height: 29px;
    color: var(--dark-color);
    margin: 20px 0;
}

.details-down .links-down {
    margin-top: 25px;
}

.details-down .links-down a {
    display: inline-block;
    margin-left: 20px;
}

.details-down .links-down a img {
    max-width: 219px;
}

.img-down {
    animation: image-top 4s infinite linear;
    height: 578px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


/* End Download-app */


/* Start Pages-h */

.owl-carousel {
    direction: ltr;
}


/* End Pages-h */


/* Start Contact-h */

.contact-h {
    padding: 100px 0 60px;
}

.contact-inner {
    border-radius: 8px;
    background: #fff;
    max-width: 804px;
    margin: auto;
    position: relative;
    box-shadow: 0px 10px 21px #6F37BF3D;
}

.contact-inner .row {
    margin: 0;
}

.contact-inner .row .col-md-6.col-sm-12 {
    padding: 0;
}

.contact-inner .form-contact {
    padding: 30px;
}

.contact-inner .form-contact h3 {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.9;
    color: var(--main-color);
}

.contact-inner .form-contact h3 span {
    color: #FFAB3C;
}

.form-group {
    margin: 12px 0;
}

.form-group .form-control {
    height: 40px;
    background: #F0F0F0;
    border-radius: 5px;
    border: 1px #f0f0f0 solid;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
}

.form-group textarea.form-control {
    height: 95px;
}

.btn.btn-form {
    min-width: 148px;
    min-height: 50px;
    background: var(--main-color);
    box-shadow: 0px 7px 15px #00000029;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.btn.btn-form img {
    width: 19px;
    height: 16px;
    filter: brightness(0) invert(1);
    transform: scaleX(-1);
    margin-inline-start: 15px;
}

.btn.btn-form:hover,
.btn.btn-form:focus {
    /* background: var(--bg-grid2); */
    color: #fff;
}

.info-con {
    height: 100%;
    background: var(--bg-grid);
    padding: 30px;
    padding-bottom: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
}

.info-con .img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    animation: upDown 2s infinite linear;
}

.info-con .info-inner li a {
    color: #fff;
    font-size: 16px;
}

.info-con .info-inner li a i {
    /* float: right; */
    width: 25px;
}

.info-con .info-inner li {
    margin: 0 0 13px;
}

.info-con .info-inner .social-co {
    padding: 15px 0 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(255 255 255 / 27%);
}

.info-con .info-inner .social-co a {
    color: #fff;
    font-size: 17px;
}

.info-con .img img {
    max-width: 270px;
}

.contact-inner::before,
.contact-inner::after {
    content: "";
    position: absolute;
    background: url(../images/after-know.svg);
    width: 102px;
    height: 135px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    bottom: -35px;
}

.contact-inner::before {
    background: url(../images/before-know.svg);
    right: -55px;
    background-size: contain;
    bottom: -12px;
    background-repeat: no-repeat;
}

.contact-inner::after {
    left: -140px;
    width: 187px;
    height: 192px;
}

.form-group .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--main-color);
    background: #fff;
}

.form-group .form-control:focus::placeholder {
    transform: translateX(-20px);
    opacity: 0;
}

.form-group .form-control::placeholder {
    transition: all .5s;
    color: #B4B4B4;
}

.btn.btn-form:hover::after,
.btn.btn-form:focus::after {
    opacity: 1;
}

.btn.btn-form::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--bg-grid2);
    transition: all .5s;
    opacity: 0;
}

.btn.btn-form span,
.btn.btn-form img {
    position: relative;
    z-index: 2;
}


/* End Contact-h */


/* Start Footer */

.copy-right {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-top {
    padding: 0 0 30px;
}

.copy-right h3 {
    font-size: 18px;
    color: #434343;
    line-height: 1.8;
    margin: 0;
}

.copy-right a {
    display: block;
    margin: 10px auto;
    width: 224px;
    height: 99px;
}

.copy-right p {
    font-size: 16px;
    color: #353535;
}


/* End Footer */

.item-serv:hover .img img {
    animation: 1s bounce;
}

.item-serv:hover .details h3 {
    animation: 1s jello;
}

.item-serv:hover .details .num-serv span {
    animation: 1s swing;
}

.img-down img {
    max-height: 100%;
    animation: upDown2 4s infinite linear;
}

.how-h .title {
    text-align: start;
}

.items-list {
    position: relative;
}

.items-list::before {
    content: "";
    position: absolute;
    right: 27px;
    height: 85%;
    border-right: 1px #D2D2D2 dashed;
    margin: auto;
    top: 0;
    /* bottom: 0; */
}

.items-list .list-block {
    display: flex;
    margin: 0 0 45px;
}

.items-list .list-block .num {
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}

.items-list .list-block .num i {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 44px;
    height: 44px;
    margin: auto;
    border-radius: 50%;
    background: var(--bg-grid2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.items-list .list-block .num i {
    font-style: normal;
    position: relative;
    z-index: 2;
}

.items-list .item:last-child .list-block {
    margin: 0;
}

.items-list .list-block .details {
    width: calc(100% - 54px);
    padding-inline-start: 15px;
}

.items-list .list-block .details h3 {
    font-size: 22px;
    color: var(--dark-color);
    font-weight: bold;
    margin: 0;
    line-height: 1.9;
}

.items-list .list-block .details p {
    line-height: 1.7;
    margin: 10px 0 0;
    color: #595959;
    font-size: 16px;
    max-width: 315px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

.items-list .list-block .num::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px dashed #D2D2D2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #fff;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    animation: 24s rotation infinite;
}


/* Start Pages */

.swiper-container {
    width: 100%;
    padding-bottom: 60px;
}

.swiper-slide {
    width: 390px;
    height: auto;
    padding: 0 15px;
}

.swiper-slide img {
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
}

.swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
    background: #bdbdbd;
    border: none;
    border-radius: 50pc;
    display: inline-block;
    height: 6px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 26px;
    margin: 0 2px !important;
}

.swiper-pagination-bullet-active {
    background: var(--sec-color);
    border: medium none;
    opacity: 1;
}

.copy-right .ryad-logo a {
    display: inline;
}

.banner-h.body-inner::after {
    height: 85%;
    top: -80px;
    width: 110%;
}

.banner-h.body-inner {
    padding-top: 350px;
}


/* End Pages */