:root {
    --primary: #d8aa6b;
    --primary2: #cba86e;
    --secondary: #2e394b;
    --third: #133e5a;
    --forth: #d9d9d9;
    --fifth: #2e394bcc;
    --bg: #e2e2e2;
    --sec-bg: #cacaca;
    --text: #6f6f6f;
    --black: #000000;
    --sec-black: #100f0f;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --sec-dark: #333333;
    --main-color: #dc3545;
    --secondary-color: #126ed2;
    --third-color: #fcec00;
    --green-color: #30af0d;
    --side-bar-color: #f0f6fe;
    --white: #fff;
    --main-transition: 0.6s;
}

/* @font-face {
    font-family: "rosemery";
    src: url("../fonts/aref-ruqaa/rosemery (1).ttf");
    font-display: swap;
} */

.navbar-expand-lg .navbar-collapse{
    flex-direction: unset;
}
.dropdown-toggle{
    white-space:unset!important;
}
@font-face {
    font-family: "rosemery";
    src: url("../fonts/alfont_com_SST-Arabic-Medium.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Cairo";
    src: url("../fonts/Cairo-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Tajawal";
    src: url("../fonts/Tajawal/Tajawal-Regular.ttf");
    font-display: swap;
}

body {
    direction: rtl;
    font-family: "Tajawal";
    counter-reset: counter;
}

/* .fw-bold {
    font-family: aref-ruqaa;
} */

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1,
.btn {
    font-family: "rosemery";
}

body {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by most browsers */
}

main {
    overflow: hidden;
}

/* navbar */

.navbar {
    background-color: var(--secondary);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}

.navbar .container {
    max-width: 98% !important;
}


@media (min-width: 1600px) {
    .navbar ul.navbar-nav {
        width: 80% !important;

    }
}.navbar ul.navbar-nav {
    width: 100% ;
    display: flex;
    justify-content: space-between;
}
.navbar .navbar-brand {
    margin-right: 0;
}

.navbar .logo {
    height: 60px;
}

.navbar li .nav-link {
    text-align: right;
    color: var(--white);
    /* white-space: nowrap; */
}

.navbar li .nav-link:hover,
.navbar li .nav-link.active {
    color: var(--primary);
}

.navbar li .nav-link span {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: var(--primary);
    border-radius: 50%;
}

.nav-item.dropdown .dropdown-menu {
    transition: display 1s;
    width: max-content;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    right: 0;
}

.nav-item.dropdown:hover .dropdown-menu.lan {
    display: block;
    left: 50%;
}

@media (max-width: 768px) {
    .nav-item.dropdown:hover .dropdown-menu.lan {
        transform: translateX(-0%);
    }
}

@media (min-width: 1024px) {
    .nav-item.dropdown:hover .dropdown-menu.lan {
        transform: translateX(50%);
    }
}

.navbar-toggler {
    border: 1px solid #cfaf78;
    position: relative;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background: none;
}

.menuicon {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 3px;
    background-color: var(--primary);
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

/* .navbar-toggler::after{
    content: "";
    width: 30px;
    height: 2px;
    background-color: #cfaf78;
    position: absolute;
    top: 25%;
    left: 12px;
}
.navbar-toggler::before{
    content: "";
    width: 30px;
    height: 2px;
    background-color: #cfaf78;
    position: absolute;
    top: 50%;
    left: 12px;
} */

/* .navbar-toggler-icon::before{
    content: "";
    width: 30px;
    height: 2px;
    background-color: #cfaf78;
    position: absolute;
    top: 75%;
    left: 12px;
} */

.dropdown-menu img {
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

/* .navbar li .nav-link.egypt {
    display: none !important;
} */

@media (min-width: 280px) and (max-width: 767px) {
    .navbar .logo {
        height: 40px;
    }

    .dropdown-menu {
        background: none;
        width: fit-content;
        border: none;
    }

    .nav-item.dropdown:hover .dropdown-menu {
        transform: translate(-5px, 0%);
        font-size: 15px;
    }
}

@media (min-width: 767px) and (max-width: 990px) {
    .dropdown-menu {
        background: none;
        width: fit-content;
        border: none;
    }

    .nav-item.dropdown:hover .dropdown-menu {
        transform: translate(0%, 0%);
    }
}

@media (min-width: 991px) {
    .navbar-nav {
        align-items: center;
    }

    .navbar li .dropdown-menu a {
        color: #000000;
        text-align: right;
    }

    .navbar li .nav-link.english:hover {
        color: var(--primary);
    }
}

.overflow-pdf {
    /* height: 600px; */
    /* overflow: scroll !important; */
    direction: ltr;
}

.overflow-pdf .img img {
    height: 500px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.overflow-pdf * {
    direction: ltr;
}

/* footer */

footer .fw-bold {
    font-family: "Tajawal";
}

footer {
    background: #24364a;
}

footer .container {
    /* border: 1px solid #fff; */
    /* border-radius: 10px; */
    /* box-shadow: 0px 4px 4px 0px #00000040; */
    /* background: linear-gradient(
            100deg,
            rgb(255 255 255) -8.95%,
            rgb(255 255 255 / 30%) 100%
        ),
        linear-gradient(
            105.07deg,
            rgb(255 255 255) 1.76%,
            rgb(255 255 255 / 10%) 99.19%
        ); */
    color: #fff;
}

.footer .icon i.fa-brands {
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
}

.footer .icon i.fa-facebook-f {
    color: #fff;
    background-color: #4267b2 !important;
}

.footer .icon i.fa-twitter {
    color: #fff;
    background-color: #00acee !important;
}

.footer .icon i.fa-instagram {
    color: #fff;
    background: radial-gradient(circle at 30% 107%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285aeb 90%);
}

.footer .icon i.fa-linkedin-in {
    color: #fff;
    background-color: #0072b1 !important;
}

footer .info ul li {
    list-style-type: none;
}

footer,
footer .info ul li a {
    color: #2e394b;
    color: #fff;
}

footer ul li {
    margin: 10px 0;
}

footer .info ul li a {
    display: flex;
    align-items: center;
}

footer .info ul li .icon {
    margin-left: 10px;
}

footer .info ul li .icon i {
    padding: 5px;
    background: #cba86e;
    color: #2e394b;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer ul {
    color: #cba86e;
    padding: 0;
}

footer ul li a {
    color: #2e394b;
    color: #fff;
}

@media (min-width: 280px) and (max-width: 767px) {
    footer ul {
        margin-right: 20px;
    }
}

header {
    background: #353c4c !important;
    border-color: rgba(241, 241, 241, 0);
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
}

#main {
    position: relative;
    margin-top: 60px;
}

.boxed-layout #wrap {
    width: 100% !important;
    max-width: 100% !important;
}

#transparent-header-wrap {
    position: sticky !important;
    z-index: 100;
}

#site-header-inner {
    padding: 5px 10px !important;
}

.dropdown-menu ul li a.menu-link {
    padding: 10px;
}

.dropdown-menu .sub-menu {
    width: fit-content !important;
}

.dropdown-menu ul li a.menu-link span {
    white-space: nowrap;
}

.dropdown-menu ul li a.menu-link .nav-arrow {
    right: -4px;
}

.dropdown-menu ul li a.menu-link .nav-arrow:lang(ar) {
    right: auto;
    left: -4px;
}

input:lang(ar),
select:lang(ar),
textarea:lang(ar) {
    text-align: right !important;
}

#site-header #site-logo #site-logo-inner a img,
#site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    max-height: 55px !important;
}

