@font-face {
    font-family: Bahij;
    src: url(../fonts/URW-DIN-Arabic.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.ttf)
}

:root {
    --primaryColor: #3db8b4;
    --primaryAlpha: 61, 184, 180;
    --secondaryColor: #ffd500;
    --secondaryAlpha: 255, 213, 0;
    --whiteColor: #fff
}

body {
    direction: rtl;
    text-align: right;
    font-family: Bahij;
    position: relative;
    overflow-x: hidden
}

button:focus {
    outline: 0
}

a, a:hover {
    text-decoration: none;
    transition: all .5s ease-in-out
}

button, button:hover {
    transition: all .5s ease-in-out
}

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

header {
    background: var(--primaryColor);
    min-height: 100vh;
    border-radius: 0 0 90px 90px;
    position: relative;
    margin-bottom: 100px
}

header::after {
    content: '';
    position: absolute;
    width: 183px;
    height: 237px;
    border-radius: 60px 0;
    background: rgba(255, 255, 255, .4);
    top: -90px;
    left: 0;
    z-index: 0
}

header::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
    top: -150px;
    right: -180px;
    z-index: 0
}

header nav .container {
    display: flex;
    align-items: center;
    padding: 15px 0;
    position: relative
}

header nav img {
    width: 180px;
    height: 80px;
    object-fit: contain
}

header nav ul {
    display: flex;
    align-items: center;
    padding-inline-start: 90px
}

header nav ul li {
    transition: all .5s ease-in-out
}

header nav ul li a {
    display: block;
    color: var(--whiteColor);
    padding: 5px 15px;
    transition: all .5s ease-in-out
}

header nav ul li:hover a {
    color: var(--secondaryColor);
    transition: all .5s ease-in-out
}

header .banner-img {
    position: relative;
    transform: translateY(150px)
}

header .banner-img img:first-of-type {
    width: 260px
}

header .banner-img img:last-of-type {
    width: 190px;
    height: 80%;
    position: absolute;
    left: 55px;
    z-index: -1;
    top: 59px
}

.open-nav {
    display: none
}

header nav ul li:last-of-type {
    margin-inline-start: 30px
}

header nav ul li:last-of-type a {
    background: var(--secondaryColor);
    border-radius: 10px
}

header nav ul li:last-of-type:hover a {
    background: var(--whiteColor);
    color: var(--secondaryColor);
    transition: all .5s ease-in-out
}

header .banner-capture {
    color: var(--whiteColor);
    position: relative;
    width: 75%
}

header .banner-capture h2 {
    /*font-size: 50px;*/
    margin-bottom: 20px;
    font-weight: 700
}

header .banner-capture p {
    font-size: 14px
}

a.more {
    display: block;
    background: var(--primaryColor);
    border-radius: 30px;
    color: var(--whiteColor);
    transition: all .5s ease-in-out;
    width: max-content;
    padding: 5px 15px;
    width: -moz-max-content
}

a.more:hover {
    background: var(--whiteColor);
    color: var(--primaryColor);
    transition: all .5s ease-in-out
}

.about .about-img {
    display: flex;
    justify-content: center;
    position: relative
}

.about .about-img::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    background: var(--primaryColor);
    border-radius: 50%;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    z-index: -1
}

.about .about-img img {
    width: 100%;
    height: 545px;
    object-fit: contain
}

.about .about-txt h2 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 15px
}

.gray {
    color: #8a8a8a
}

.how {
    background: var(--primaryColor);
    padding: 40px 0;
    margin: 30px 0
}

.title {
    margin-bottom: 45px
}

.title h2 {
    font-weight: 700
}

.how .title {
    color: var(--whiteColor)
}

.how .how-item {
    background: var(--whiteColor);
    padding: 15px;
    border-radius: 15px
}

.how .how-item h3 {
    font-size: 20px;
    font-weight: 700
}

