    /*--------------------------------------------------------------
# General
#3896A0
#565656
#000000
#77838F 
--------------------------------------------------------------*/

    :root {
        --primary-color: #40316f;
        --secondary-color: #8a8a8a;
        --third-color: #FBC237;
        --fourth-color: #77838F;
    }

    .color1 {
        color: var(--primary-color);
    }

    .color2 {
        color: #1200FF;
    }

    .color3 {
        color: #F9F9FF;
    }

    @font-face {
        font-family: "GraphikArabic-Black";
        src: local("GraphikArabic-Black"), url("../fonts/GraphikArabic-Black.ttf") format("truetype");
    }

    @font-face {
        font-family: "GraphikArabic-Bold";
        src: local("GraphikArabic-Bold"), url("../fonts/GraphikArabic-Bold.ttf") format("truetype");
    }

    @font-face {
        font-family: "GraphikArabic-Light";
        src: local("GraphikArabic-Light"), url("../fonts/GraphikArabic-Light.ttf") format("truetype");
    }

    @font-face {
        font-family: "GraphikArabic-Medium";
        src: local("GraphikArabic-Medium"), url("../fonts/GraphikArabic-Medium.ttf") format("truetype");
    }

    @font-face {
        font-family: "GraphikArabic-Regular";
        src: local("GraphikArabic-Regular"), url("../fonts/GraphikArabic-Regular.ttf") format("truetype");
    }

    @font-face {
        font-family: "GraphikArabic-Thin";
        src: local("GraphikArabic-Thin"), url("../fonts/GraphikArabic-Thin.ttf") format("truetype");
    }

    body {
        font-family: "GraphikArabic-Medium";
        color: #444444;
        background-color: #f5f8fb !important;
    }

    a {
        color: var(--primary-color);
        text-decoration: none !important;
    }

    a:hover {
        color: var(--primary-color) !important;
        text-decoration: none;
    }

    a:focus {
        color: var(--primary-color) !important;
    }

    .router-link-exact-active,
    .router-link-exact-active:focus {
        color: var(--primary-color) !important;
    }

    .createAccount.router-link-exact-active,
    .createAccount.router-link-exact-active:hover,
    .createAccount.router-link-exact-active:focus {
        color: var(--third-color) !important;
    }

    .navbar .createAccountLI:hover>a,
    .navbar .createAccountLI:focus>a {
        color: var(--third-color);
    }

    /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

    .back-to-top {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        right: 15px;
        bottom: 15px;
        z-index: 996;
        background: var(--primary-color);
        width: 40px;
        height: 40px;
        border-radius: 50px;
        transition: all 0.4s;
        border: 2px solid #f5f8fb;
    }

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: var(--primary-color);
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

    /*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
    /*@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
*/
    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

    #header {
        height: 80px;
        margin-top: 35px;
        /*transition: all 0.5s;*/
        z-index: 997;
        background-color: #f5f8fb;
        /*border-bottom: 2px solid #f7f8fb;*/
    }

    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 1px;
    }

    #header .logo img {
        padding: 0;
        margin: 0;
       /* height: 95px;*/
       height: 55px;
        margin-top: 10px;
        width: auto;
    }

    /*--------------------------------------------------------------
select 
---------------------------------------------------------------*/

    #header select {
        border: 0;
        background-color: transparent;
        font-size: 15px;
        font-family: "GraphikArabic-Medium";
        color: #565656;
        padding: 5px 25px 7px 25px;
    }

    /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    /**
* Desktop Navigation 
*/

    .navbar {
        padding: 0;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    @media (min-width: 992px) {
        [dir=ltr] .dropdown-menu {
            margin-left: -450px;
        }
    }

    [dir='rtl'] .navbar li {
        position: relative;
        padding: 5px 15px 7px 15px;
    }

    [dir='ltr'] .navbar li {
        position: relative;
        padding: 5px 18px 7px 18px;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-left: 5px;
        font-size: 15px;
        font-family: "GraphikArabic-Medium";
        color: #6f6e6e;
        white-space: nowrap;
        /*  transition: 0.3s;*/
        border-radius: 50px;
        text-decoration: none;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 20px;
        line-height: 0;
    }

    .navbar a:hover,
    .navbar .router-link-exact-active,
    .navbar .router-link-exact-active:focus,
    .navbar li:hover>a {
        /*background: #ef6603;*/
        color: var(--primary-color);
        /* font-family: "GraphikArabic-Bold";*/
    }

    /*.navbar .dropdown {
    display: inline-block;
    margin-left: 20px;
    padding: 10px;
}

.navbar .glyphicon-bell {
    font-size: 1.5rem;
}
*/

    .navbar .notifications {
        min-width: 420px;
    }

    .navbar .dropdown ul {
        display: none;
    }

    .navbar .dropdown .show {
        display: inherit;
    }

    #dLabel {
        display: flex !important;
    }

    .navbar .notifications ul {
        margin: 0;
        display: inherit;
    }

    .navbar .notifications-wrapper {
        overflow: auto;
        max-height: 250px;
    }

    .navbar .menu-title {
        color: var(--primary-color);
        font-size: 1.2rem;
        display: inline-block;
    }

    .navbar .glyphicon-circle-arrow-right {
        margin-left: 10px;
    }

    .navbar .notification-heading,
    .navbar .notification-footer {
        padding: 2px 10px;
    }

    .navbar .dropdown-menu.divider {
        margin: 5px 0;
    }

    .navbar .item-title {
        font-size: 1.2rem;
        color: #000;
    }

    .navbar .notifications a.content {
        text-decoration: none;
        background: #ccc;
        display: inline;
        padding: 0;
        margin: 0 !important;
    }

    .navbar .notification-item {
        padding: 10px;
        margin: 5px;
        background: #f5f5f5;
        border-radius: 4px;
    }

    @media (max-width: 1366px) {
        /*.navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }*/
    }

    @media (max-width: 1200px) {
        .navbar a i {
            font-size: 15px;
        }

        .navbar a {
            font-size: 13px;
            padding: 5px 10px;
        }

        #header .logo img {
            height: 60px;
            width: auto;
        }

        /*#header .logo {
            height: 60px;
            width: 60px;
        }*/
    }

    /**
* Mobile Navigation 
*/

    .mobile-nav-toggle {
        color: #777E90;
        font-size: 28px;
        cursor: pointer;
        display: none;
        line-height: 0;
        /* transition: 0.5s;*/
    }

    @media (max-width: 991px) {
        .img-div {
            justify-content: start;
        }

        .mobile-nav-toggle {
            display: block;
        }

        .navbar ul {
            display: none;
        }
        #header{
            height: 50px;
        }

        #header .container {
            justify-content: space-between !important;
        }

        .navbar .item-title {
            font-size: 0.8rem !important;
        }
    }

    @media (max-width: 330px) {
        #header .logo img {
            /*max-height: 30px;*/
            /* max-width: 100px;*/
            height: 60px;
            width: auto;
        }
    }

    .navbar-mobile {
        position: fixed !important;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.9);
        /* transition: 0.3s;*/
        z-index: 999;
        width: 300px;
    }

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1;
    }

    [dir=rtl] .navbar-mobile ul {
        display: block;
        position: absolute;
        width: 300px;
        height: 100%;
        top: 0;
        right: 0;
        /* bottom: 15px; */
        /* left: 15px; */
        padding: 10px 0;
        /* border-radius: 10px; */
        background-color: #fff;
        overflow-y: auto;
        /* transition: 0.3s;*/
    }

    [dir=ltr] .navbar-mobile ul {
        display: block;
        position: absolute;
        width: 300px;
        height: 100%;
        top: 0;
        /*right: 0;*/
        /* bottom: 15px; */
        left: 0px;
        padding: 10px 0;
        /* border-radius: 10px; */
        background-color: #fff;
        overflow-y: auto;
        /* transition: 0.3s;*/
    }

    .navbar-mobile a {
        padding: 10px 20px;
        margin: 5px;
        font-size: 15px;
        color: #777E90;
    }

    .navbar-mobile a:hover,
    .navbar-mobile .active,
    .navbar-mobile .router-link-exact-active,
    .navbar-mobile li:hover>a {
        color: var(--primary-color);
    }

    .navbar-mobile .getstarted {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

    .navbar-mobile .dropdown ul li {
        min-width: 200px;
    }

    .navbar-mobile .dropdown ul a {
        padding: 10px 20px;
    }

    .navbar-mobile .dropdown ul a i {
        font-size: 12px;
    }

    .navbar-mobile .dropdown ul a:hover,
    .navbar-mobile .dropdown ul .active:hover,
    .navbar-mobile .dropdown ul li:hover>a {
        color: #fff;
    }

    .navbar-mobile .dropdown>.dropdown-active {
        display: block;
    }

    /*--------------------------------------------------------------
# Second Section
----------------------------------------------------------------*/
    /*--------------------------------------------------------------
#Third Section 
----------------------------------------------------------------*/
    /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

    .pagination a {
        color: rgb(184 189 205);
        background-color: rgba(22, 22, 26, 0.0);
        border: none;
    }

    .pagination a:hover {
        color: rgb(6 7 20);
        text-decoration: underline;
    }

    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #e3e3e3;
    }

    ::-webkit-scrollbar-thumb {
        background: var(--primary-color);
    }

    ::-webkit-scrollbar-thumb:hover {
        background: rgb(143, 143, 143);
    }

    /*///////////////////////////////*/

    section {
        padding: 30px 0;
        overflow: hidden;
        background-color: #f5f8fb;
    }

    .section-title {
        padding-bottom: 20px;
    }

    .section-title h2 {
        font-size: 22px;
        font-family: "GraphikArabic-Black";
        color: var(--primary-color);
    }

    .section-title p {
        font-size: 18px;
        font-family: "GraphikArabic-Medium";
        color: var(--primary-color);
    }

    .section-title a:hover {
        text-decoration: underline 2px var(--primary-color);
        text-underline-offset: 10px;
    }

    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

    #footer {
        background: var(--primary-color);
        color: #14151c;
        /*font-size: 14px;*/
        text-align: start;
        padding-top: 18px;
        /*padding-bottom: 18px;*/
        height: 100%;
        /*min-height: 540px;*/
        min-height: 350px;
        border-top: 3px solid #fff;

    }

    #footer .logo {
        margin-bottom: 10px;
        max-width: 150px;
        margin: 30px 0 40px 0;
    }

    #footer h3 {
        font-size: 1.5rem;
        font-weight: 700;
        color: #fff;
        position: relative;
        padding: 0;
        margin: 0 0 15px 0;
    }

    #footer h2 {
        font-size: 18px;
        font-family: "GraphikArabic-Black";
        color: var(--third-color);
        position: relative;
        /*padding: 0;*/
        margin: 0 0 15px 0;
    }

    #footer p {
        color: #fff;
        font-family: "GraphikArabic-Medium";
        font-size: 13px;
        padding: 0;
        margin: 0 0 15px 0;
    }

    #footer a p:hover {
        /*  color: var(--primary-color);*/
        text-decoration: underline;
    }

    /* #footer .contact-info p {
        color: var(--primary-color);
        font-family: "GraphikArabic-Bold";
        font-size: 15px;
    }
    
    #footer .contact-info p:hover {
        text-decoration: underline;
    }*/

    #footer .button:hover {
        transform: scale(1.01);
        box-shadow: 0 2px 29px 0 #a3a3a3;
    }

    #footer .social-linkes img {
        width: 25px;
        height: 25px;
        margin: 10px 18px;
    }

    #footer .social-linkes img:hover {
        transform: scale(1.1);

    }

    .mobile-active {
        display: none !important;
    }

    .mobile-inactive {
        display: block !important;
    }

    [dir="rtl"] .footer-image {
        position: absolute;
        left: 0;
        width: 330px;
        height: 430px;
        background-image: url(../image/footer.png);
        /* margin-top: -30px;*/
        background-repeat: no-repeat;
        background-size: 330px;
    }

    [dir="ltr"] .footer-image {
        position: absolute;
        right: 0;
        width: 330px;
        height: 430px;
        background-image: url(../image/footerEN.png);
        /* margin-top: -30px;*/
        background-repeat: no-repeat;
        background-size: 350px;
    }

    @media (max-width: 992px) {
        #footer h3 {
            text-align: center;
            font-size: 1.3rem;
            line-height: 1.3rem;
        }

        #footer p {
            text-align: center;
            font-size: 0.8rem;
            line-height: 1rem;
        }

        #footer h2 {
            font-size: 0.8rem;
            line-height: 1rem;
            text-align: center;
        }

        #footer .logo {
            justify-content: center;
            max-width: initial;
        }

        #footer .social-linkes {
            justify-content: center;
            align-items: center;
            display: flex;
        }

        /*#footer .copyRight p{
            text-align: center;
        }*/
        .mobile-active {
            display: block !important;
        }

        .mobile-inactive {
            display: none !important;
        }

        .footer-width {
            width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        .copyRight {
            margin-top: 8px !important;
        }

        #footer .DownloadDiv {
            justify-content: center;
            display: flex;
        }

        #footer .logo img {
            width: 150px !important
        }
    }

    @media (max-width: 350px) {
        #footer h3 {
            text-align: center;
            font-size: 1.2rem;
            line-height: 1.2rem;
        }

        #footer p {
            font-size: 0.6rem;
            line-height: 1rem;
        }

        #footer h2 {
            font-size: 0.6rem;
            line-height: 1rem;
        }

        #footer .logo {
            justify-content: center;
        }
    }





    /*--------------------------------------------------------------
#  reservations page
--------------------------------------------------------------*/

    #reservations #Second {
        padding-top: 0;
        transform: translate(-50%, -50%);
        position: absolute;
        width: 85%;
        left: 50%;
        top: 304px;
        border-radius: 25px;
        z-index: 1;
        margin-bottom: 100%;
        transform: translate(-50%, -50%);
    }


    .vhl-btn-left,
    .vhl-btn-right {
        width: 40px !important;
        height: 40px !important;
    }

    .vhl-btn-left img {
        border-radius: 50px;
    }

    .vhl-btn-right img {
        transform: rotate(180deg);
        border-radius: 50px;
    }

    .vhl-btn-left img:hover,
    .vhl-btn-right img:hover {
        box-shadow: 0 2px 20px 0 rgba(22, 22, 26, 0.18);
    }

    #Section .vhl-btn-left {
        margin-left: 0px;
        margin-top: 8px;
        background: #f8f8f8;
        border: 0;
        box-shadow: none;
    }

    #Section .vhl-btn-right {
        margin-right: 0px;
        margin-top: 8px;
        background: #f8f8f8;
        border: 0;
        box-shadow: none;
    }

    #Section .vhl-item {
        padding: 10px;
    }

    #Section .vhl-container {
        margin: 0 !important;
    }

    .lingalleryContainer .lingallery figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

    .lingallery_thumbnails_content_elem img {
        border-radius: 15px;
    }

    .b-pagination-pills {
        padding: 0;
    }

    .b-pagination-pills .page-item .page-link {
        color: var(--secondary-color);
        background-color: rgba(22, 22, 26, 0);
        border: none;
        border-radius: 100%;
    }

    .b-pagination-pills .page-item.active .page-link {
        background-color: var(--primary-color);
        color: #fff;
    }

    .react-code-input-container {
        display: flex;
        width: 100% !important;
        flex-direction: row;
        justify-content: center;
    }

    @media (max-width: 500px) {
        .react-code-input input {
            width: 30px !important;
            height: 30px !important;
        }
    }

    @media (max-width: 600px) {
        .vodal-dialog {
            width: 100% !important;
        }
    }

    /*  .VueCarousel {
        width: 100%;
        height: 100% !important;
        padding: 0 !important;
        border-radius: 25px;
    }*/

    /*.VueCarousel-inner {
        background-color: #fcfcfd;
        width: 100%;
        height: 100% !important;
        border-radius: 25px !important;
    }*/
    /* ///////////////  v-select //////////////// */

    .input-icons .vs__dropdown-toggle {
        width: 100%;
        border-radius: 9px;
        background-color: #fff;
        margin-bottom: 10px;
        border: 2px solid #cccccc;
        font-size: 13px;
        font-family: "GraphikArabic-Medium";
        color: var(--secondary-color);
        padding: 10px 20px 15px 20px;
    }

    .input-icons .vs__actions button {
        padding: 0 10px;
    }

    .multi-range-slider-bar-only .bar-inner {
        background-color: var(--primary-color) !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    @media (min-width: 1200px) {
        /*   .container {
            max-width: 90% !important;
        }
        .b-pagination-pills .page-item .page-link {
            font-size: 30px;
        }*/
    }

    @media (min-width: 1400px) {
        .navbar li {
            padding: 5px 25px 7px 25px !important;
        }

        .navbar a,
        .navbar a:focus,
        #header select {
            font-size: 15px;
        }

        .navbar a i,
        .navbar a:focus i {
            font-size: 20px;
        }

        [dir="rtl"] .bi-search {
            margin-right: 70% !important;
        }
    }

    /* @media (min-width: 1600px) {
        .navbar li {
            padding: 5px 3px 7px 25px;
        }
    }
    
    @media (min-width: 1800px) {
        .navbar li {
            padding: 5px 0 7px 50px;
        }
    }
    
    @media (min-width: 2200px) {
        .navbar li {
            padding: 5px 0px 7px 100px;
        }
    }*/

    .hooper-prev,
    .hooper-next {
        background-color: #fff !important;
        border-radius: 100%;
        width: 35px;
        height: 35px;
        padding: 0 !important;
        box-shadow: 0px 0px 10px #4646468c;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: -15px;

    }

    .hooper-next.is-disabled,
    .hooper-prev.is-disabled {
        display: none;
    }

    .sectionSlider .hooper-prev,
    .sectionSlider .hooper-next {
        margin-top: 0;
    }


    .vue-map {
        border-radius: 15px;
    }

    /* clears the 'X' from Internet Explorer */

    input[type=search]::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

    input[type=search]::-ms-reveal {
        display: none;
        width: 0;
        height: 0;
    }

    /* clears the 'X' from Chrome */

    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }

    @media (max-width: 992px) {
        #hero .info p {
            /* line-height: 10px;*/
            margin-top: 10px;
        }

        #storeSlider .hooper-slide {
            margin-bottom: 130px !important;
        }
    }

    @media (max-width: 630px) {
        #hero .info .bi {
            font-size: 30px !important;
            margin: 5px !important;
        }

        #particles-js canvas {
            max-height: 300px;
        }

        #storeSlider .hooper-slide.is-clone,
        #storeSlider .hooper-slide.is-next,
        #storeSlider .hooper-slide.is-prev,
        #storeSlider .hooper-slide.is-active {
            transform: scale(0.8) !important;
        }

        #storeSlider .hooper-slide.is-current {
            transform: scale(1.02) !important;
        }

        #storeSlider .hooper-slide {
            margin-bottom: 100px !important;
        }

        #storeSlider .hooper-next,
        #storeSlider .hooper-prev {
            background-color: transparent !important;
            box-shadow: none;
            top: 100%;
        }

    }

    @media (max-width: 490px) {
        .offers .card {
            width: 65% !important;
            margin-left: 18% !important;
            margin-right: 18% !important;
        }

    }



    #particles-js canvas {
        position: absolute;
    }

    #particles8 #particles-js canvas {
        max-height: 100px;
    }

    .hooper-indicator {
        width: 20px !important;
        background-color: var(--secondary-color) !important;
    }

    .hooper-indicator.is-active {
        width: 20px !important;
        background-color: var(--primary-color) !important;
    }

    #storeSlider .hooper-slide {
        margin-bottom: 80px;
    }

    #storeSlider .hooper-next,
    #storeSlider .hooper-prev {
        background-color: transparent !important;
        box-shadow: none;
        top: 100%;
    }

    #storeSlider .hooper-slide.is-clone,
    #storeSlider .hooper-slide.is-next,
    #storeSlider .hooper-slide.is-prev,
    #storeSlider .hooper-slide.is-active {
        transform: scale(0.8);
    }

    #storeSlider .hooper-slide.is-current {
        transform: scale(1.08);
    }

    .accordion__value {
        text-align: initial !important;
    }

    @keyframes animate {
        0% {
            background-position: -500%;
        }

        100% {
            background-position: 500%;
        }
    }

    @keyframes animate1 {
        0% {
            background-position: 500%;
        }

        100% {
            background-position: -500%;
        }
    }

    @keyframes animateBtn {
        0% {
            transform: scale(1.05);
        }

        100% {
            transform: scale(1);
        }

    }

    @keyframes animateBtn1 {
        0% {
            box-shadow: none;
        }

        100% {
            box-shadow: 0 0 20px var(--third-color);
        }
    }

    .v-select .vs__dropdown-toggle {
        cursor: pointer !important;
        border: 0;
        border: 2px solid #EAE9F2;
        background-color: #fff;
        width: 100%;
        height: 32px;
        /*margin-top: 1%;*/
        border-radius: 10px;
        text-align: center;
        color: var(--secondary-color);
        padding: 25px 0 30px 0;
    }

    [dir='rtl'] .v-select .vs__dropdown-toggle {
        direction: rtl;
    }

    .v-select,
    .v-select * {
        font-family: "GraphikArabic-Medium";
    }

    .vs__search,
    .vs__selected {
        cursor: pointer !important;
        margin-top: -10px !important;
    }

    .input-tel__input {
        border: 2px solid #eae9f2 !important;
        height: 32px !important;
        border-radius: 15px !important;
        color: var(--secondary-color);
        padding: 25px 10px 30px 10px !important;
    }

    .country-selector__input {
        border: 2px solid #eae9f2 !important;
        height: 32px !important;
        border-top-left-radius: 15px !important;
        border-bottom-left-radius: 15px !important;
        color: var(--secondary-color);
        padding-top: 25px !important;
        padding-bottom: 30px !important;
    }

    .vs__clear {
        margin: 0 10px !important;
    }

    [dir='rtl'] .vs__dropdown-menu {
        direction: rtl;
        text-align: right;
    }

    .vs__dropdown-menu {
        height: 150px;
        overflow: auto;
    }
    
    
      #header{
  margin-right: 15%;}
  
  [dir="rtl"] #header{
  margin-right: 0%;}
  .whatsapp_float{
          width: 64px;
      position: fixed;
      bottom: 40px;
     
      }
      [dir="rtl"] .whatsapp_float{
      right: 50px;
      }
  
      [dir="ltr"] .whatsapp_float{
      left: 50px;
      }
      
      .modal-container
      {
          max-height:400px;
          overflow-y:scroll;
      }
      [dir="ltr"] input#link
      {
      direction: ltr !important;
      text-align: right !important;
  }
  
  
  .whatsapp_float{
        width: 64px;
    position: fixed;
    bottom: 40px;
   
    }
    [dir="rtl"] .whatsapp_float{
    right: 50px;
    cursor:pointer;
    }

    [dir="ltr"] .whatsapp_float{
    left: 50px;
    cursor:pointer;
    }
    section[data-v-39cf6dc4] {
    display: none;
   
}
.mobile-active.logo img
{
    height:40px !important;
}
[dir="rtl"] #footer input[type="tel"] {
    text-align: right;
}</style><style>.whatsapp_float{
        width: 64px;
    position: fixed;
    bottom: 40px;
   
    }
    [dir="rtl"] .whatsapp_float{
    right: 50px;
    }

    [dir="ltr"] .whatsapp_float{
    left: 50px;
    }
    #header {
  height: 110px;
  margin-top: 35px;
  margin-bottom: 35px;
  /* transition: all 0.5s; */
  z-index: 997;
  background-color: #f5f8fb;
  /* border-bottom: 2px solid #f7f8fb; */
}