div.wpforms-container-full form#wpforms-form-6569 {
    display: flex;
    width: 100%;
}

div.wpforms-container-full form#wpforms-form-6569 .wpforms-field-container {
    width: 100%;
}

.single .thumbnail {
    display: none;
}

@media (max-width: 768px) {
    .elementor-915 .elementor-element.elementor-element-ec2cfe5 .eae-pl-image-wrapper {
        float: initial;
    }
}

.elementor-915 .elementor-element.elementor-element-ec2cfe5 .eae-pl-image-wrapper {
    margin-top: 10px;
}

/* .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
} */

/*  */

.elementor-649 .elementor-element.elementor-element-2b2e075 .eael-wpforms .wpforms-submit-container .wpforms-submit {
    width: auto !important;
}

.footer .div-border {
    border-right: 2px solid var(--primary);
}

.copyright a {
    color: #fff;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.text-main {
    color: #cba86e;
}

.border.rounded-circle {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: var(--primary) !important;
}

/* WhatsApp */

.button2 {
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: inline-block;
    transition: all 0.5s ease-in;
    overflow: hidden;
    z-index: 1;
    color: #000;
    padding: 0.5em .5em;
    font-size: 18px;
    border-radius: 0.5em;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    box-shadow: 4px 4px #c5c5c5, 0 0 6px #ffffff;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 22;
}