.how .how-item .icon {
    width: 82px;
    height: 82px;
    border-radius: 10px;
    line-height: 82px;
    text-align: center;
    background: var(--secondaryColor);
    color: var(--primaryColor);
    font-size: 30px;
    margin-bottom: 15px
}

.how .how-item p {
    font-size: 14px
}

.slider {
    padding: 40px 0
}

.client .owl-carousel, .slider .owl-carousel {
    direction: ltr
}

.slider .owl-item.active.center img {
    filter: opacity(1);
    width: 100%;
    border-radius: 25px;
    transform: scale(1)
}

.slider .owl-item.active.center .item {
    position: relative
}

.slider .owl-item img.frame {
    display: none
}

.slider .owl-item.active.center img.frame {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    right: 0;
    width: 100%;
    height: 100%
}

.slider .owl-carousel .owl-item img {
    filter: opacity(.5);
    height: 420px;
    width: 100%;
    margin: auto;
    transform: scale(.9, .9)
}

.video .v-img {
    position: relative;
    margin-top: 25px
}

.fixed-top-n {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    background: var(--primaryColor);
    border-bottom: 3px solid #f3f3f3
}

.video .v-img::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    margin: auto;
    opacity: .5;
    background: var(--secondaryColor)
}

.video .v-img {
    height: 400px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden
}

.video .v-img img {
    width: 100%;
    height: 100%
}

.video .v-img i {
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    background: var(--whiteColor);
    color: var(--primaryColor);
    z-index: 9;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    transition: all .5s ease-in-out
}

.wave:hover i {
    background: var(--primaryColor);
    color: var(--whiteColor);
    transition: all .5s ease-in-out
}

.wave:after, .wave:before {
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    border: 3px solid var(--primaryColor);
    display: none;
    width: 115px;
    height: 115px;
    border-radius: 100%
}

.wave:hover:before {
    display: block;
    -webkit-animation: spread-fade 1s ease-in infinite;
    animation: spread-fade 1s ease-in infinite
}

.wave:hover:after {
    display: block;
    -webkit-animation: spread-fade 1s .2s ease-in infinite;
    animation: spread-fade 1s .2s ease-in infinite
}

@-webkit-keyframes spread-fade {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0
    }
    10% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }
}

@keyframes spread-fade {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0
    }
    10% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }
}

.over-nav {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, .5)
}

.h-lg {
    display: none
}

.client {
    padding: 40px 0
}

.client .item {
    padding: 10px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    box-shadow: 0 0 10px #dadada;
    margin: 10px 0
}

.client .owl-nav {
    display: flex;
    color: #8a8a8a;
    transition: all .5s ease-in-out;
    margin: 5px
}

.client .owl-nav div:hover {
    color: var(--primaryColor);
    transition: all .5s ease-in-out;
    font-size: 18px
}

.client .owl-nav .owl-next {
    margin-inline-start: 10px
}

.client .item p {
    font-size: 14px
}

.client .item .client-info {
    display: flex;
    direction: rtl;
    align-items: center
}

.client .item .client-info img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-left: 10px
}

.client .item .client-info p {
    margin-bottom: 5px
}

.client .item .client-info ul {
    display: flex;
    align-items: center
}

.client .item .client-info ul li i {
    color: #8a8a8a
}

.gold {
    color: var(--secondaryColor) !important
}

.contact .beside {
    display: flex;
    align-items: center
}

.contact .beside div {
    width: 100%
}

.contact .beside div:first-of-type {
    margin-inline-end: 15px
}

.contact input {
    background: #f3f3f3;
    border-color: #f3f3f3;
    border-radius: 15px;
    border: 0;
}

.contact textarea {
    background: #f3f3f3;
    border-color: #f3f3f3;
    border-radius: 15px;
    border: 0;
    height: 90px;
}

.contact input:focus {
    box-shadow: none;
    outline-color: var(--primaryColor)
}

.contact input[type="submit"] {
    background: var(--primaryColor);
    color: var(--whiteColor);
    border-radius: 10px;
    width: max-content;
    width: -moz-max-content;
    margin: auto;
    display: block
}