#header .logo img {
  padding: 0;
  margin: 0;
  /* height: 95px; */
  height: 85px;
  margin-top: 10px;
  width: auto;
}

    .loginBtn a[data-v-083a8359] {
  text-decoration: underline!important;
  text-underline-offset: 5px;
  font-size: 16px;
  font-family: GraphikArabic-Medium;
  color: #696871;
  font-weight: 600;
  margin-top: -66px !important;
  margin-bottom: 20px;
    }
    .modal-container
    {
        max-height:400px;
        overflow-y:scroll;
    }
    [dir="ltr"] input#link
    {
    direction: ltr !important;
    text-align: right !important;
}
.slider .left-content .btn i,.btn i
{
    background-color:#fbc237 !important;
}
.card.aos-init.aos-animate .btn i
{
    
 background-color:transparent !important;
}

.section1 h3,.section2 h3,h3{
  font-family: GraphikArabic-Bold;
  font-size: 2em;
  line-height: 40px;
  background: linear-gradient(45deg,var(--primary-color),#15b7b7,var(--primary-color));
  background-repeat: round;
  background-size: 80%;
  animation: animate 10s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: hsla(0,0%,100%,0);
  text-align: center;
  margin-bottom: 30px;
}
.mobile-active.logo img
{
    height:40px !important;
}
[dir="rtl"] #footer input[type="tel"] {
    text-align: right;
}

@media only screen and (max-width: 800px) {
    #Pricing .row[data-v-49fe1e62]
    {
        display: flex;

    flex-direction: column-reverse;
    }
   
}
@media only screen and (max-width: 900px) {
#header
    {
        height:80px !important;
    }
}
.storeSlider .hooper-slide.is-current {
    transform: scale(1) !important;
}