:root {
    --text-color: #707070;
    --main-color: #ED8200;
    --second-color: #77A9CB;
    --transition: 0.3s;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
}

body.ar {
    direction: rtl;
}

body.ar .offcanvas {
    visibility: inherit;
}

body.ar .owl-carousel {
    direction: ltr;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none !important;
}

html {
    scroll-behavior: unset !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

@keyframes nav {
    0% {
        top: -100px;
    }
    100% {
        top: 0px;
    }
}


/* start header */

.fixed-top {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 13px;
    animation-duration: 0.8s;
    animation-timing-function: cubic-bezier(0.63, 0.29, 0.12, 0.91);
    padding-left: 20px;
    padding-right: 20px;
    animation-name: nav !important;
    position: fixed !important;
    border-bottom: 0px !important;
}

.header .nav-container.fixed-top .navbar-light .navbar-nav .nav-link {
    color: #000;
}

.header .nav-container.fixed-top .navbar-light .navbar-nav .nav-link.active,
.header .nav-container.fixed-top.navbar-light .navbar-nav .show>.nav-link,
.header .nav-container.fixed-top .navbar-light .navbar-nav .nav-link:hover {
    border-color: #000;
}

.header .nav-container.fixed-top .navbar-brand h1 {
    color: #000;
}

.header {
    height: 104px;
}

.header .navbar-brand {
    display: flex;
    align-items: center;
}

.header .navbar-brand img {
    width: 50px;
}

.header .navbar-brand h1 {
    color: #fff;
    font-weight: normal;
    margin-inline-start: 10px;
    text-transform: uppercase;
}

.header .navbar-toggler {
    background-color: transparent;
    border: 0;
}

.header .navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    margin-inline-end: 20px;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    transition: var(--transition);
}

.header .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link,
.header .navbar-light .navbar-nav .nav-link:hover {
    border-color: rgb(255, 255, 255);
}

@media (max-width: 992px) {
    .header .navbar-light .navbar-nav .nav-link {
        color: rgb(0, 0, 0);
    }
    .header .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link,
    .header .navbar-light .navbar-nav .nav-link:hover {
        color: rgb(0, 0, 0);
        border-color: rgb(0, 0, 0);
    }
}


/* end header */


/* start landing */

.landing {
    height: 100vh;
    position: relative;
}

.landing .landing-img {
    position: absolute;
    top: -104px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.landing .land-cont {
    display: flex;
    align-items: center;
}

.landing .landing-img img {
    width: 100%;
    height: 100%;
}

.landing .iphone img {
    width: 100%;
}

.landing .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    max-width: 75%;
}

.landing .content .title {
    font-weight: normal;
    margin-bottom: 20px;
}

.landing .content .title span {
    color: var(--main-color);
}

.landing .content p {
    line-height: 1.8;
}

.landing .content .contact {
    padding: 10px 30px;
    background-color: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 25px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .landing .land-cont {
        flex-direction: column-reverse;
    }
    .landing .content {
        color: #333;
        margin: 0 auto 20px;
    }
    .landing .iphone {
        width: 420px;
        margin: 0 auto;
        margin-block: 20px 50px;
    }
}

@media (max-width: 500px) {
    .landing .iphone {
        width: 270px;
    }
}


/* end landing */


/* strat service */

.service .box {
    padding: 15px;
    text-align: center;
}

.service .box .icon {
    box-shadow: 0px 0px 25px 0px rgba(177, 224, 227, 0.58);
    padding: 10px;
    width: 100px;
    height: 100px;
    line-height: 85px;
    border-radius: 50%;
    margin: 25px auto;
}

.service .box .icon {
    max-width: 100%;
}

.service .box h3 {
    color: var(--second-color);
    margin: 15px 0;
}

.service .box p {
    color: var(--second-color);
}

@media (max-width: 992px) {
    .service {
        padding-top: 75px;
    }
}

@media (max-width: 768px) {
    .service .box h3 {
        font-size: 20px;
    }
}


/* end service */


/* start about us */

.about-us {
    padding-top: 100px;
}

.about-us .text {
    padding: 20px;
}

.about-us .text .title {
    color: var(--second-color);
    font-weight: normal;
    margin: 30px 0;
}

.about-us .text .title span {
    color: var(--main-color);
    text-transform: uppercase;
}

.about-us .text p {
    color: var(--second-color);
}

.about-us .image {
    border-radius: 15px;
    overflow: hidden;
}

.about-us .image img {
    width: 100%;
}

.about-us .first-imges .img-one {
    margin-bottom: 15px;
}

.about-us .second-imges .img-one {
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .about {
        display: flex;
        align-items: center;
    }
}


/* end about us */


/* start joinme service */

.joinme-service {
    padding: 50px 0;
}

.joinme-service .image {
    width: 550px;
}

.joinme-service .image img {
    max-width: 100%;
}


/* end joinme service */


/* start say about us */

.say-about .title {
    color: var(--second-color);
    font-weight: normal;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.say-about .title span {
    color: #8ED9BC;
}

.say-about .item {
    box-shadow: 0px 0px 15px 0px #CCE1EF;
    padding: 20px;
    border-radius: 30px;
    margin: 20px 0;
}

body.ar .say-about .item {
    direction: rtl;
}

.say-about .item .icon {
    color: var(--main-color);
    font-size: 75px;
    font-weight: bold;
}

.say-about .item p {
    color: var(--second-color);
    line-height: 1.6;
}

.say-about .item .user {
    display: flex;
    align-items: center;
}

.say-about .item .user .image {
    width: 50px;
    margin-inline-end: 15px;
}

.say-about .item .user .image img {
    width: 100%;
}

.say-about .item .user .name h4 {
    color: var(--second-color);
    font-size: 18px;
    font-weight: bold;
}

.say-about .item .user .name h6 {
    color: var(--second-color);
    font-weight: normal;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #6EA3C8;
}

.owl-theme .owl-dots .owl-dot span {
    background: #D7F1EC;
}


/* end say about us */


/* start footer */

.footer-sep img {
    width: 100%;
    height: auto;
    margin-bottom: -1px;
}

.footer {
    background: linear-gradient(90deg, #b1e2e1, #aedaf8);
    padding: 20px;
}

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

.footer .logo h1 {
    color: white;
    margin-inline-start: 20px;
}

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

.footer .social .instagram,
.footer .social .facebook,
.footer .social .twiter {
    margin-inline-end: 15px;
    width: 50px;
    height: 50px;
    line-height: 28px;
    border-radius: 50%;
    padding: 10px;
}

.footer .social>div a {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.footer .social>div a svg {
    max-width: 28px;
    height: 28px;
}

.footer .social .instagram a {
    background-color: #ED8300;
}

.footer .social .facebook a {
    background-color: #6EA3C8;
}

.footer .social .twiter a {
    background-color: #8ED9BC;
}

.footer .social>div a:hover {
    background-color: #666;
}

.footer .contact .phone,
.footer .contact .email {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.footer .contact .phone a,
.footer .contact .email a {
    color: #fff;
}

.footer .contact .icon {
    margin-inline-end: 10px;
}

.footer .contact .icon svg {
    width: 20px;
    height: auto;
}

@media (max-width: 768px) {
    .footer .logo {
        justify-content: center;
        margin-bottom: 20px;
    }
    .footer .social {
        justify-content: center;
        margin-bottom: 20px;
    }
    .footer .contact .phone,
    .footer .contact .email {
        justify-content: center;
    }
}


/* end footer */