footer {
    background: var(--primaryColor);
    margin-top: 40px;
    position: relative;
    color: var(--whiteColor);
    padding: 20px 0
}

footer .container {
    position: relative;
    z-index: 1
}

.maskfooter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

footer a {
    color: var(--whiteColor);
    transition: all .5s ease-in-out
}

footer .footer-item p {
    font-size: 14px
}

footer .footer-item ul.social {
    display: flex;
    align-items: center
}

footer .footer-item ul.social a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    transition: all .5s ease-in-out;
    border-radius: 50%
}

footer .footer-item ul.social a:hover {
    color: var(--primaryColor)
}

footer .footer-item a:hover {
    color: var(--secondaryColor);
    transition: all .5s ease-in-out
}

footer .footer-item ul.social li {
    margin-left: 10px
}

footer .footer-item img {
    margin-bottom: 15px;
    max-width: 120px
}

footer .footer-item h4 {
    margin-bottom: 20px
}

footer .footer-item li {
    margin-bottom: 15px
}

.footer-bottom {
    background: var(--secondaryColor);
    color: var(--whiteColor);
    padding: 5px 0
}

.footer-bottom a {
    color: var(--whiteColor)
}

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

.footer-bottom ul {
    display: flex;
    align-items: center
}

.footer-bottom img {
    width: 90px;
    height: auto
}

.footer-bottom p {
    font-size: 14px;
    margin-bottom: 0
}

.footer-bottom ul li:nth-of-type(2) {
    margin: 0 10px
}

.footer-bottom ul li a {
    font-size: 14px
}

.footer-bottom ul li a:hover {
    color: var(--secondaryColor)
}

header .banner-capture .app-link {
    display: flex;
    align-items: center
}

header .banner-capture .app-link a:last-of-type {
    margin-right: 10px
}

header .banner-capture .app-link a img {
    width: 100%
}

header .banner-capture .app-link a {
    display: block;
    width: 170px
}

#preloader_6 {
    position: fixed;
    width: 100%;
    height: 100%;
    height: 100%;
    background: var(--primaryColor);
    z-index: 999999;
    animation: preloader_6 5s infinite linear;
    margin: auto;
    top: 0
}

.preloader-contant {
    width: 205px;
    margin: auto;
    height: 70px;
    position: relative;
    top: 50%;
    margin-top: -42px;
    animation: rotat 4s infinite linear
}

#preloader_6 img {
    max-width: 120px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    animation: preloader_4 1s infinite ease-in-out
}

@keyframes preloader_4 {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}

@media (max-width: 991px) {
    .open-nav {
        display: block;
        font-size: 25px;
        color: var(--whiteColor)
    }

    .h-lg {
        display: block
    }

    .how .how-item {
        margin-bottom: 30px
    }

    .footer-bottom ul {
        display: none
    }

    header nav {
        position: relative;
        z-index: 9
    }

    header nav ul {
        right: -300px;
        flex-direction: column;
        position: fixed;
        text-align: right;
        padding: 0;
        width: 300px;
        top: 0;
        align-items: flex-start;
        background: var(--whiteColor);
        height: 100%;
        z-index: 99;
        transition: all .5s ease-in-out
    }

    .show-nav {
        right: 0;
        transition: all .5s ease-in-out
    }

    header nav ul li a {
        color: var(--primaryColor);
        padding: 5px 0;
        font-size: 14px;
        font-weight: 700
    }

    .about .about-img::after {
        width: 95%;
        height: 58%
    }

    header nav ul li {
        margin-bottom: 5px;
        padding: 0 15px;
        border-bottom: 1px solid #f3f3f3
    }

    header nav ul li:last-of-type {
        margin-inline-start: 0
    }

    header nav ul li:last-of-type a {
        color: var(--whiteColor);
        padding: 5px 15px;
        text-align: center;
        border-radius: 0
    }

    .about .about-img img {
        width: 65%
    }

    .about-txt p {
        font-size: 14px
    }

    .slider .owl-item.active.center img, .slider .owl-item.active.center img.fram {
        width: 70%
    }

    header .banner-capture {
        width: 100%
    }

    .about .about-txt h2 {
        font-size: 30px
    }

    header nav .container {
        display: flex;
        justify-content: space-between
    }

    header .banner-img img:last-of-type {
        left: -26px
    }

    header .banner-img img:first-of-type {
        width: 230px
    }

    header .banner-capture h2 {
        /*font-size: 30px*/
    }

    header .banner-capture p {
        font-size: 13px
    }

    .slider .owl-carousel .owl-item img {
        height: 360px
    }

    header nav ul li {
        width: 100%
    }
}