.button2>svg {
    height: 30px;
    /* position: absolute; */
    padding: 0px 5px;
    margin-top: -4px;
}

.button2:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.button2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.button2:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #009087;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.button2:hover {
    color: #ffffff;
    border: 1px solid #009087;
}

.button2:hover:before {
    top: -35%;
    background-color: #009087;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button2:hover:after {
    top: -45%;
    background-color: #009087;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.img-footer {
    height: 280px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

/* // start our client */

.ourClients h2 {
    font-size: 2.2rem;
    color: var(--primary2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ourClients h2 span {
    /* -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical; */
    /* overflow: hidden;
    border-right: 3px solid;
    width: 0px;
    animation: typewriter 4s steps(10) infinite  alternate,
        blink 2s steps(10) infinite ; */
}

.ourClients .blackPoints {
    margin-top: -10px;
    text-align: left;
}

.ourClients .crsLine {
    position: relative;
}

.ourClients .crsLine::before {
    content: "";
    position: absolute;
    width: 75%;
    height: 2px;
    background-color: var(--secondary);
    right: 135px;
    top: 45%;
    margin: auto;
}

.ourClients .client {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    box-shadow: 0px 4px 2px 3px #ccc;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .ourClients .blackPoints {
        margin-top: -5px;
        position: absolute;
        left: 0;
    }

    .ourClients .crsLine::before {
        content: "";
        position: absolute;
        width: 68%;
        height: 3px;
        background-color: var(--secondary);
        right: 51px;
        top: 53%;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 912px) {
    .ourClients .blackPoints {
        margin-top: -5px;
        position: absolute;
        left: 0;
    }

    .ourClients .crsLine::before {
        content: "";
        position: absolute;
        width: 68%;
        height: 3px;
        background-color: var(--secondary);
        right: 111px;
        top: 53%;
        margin: auto;
    }
}

/* // end our client */

/*  btn-downlod-pdf  */

.img-pdf {
    height: 250px;
    object-fit: contain;
}

.btn-pdf {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-downlod-pdf {
    --main-focus: #2d8cf0;
    --font-color: #dedede;
    --bg-color-sub: #222;
    --bg-color: #323232;
    --main-color: #dedede;
    position: relative;
    width: fit-content;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 2px solid var(--primary);
    box-shadow: -4px 4px rgb(216 170 107 / 50%);
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
}

.btn-downlod-pdf,
.button__icon,
.button__text {
    transition: all 0.3s;
}

.btn-downlod-pdf .button__text {
    /* transform: translateX(21px); */
    color: #333;
    font-weight: 600;
}

.btn-downlod-pdf .button__icon {
    position: absolute;
    transform: translateX(150px);
    height: 100%;
    width: 39px;
    background-color: var(--bg-color-sub);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-downlod-pdf .svg {
    width: 20px;
    fill: var(--main-color);
}

.btn-downlod-pdf:hover {
    background: var(--bg-color-sub);
}

.btn-downlod-pdf:hover .button__text {
    color: transparent;
}

.btn-downlod-pdf:hover .button__icon {
    width: 148px;
    transform: translateX(0);
}

.btn-downlod-pdf:active {
    transform: translate(3px, 3px);
    box-shadow: 0px 0px var(--main-color);
}

/*  */

/* call */

.btn-call.button {
    position: fixed;
    bottom: 80px;
    left: 20px;
    width: 57px;
    display: flex
;
    justify-content: center;
    z-index: 22;

}

.btn-call.button svg {
    background-color: #1da1f2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.btn-call.button:hover {
    background-color: #2bac47;
}
