:root {
    --main-color: rgb(21, 32, 54);
    --btn-nav: rgb(15, 74, 106);
    --main-color2: rgb(0, 198, 255);
    --socndary-color: rgb(192, 193, 201);
    --gray-color: #87919c;
    --black-color: #161f36;
    --font-color: #06719e;
    --bg-contact: #ebebeb;

    /*
    87919c
    161f36
    9e9fa3
    06719e
    */
    /*
    الصفحة الرئيسية
    اتصل بنا
    من نحن
    JF Flat


    ارسال رسائل
    GESSTextUltraLight

    بنقرة واحدة
    Hacen Beirut

    طريقك الافضل
    JF Flat

    جماية البيانات
    تحديثات
    البرنامج يعمل على
    JF Flat

    جيمع المرسل الذكية
    واتس اب
    انستجرام
    Air Strip

    عرض التفاصيل
    JF Flat

    الفووتر كلوا
    JF Flat
    */
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
    direction: rtl;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color2);
    border-radius: 50px;
}

::-webkit-scrollbar-track {
    background-color: var(--main-color);
}

::selection {
    background-color: var(--main-color2);
}

body {
    font-family: "JF Flat";
    background-color: white;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.center-img {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.container {
    width: calc(100% - (50px * 2));
    margin: 0 auto;
}

header {
    background-color: var(--main-color);
    border-bottom: 5px solid var(--main-color2);
}

header .content {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .right-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .right-content .menu {
    position: relative;
    margin-left: 50px;
}

header .right-content .menu .icon {
    color: white;
    cursor: pointer;
    font-size: 32px;
}

header .right-content .menu .sub-nav {
    position: absolute;
    width: 230px;
    background-color: var(--btn-nav);
    border-radius: 5px;
    display: none;
    z-index: 999;
    padding: 10px 0;
}

header .right-content .menu .sub-nav:before {
    position: absolute;
    content: "";
    border: 15px solid transparent;
    border-color: transparent transparent var(--btn-nav) transparent;
    top: -30px;
    right: -1px;
    cursor: pointer;
}

header .right-content .menu:hover .sub-nav {
    display: block;
}

header .right-content .menu .sub-nav li a {
    padding-right: 15px;
    color: white;
    transition: padding-right 0.6s;
    display: block;
    font-size: 21px;
}

header .right-content .menu .sub-nav li:not(:last-child) a {
    margin-bottom: 8px;
}

header .right-content .menu .sub-nav li a:hover {
    padding-right: 35px;
}

header .right-content .search {
    width: 320px;
    padding: 5px 30px;
    border-radius: 50px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 50px;
}

header .right-content .search .input-text {
    width: 150px;
    color: var(--socndary-color);
}

header .right-content .search .icon {
    transform: rotatey(180deg);
    width: 28px;
    height: 28px;
    background-image: url(../image/search-icon.png);
}

header .right-content .nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header .right-content .nav li {
    margin-left: 25px;
}

header .right-content .nav li a {
    padding: 2px 10px;
    background-color: var(--btn-nav);
    border-radius: 50px;
    color: white;
    font-size: 18px;
}

header .right-content .nav li a i {
    margin-left: 3px;
}

header .logo {
    display: block;
    width: 200px;
    height: 60px;
    background-image: url(../image/logo.png);
}

section.landing {
    height: 1200px;
    background-image: url(../image/landing.jpg);
    position: relative;
}

section.landing .social {
    transition: right 0.6s;
    width: 360px;
    height: 60px;
    position: absolute;
    bottom: 50px;
    right: -210px;
}

section.landing .social:hover {
    right: 0px;
}

section.landing .social .arrow {
    position: absolute;
    box-sizing: content-box;
    clip-path: polygon(100% 0, 70% 50%, 100% 100%, 0% 50%);
    width: 25px;
    height: 30px;
    background-color: var(--main-color2);
    left: 0;
    top: 13px;
}

section.landing .social .arrow:nth-child(2) {
    left: 30px;
}

section.landing .social .sub-social {
    width: 280px;
    height: 100%;
    margin-left: 80px;
    background-color: var(--main-color2);
    border-radius: 50px 0 0 50px;
    display: flex;
    align-items: center;
    direction: ltr;
    padding-left: 18px;
}

section.landing .social .sub-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: white;
    margin-right: 20px;
}

section.landing .social .sub-social a i {
    color: var(--main-color2);
    font-size: 22px;
}

section.landing .content {
    padding-top: 18%;
}

section.landing .content .textarea {
    margin-right: 5%;
}

section.landing .content .textarea h1 {
    font-family: "GESSTextUltraLight";
    font-size: 130px;
    font-weight: normal;
}

section.landing .content .textarea h3 {
    width: fit-content;
    font-family: "Hacen Beirut";
    font-size: 75px;
    font-weight: normal;
    padding: 3px 200px 3px 100px;
    margin-right: 50px;
    background-color: var(--black-color);
    color: white;
    border-radius: 900px;
    position: relative;
}

section.landing .content .textarea h3:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 10px;
    width: 138px;
    height: 185px;
    background-image: url(../image/click.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

section.landing .content .textarea a {
    display: inline-block;
    color: var(--black-color);
    font-family: "Hacen Beirut";
    font-size: 50px;
    margin-right: 12%;
    margin-top: 120px;
    padding: 6px 50px;
    border-radius: 50px;
    border: 2px solid var(--black-color);
}

section.landing .content .textarea a:hover {
    color: white;
    background-color: #890202;
    border-color: #890202;
}

section.features .content h1 {
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    width: 70%;
}

section.features .content .video {
    width: calc(100% - (25px * 2));
    height: 700px;
    border: 3px dashed black;
    border-radius: 75px;
    margin: 0 auto;
    margin-bottom: 125px;
    overflow: hidden;
}

section.features .content .video iframe {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 65px;
    margin: 15px;
}

section.features .content .feature-box {
    display: flex;
    justify-content: space-evenly;
}

section.features .content .feature-box .feature {
    text-align: center;
}

section.features .content .feature-box .feature img {
    width: 200px;
    margin-bottom: 50px;
}

section.features .content .feature-box .feature:nth-child(2) img {
    width: 260px;
}

section.features .content .feature-box .feature h3 {
    font-size: 50px;
    font-weight: 400;
    background-color: var(--black-color);
    color: white;
    border-radius: 50px;
    padding: 3px 60px;
}

section.features .content .feature-box .feature:nth-child(2) h3 {
    font-size: 60px;
}

section.features .content p {
    width: 90%;
    margin: 75px auto;
    font-size: 45px;
    text-align: center;
}

section.myapps {
    background-image: linear-gradient(to bottom, #babec1, white);
    padding-top: 50px;
    padding-bottom: 100px;
}

section.myapps .content .click-apps {
    background-image: url(../image/bgmap.png);
    background-repeat: no-repeat;
    background-position: center;
}

section.myapps .content .click-apps .app {
    margin-bottom: 75px;
    padding-right: 50px;
    display: flex;
    cursor: default;
    transition: filter 0.4s;
    position: relative;
}

section.myapps .content .click-apps .app:hover>a,
section.myapps .content .click-apps .app:hover .text-area {
    filter: blur(8px) grayscale(0.6);
}

section.myapps .content .click-apps .app>a {
    color: white;
    align-self: flex-start;
    font-size: 18px;
    background-color: var(--app-color);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    width: 150px;
    height: 150px;
    margin-left: 35px;
}

section.myapps .content .click-apps .app>a i {
    display: inline-block;
    font-size: 28px;
    width: 50px;
    height: 50px;
    line-height: 1.85;
    border-radius: 50%;
    background-color: white;
    color: var(--app-color);
}

section.myapps .content .click-apps .app>a h3 {
    font-family: "Hacen Beirut";
    font-weight: normal;
    font-size: 28px;
    margin-top: 6px;
    word-spacing: 3px;
}

section.myapps .content .click-apps .app>a p {
    font-size: 12px;
}

section.myapps .content .click-apps .app .text-area {
    width: calc(98% - 150px - 35px);
}

section.myapps .content .click-apps .app .text-area h1 {
    color: var(--app-color);
    font-family: "Hacen Beirut";
    font-weight: normal;
    font-size: 30px;
    margin-top: 20px;
}

section.myapps .content .click-apps .app .text-area p {
    font-size: 20px;
    margin-top: 6px;
}

/* watsapp color */
section.myapps .content .click-apps .app:nth-child(1) {
    --app-color: #018d31;
}

/* twitter color */
section.myapps .content .click-apps .app:nth-child(4) {
    --app-color: #2191ff;
}

/* instagram color */
section.myapps .content .click-apps .app:nth-child(5) {
    --app-color: #6433ad;
}

/* telegram color */
section.myapps .content .click-apps .app:nth-child(2) {
    --app-color: #0060be;
}

/* email color */
section.myapps .content .click-apps .app:nth-child(3) {
    --app-color: #0086db;
}

/* getdata color */
section.myapps .content .click-apps .app:nth-child(6) {
    --app-color: #e8c036;
}

/* sms color */
section.myapps .content .click-apps .app:nth-child(7) {
    --app-color: #0bb0bc;
}

section.myapps .content .click-apps .app .links {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: 0.4s opacity 0.1s;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-image: linear-gradient(to right, transparent 0, transparent 8%, #fff6, transparent 92%);
}

section.myapps .content .click-apps .app:hover .links,
section.myapps .content .click-apps .app:hover .links a {
    opacity: 1;
    transform: translateY(-10px);
}

section.myapps .content .click-apps .app .links a {
    margin-left: 25px;
    color: white;
    border-radius: 12px;
    border: 2px solid white;
    padding: 0 40px;
    font-size: 30px;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.4s transform 0.1s;
    background-color: var(--black-color);
    border-color: var(--black-color);
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.myapps .content .click-apps .app .links a:last-child {
    font-family: "Hacen Beirut";
    font-weight: normal;
    font-size: 30px;
    background-color: #890202;
    border-color: #890202;
}

footer {
    position: relative;
}

footer:after {
    content: "";
    position: absolute;
    background-image: url(../image/right-part-logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 250px;
    height: 600px;
    top: 50px;
    left: 0;
}

footer .our-location,
footer .menu {
    padding-right: 50px;
}

footer .our-location {
    height: 400px;
    color: #9a9a9c;
    background-image: url(../image/our-location.jpg);
    background-repeat: no-repeat;
    background-size: 40% 100%;
    background-position: 5% 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
}

footer .our-location h1 {
    font-size: 65px;
}

footer .our-location p {
    font-size: 50px;
}

footer .menu {
    display: flex;
    align-items: center;
}

footer .menu img {
    width: 300px;
    margin-left: 100px;
}

footer .menu ul:first-of-type {
    margin-left: 200px;
}

footer .menu ul li:first-child {
    font-size: 38px;
    color: var(--font-color);
    font-weight: bold;
}

footer .menu ul li:not(:first-child) {
    margin-right: 40px;
}

footer .menu ul li a {
    color: var(--font-color);
    font-size: 32px;
}

footer .contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bg-contact);
    margin-top: 30px;
    padding: 0 50px;
    height: 80px;
    border-radius: 30px;
}

footer .contact .right,
footer .contact .left {
    display: flex;
    align-items: center;
}

footer .contact .right *:not(:last-child),
footer .contact .left *:not(:last-child) {
    margin-left: 15px;
}

footer .contact .right a:not(:first-child),
footer .contact .left h3 {
    color: var(--font-color);
    font-size: 30px;
    font-weight: bold;
}

footer .contact .left a {
    width: 56px;
    height: 56px;
    font-size: 26px;
    padding: 15px;
    background-color: var(--font-color);
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .contact .right a:first-child {
    width: 56px;
    height: 56px;
    background-image: url(../image/whatsapp-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

footer .contact .right a:not(:first-child) {
    color: #4fb153;
}

footer .content>p {
    font-size: 32px;
    color: var(--font-color);
    text-align: left;
    margin: 20px 0;
    margin-left: 100px;
}

/* ================================ Header & Footer Responsive ================================ */

@media (max-width: 1750px) {
    footer .our-location {
        background-size: 45% 100%;
    }
}

@media (max-width: 1600px) {
    footer .our-location {
        height: 380px;
        background-size: 47% 100%;
    }

    footer .our-location h1 {
        font-size: 60px;
    }

    footer .our-location p {
        font-size: 45px;
    }

    footer .menu ul:first-of-type {
        margin-left: 80px;
    }
}

@media (max-width: 1400px) {
    footer .our-location {
        height: 340px;
        background-size: 48% 100%;
    }

    footer .our-location h1 {
        font-size: 50px;
    }

    footer .our-location p {
        font-size: 35px;
    }

    footer .menu img {
        margin-left: 50px;
        width: 250px;
    }

    footer .menu ul:first-of-type {
        margin-left: 25px;
    }

    footer .menu ul li:first-child {
        font-size: 35px;
    }

    footer .menu ul li a {
        font-size: 28px;
    }

    footer .contact .right a, footer .contact .left a {
        font-size: 21px;
    }

    footer .contact .right h3, footer .contact .left h3 {
        font-size: 26px;
    }

    footer .content>p {
        font-size: 28px;
    }
}

@media (max-width: 1200px) {
    header .right-content .nav li a {
        font-size: 18px;
    }

    header .right-content .search {
        width: 280px;
    }

    section.features .content .video {
        height: 550px;
    }

    footer .our-location {
        background-size: 53% 100%;
        background-position: 0 0;
    }

    footer .menu img {
        margin-left: 25px;
        width: 230px;
    }

    footer .menu ul:first-of-type {
        margin-left: 15px;
    }

    footer .menu ul li:first-child {
        font-size: 32px;
    }

    footer .menu ul li a {
        font-size: 26px;
    }
}

@media (max-width: 1140px) {
    header .logo {
        width: 190px;
        height: 50px;
    }

    header .right-content .nav li {
        margin-left: 10px;
    }

    header .right-content .nav li a {
        font-size: 16px;
    }

    header .right-content .search {
        width: 260px;
        margin-left: 40px;
    }

    footer:after {
        width: 200px;
        height: 500px;
    }

    footer .our-location {
        height: 300px;        
    }

    footer .our-location h1 {
        font-size: 45px;
    }

    footer .our-location p {
        font-size: 30px;
    }

    footer .menu img {
        margin-left: 15px;
        width: 200px;
    }

    footer .menu ul li:first-child {
        font-size: 28px;
    }

    footer .menu ul li a {
        font-size: 21px;
    }

    footer .contact .right a, footer .contact .left a {
        font-size: 18px;
    }

    footer .contact .right h3, footer .contact .left h3 {
        font-size: 21px;
    }

    footer .content>p {
        font-size: 21px;
    }
}

@media (max-width: 1024px) {
    header .logo {
        width: 175px;
        height: 40px;
    }

    header .right-content .nav li {
        margin-left: 3px;
    }

    header .right-content .nav li a {
        font-size: 16px;
    }

    header .right-content .menu {
        margin-left: 15px;
    }

    header .right-content .search {
        width: 240px;
        margin-left: 15px;
    }

    footer:after {
        top: 15px;
    }

    footer .our-location {
        height: 250px;
        background-position: 0 0;
    }

    footer .menu img {
        width: 180px;
    }

    footer .menu ul li:first-child {
        font-size: 21px;
    }

    footer .menu ul li:not(:first-child) {
        margin-right: 25px;
    }
}

@media (max-width: 875px) {
    header .right-content .search {
        width: 160px;
        margin-left: 10px;
        padding: 5px 20px;
    }

    header .right-content .search .icon {
        width: 26px;
        height: 26px;
    }

    footer .our-location {
        background-size: 55% 100%;
        background-position: -5% 0;
    }

    footer .menu img {
        display: none;
    }

    footer .menu ul:first-of-type {
        margin-left: 40px;
    }
}