@media (max-width: 767px) {
    header::after {
        width: 110px;
        height: 110px;
        border-radius: 0 0 60px 0;
        top: 0
    }

    header::before {
        width: 250px;
        height: 250px;
        top: -125px;
        right: -146px
    }

    .about .row {
        flex-direction: column-reverse
    }

    .slider .owl-item.active.center img.frame {
        height: 360px
    }

    .about {
        padding-top: 25px
    }

    header {
        margin-bottom: 50px
    }

    .video .v-img {
        height: 300px
    }

    .about .about-img::after {
        width: 60%;
        height: 60%
    }

    .about .about-img img {
        width: 39%
    }

    .slider .owl-item.active.center img, .slider .owl-item.active.center img.frame {
        width: 70%
    }

    header .banner-img img:last-of-type {
        left: unset;
        right: 20px
    }

    header .banner-img {
        display: flex;
        transform: translateY(60px)
    }

    header .banner-img img:first-of-type {
        margin: auto
    }

    .banner-capture {
        margin-top: 60px
    }

    .title p {
        font-size: 13px
    }

    .title h2 {
        font-size: 30px
    }

    header nav {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 550px) {
    .slider .owl-carousel .owl-item img, .slider .owl-item.active.center img.frame {
        height: 290px
    }
}

@media (max-width: 499px) {
    .slider .owl-item.active.center img, .slider .owl-item.active.center img.frame {
        width: 100%
    }

    .video .v-img {
        height: 270px
    }

    .video .v-img i {
        font-size: 20px;
        width: 60px;
        height: 60px;
        line-height: 60px
    }

    .about .about-img {
        margin: 40px 0 30px
    }

    .about .about-img img {
        height: 370px;
        object-fit: unset
    }

    .about .about-img::after {
        width: 65%;
        height: 80%
    }

    header .banner-img img:first-of-type {
        margin-left: 8%
    }

    header .banner-img img:last-of-type {
        right: 53px
    }
}

@media (max-width: 460px) {
    .slider .owl-carousel .owl-item img, .slider .owl-item.active.center img.frame {
        height: 300px
    }

    .slider .owl-item.active.center img, .slider .owl-item.active.center img.frame {
        width: 40%
    }

    .contact .beside {
        flex-direction: column
    }

    .contact .beside div:first-of-type {
        margin-inline-end: unset
    }
}

@media (max-width: 426px) {
    .about .about-img img {
        height: 310px
    }
}

@media (max-width: 426px) {
    .about .about-img img {
        width: 45%
    }
}

@media (max-width: 400px) {
    .slider .owl-item.active.center img {
        border-radius: 15px
    }

    header .banner-img img:first-of-type {
        margin-left: 3%
    }

    header .banner-img img:last-of-type {
        width: 149px;
        height: 73%
    }

    header .banner-img img:first-of-type {
        width: 190px
    }

    .slider .owl-carousel .owl-item img, .slider .owl-item.active.center img.frame {
        height: 350px
    }

    .video .v-img {
        height: 150px;
        border-radius: 10px
    }

    .slider .owl-item.active.center img, .slider .owl-item.active.center img.frame {
        width: 60%
    }
}
