﻿
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

::selection {
    color: orangered;
    background: black;
}

body {
    /*max-width: 1401px;
    margin: 0 auto !important;
    /* padding-top: 60px; 
    padding-bottom: 15%;*/
}
html {
    scroll-behavior: smooth;
}

.allPage {
    max-width: 1950px;
    margin: 0 auto;
    box-shadow: 0px 0px 12px black;
}

.myBTN {

    color: #fff;
    border: 1px solid #FF8066;
    padding: 12px 40px;
    height: 50px;
    border-radius: 8px;
    background: #FF5000;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.2s linear;
    cursor: pointer;
}
.btnOrder {
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 12px 2px;
    cursor: pointer;
    border-radius:5px;
    background-color: orangered;
    color: white;
    /*border: 1px solid orangered;*/
    margin-right:15px;
}
    .btnOrder:hover {
        text-decoration: none;
        color: black;
        font-weight: bold;
        box-shadow: orangered 0px 1px 4px, orangered 0px 0px 0px 2px;
        background-color: white;
        color: orangered;
    }

    nav {
        display: block;
        z-index: 1000;
        background-color: rgb(255, 255, 255);
        height: auto;
        width: 100%;
        position: fixed;
        top: 0px;
        /*border-bottom: 1px solid #e94c42;*/
        right: 0px;
        /*box-shadow: 0 2px 11px -2px black;*/
    }


    /*nav ul li.logo {
        font-size: 20px;
        font-weight: 600;
        cursor: default;
        user-select: none;
    }*/

.FIRST_RITZ_LOGO {
    width: 115px;
    margin-right: 25px;
    margin-top: 6px;
    
}


    nav ul {
        list-style: none;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        /*margin: 0 0 0 35%;*/
        margin-left: 12%;
    }

    nav ul li {
            cursor: pointer;
            text-align: center;
    }


        nav ul li.itms {
            /*position: relative;
            width: auto;*/
            margin: 0 8px;
        }


        nav ul li a {
            text-decoration: none;
            font-size: 20px;
            color: #6e6e6e;
            padding: 8px;
            font-weight: bold;
        }

    nav ul li a:hover {
         color: gray;
         text-decoration: none;
    }
        nav ul li a:focus{
            outline:none !important;
            outline-offset:unset !important;
            color: orangered !important;
            text-decoration: none !important;

        }



        .fa-language, .fa-sign-in {
            color: orangered;
        }

    .fa-language:hover, .fa-sign-in:hover {
         color: gray;
    }

    nav ul li .fas {
         font-size: 25px;
    }

.leftNavbar {
    position: absolute;
    left: 0px;
    top: 34px;
    display: flex;
    text-align: center;
    margin-left: 40px;
}

    .leftNavbar a {
         color: #555555;
         list-style-type: none;
         text-decoration: none;
         display: block;
         font-weight:bold;
         font-size:16px;
    }

    .leftNavbar a:hover {
         color: gray;
         text-decoration: none;
    }

.topSideBarLogAndLang i {
    color:orangered; 
    padding:4px;
}

.topSideBarLogAndLang{
    margin-right: 8px !important;

   
}
.topSideBarLogAndLang a {
    font-weight:bold ;
    font-size: 12px !important;
}
.topSideBarLogAndLang a:hover{
   color:gray;
}


/*Styling Links*/
.list-Menu {
    display: flex;
    list-style: none;
    padding: 0 0.7vw;
    max-width: 1100px;
    /*margin-left: 15% !important;*/
}

    .list-Menu i::after {
        content: "";
        display: block;
        height: 1px;
        width: 0%;
        background-color: orangered;
        position: absolute;
        transition: all ease-in-out 250ms;
        bottom: -4px;
        z-index: 5;
    }


    /*.list-Menu i::before {
        content: "";
        display: block;
        height: 2px;
        width: 0%;
        background-color: orangered;
        position: absolute;
        transition: all ease-in-out 250ms;
        top: -4px;
        z-index: 5;
    }*/

    .list-Menu i:hover::after {
        width: 100%;
    }

.logoRitzMbile{
    display:none;
}


/*.setActive::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: orangered;
    position: absolute;
    transition: all ease-in-out 250ms;
    bottom: -4px;
    z-index: 5;
}*/



/*Stying for small screens*/
@media (max-width: 1010px) {
  
    .list-Menu {
        position: fixed;
        height: 100%;
        width: 100%;
        
        z-index: 2;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        padding-bottom: 150px;
    }

    .list-Menu i:hover::before {
        width: 0%;
    }

    nav ul li.logo {
        padding-left: 0%;
    }

    /*.leftNavbar {
        /*left: 60%;
        top: 12px;
        text-align: center;
        z-index: 2;
        display:none;
    }*/

    
    .logoRitzMbile {
        display: unset;
    }
    .logoRitzDesc{
        display:none;
    }
    .list-Menu {
        display:none;
    }
    .FIRST_RITZ_LOGO{
        margin-right:unset;
    }
    
}

@media (max-width:960px) {
    .btnGiveOrder {
        display: none !important;
    }

    .btnOrder {
        margin-right: unset;
    }
}

.btn_order {
    display: none !important;
    text-align: center;
    margin-right: 50px;
    position: absolute;
    right: 68px;
    top: 24px;
    display: flex;
    text-align: center;
    margin-left: 59px;
}


@media (max-width: 1010px) {
   
    .btn_order {
        display: inline-block !important;
    }
}

@media (max-width: 300px) {


    .btn_order a {
        padding: 5px 5px;
    }
}



@media (max-width: 1010px) {
    .leftNavbar {
        display: none; 
    }
}

    @media (min-width:800px) and (max-width:1350px) {

        nav ul li.itms {
            position: relative;
            /*width: auto;*/
            margin-left: 0px;
            /* text-align: right; */
        }

        nav ul li a {
            font-size: 14px;
            padding-left:3px;
        }
    }


 

    /*end navbar*/










    /*dropdown */

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: white;
        min-width: 250px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        margin-top: 5px;
        border-radius: 10px;
    }

    .dropdown-content {
        display: none;
    }

    .dropdown ul ul {
        right: 100%;
        top: 0px;
        margin-left: 0px;
        position: unset;
    }

    .dropdown-content a:hover {
        font-weight: bold;
        background-color: #C0C0C0;
        color: orangered;
    }

    .dropdown-content a {
        color: #555555;
        padding: 12px 12px;
        text-decoration: none;
        display: block;
        /*border-radius: 10px;*/
        text-align: center;
        text-decoration: none;
    }

    .dropdown:hover > ul {
        display: block;
        position: absolute;
    }

    @media (max-width:900px) {

        .dropdown:hover > ul {
            display: block;
            position: unset;
        }
    }







    /* end dropdown*/





    /* start about ritz page*/
    #space {
        margin-top: 10%;
    }


    .about {
        padding: 50px 0;
        margin-top: 67px;
    }
        .about .heading {
            /* border: 1px solid black; */
            padding: 25px;
            margin: 18px;
            /*box-shadow: inset 0px 0px 3px 0px black;*/
            scroll-margin-top: 190px;
            border-radius: 5px;
        }
        .about .headingAboutRitz {
            padding: 25px ;
            margin: 18px ;
        }
        .about .heading h2, .about .headingAboutRitz h2 {
            font-size: 25px;
            font-weight: 700;
            margin: 0;
            padding: 0;
        }


            .about .heading h2 #leftName, .about .headingAboutRitz h2 #leftName {
                /*color: orangered;*/
            }

            .about .heading h2 #rightName, .about .headingAboutRitz #rightName{
                /*color: #787878;*/
            }

        .about .heading p, .about .headingAboutRitz p{
            font-size: 17px;
            font-weight: bold;
            line-height: 1.7;
            color: #5a5a5a;
            margin: 20px 0 60px;
            padding: 0;
            text-align: justify;
        }
       

            .about h3 {
            font-size: 25px;
            font-weight: 700;
            margin: 0;
            padding: 0;
        }

        .about p {
            font-size: 15px;
            font-weight: 900;
            line-height: 1.7;
            color: #5a5a5a;
            margin: 40px 15px 19px;
            /* padding: 10px;*/
        }

        .about .img {
            width: 300px;
            height: 300px;
            margin: 10px 15px;
        }

    .headAbout {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        font-size: 15px;
        font-weight: bold;
        margin: 5px 0;
    }


    .about .iconAbout i {
        color: orangered;
        font-size:20px !important;
    }

    section {
        background-color: white;
    }
 
 

    /* end about ritz page*/






    /* start Offers page*/


    .containerOffers {
        display: flex;
        width: 80%;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-right: 10%;
        margin-top: 5%;
    }

    .card {
        margin: 10px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        width: 300px;
        margin-top:80px;
    }

    .card-header img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 20px;
        min-height: 250px;
    }
    /*
.card-body span:nth-child(3){
    background-color:orangered;
    width:100%;
    margin-right:10px;
}*/

.tag {
    width: 100%;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    transition: all 0.2s;
     padding:6px;
    padding-left: 15px;
}

.tag-teal {
    background-color: gray;
    font-weight: bold;
    margin-top: 10px;
    display: flex;
    justify-content: left;
    margin-right: 25px;
    /*word-break: break-word;*/
    direction:ltr;
}




    .card-body p {
        font-size: 13px;
        margin: 0 0 40px;
    }

.descCar{
    display:contents;
}



    .descCar a.button1 {
        display: flex;
        justify-content: center;
        /* padding: 5.35px 17.2px; */
        /* border: 0.1em solid #FFFFFF; */
        /* margin: 0 27.3em 0.3em 0; */
        border-radius: 5px;
        text-decoration: none;
        color: white;
        /* text-align: center; */
        transition: all 0.2s;
        background: #ff4500d1;
        /* margin-right: 50px; */
        width: 100%;
        padding: 8px;
        /* margin-right: 10px; */
    }

a.button1:hover {
    color: orangered;
    background-color: unset;
    box-shadow: 0 0 0 2px orangered;
}


    #chooseTheRightOffer a.button1 {
        display: block;
        padding: 0.35em 1.2em;
        border: 0.1em solid #FFFFFF;
        margin: 0 0.3em 0.3em 0;
        border-radius: 5px;
        text-decoration: none;
        color: black;
        text-align: center;
        transition: all 0.2s;
        margin-right: 40%;
        width: 20%;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
        background-color: #C3C3C3;
    }

        #chooseTheRightOffer a.button1:hover {
            color: white;
            background-color: orangered;
        }

    @media (max-width:1000px) {
        #chooseTheRightOffer a.button1 {
            width: 50%;
            margin-right: 25%;
        }
    }


    /*end offers page*/




    /*start companys page*/


    @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;700&display=swap');


    .allBlogs {
        padding: 2px;
    }

main {
    width: 90%;
    height: 100%;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #585858;
    margin-right: 5%;
    margin-top: 100px;
    margin-bottom: 2%;
    animation-name: example;
    animation-duration: 4s;
    /* animation-delay: 2s; */
    overflow: hidden;
}

  

    .blog {
        display: flex;
        flex-direction: row;
        height: 100%;
    }

        .blog .card-left {
            width: 40%;
            border-left:1px solid orangered;
        }

            .blog .card-left .card-img {
                width: 100%;
                height: 100%;
                display: inline-block;
                justify-content: center;
                text-align: center;
                background-color: white;
                /*border-left: 1px solid orangered;*/
            }

.imgGroupPlus {
    width: 40%;
    max-width: 220px;
}

.imgGroupPlus2{
    width:32%;
    max-width:175px;
}

.imgGroupPlus3 {
    width: 34%;
    max-width: 190px;
}

.blog .card-right {
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    box-sizing: border-box;
}

        .blog .card-right .card-title {
            font-size: 20px;
            color: #555555;
            font-weight: bold;
        }

        .blog .card-right .card-text {
            font-size: 16px;
            color: black;
            margin-top: 20px;
            text-align:justify;
        }

        .blog .card-right .card-right-body {
            display: flex;
            margin-top: 26px;
            justify-content: center;
        }




    @media screen and (max-width: 850px) {

        main {
            width: 90%;
            height: auto;
        }


        .blog {
            flex-direction: column;
        }

            .blog .card-left {
                width: 100%;
                border-left:none;
            }

            .blog .card-right {
                width: 100%;
            }

            .blog .card-left .card-img {
                /*height: 270px;*/
                border-bottom: 1px solid orangered;
                border-left: none;
            }

            .blog .card-right .card-right-body {
                margin-left: 25%;
            }

    }




.card-right a{
    cursor:pointer;
}

.moretext, .moretext0, .moretext1, .moretext2,
.moretext3, .moretext4, .moretext5, .moretext6,
.moretext7, .moretext8, .moretext9, .moretext10, 
.moretext11, .moretext12 {
    display: none;
}

.moreless-button11:hover, .moreless-button:hover, .moreless-button1:hover,
.moreless-button2:hover, .moreless-button3:hover, .moreless-button4:hover,
.moreless-button5:hover, .moreless-button6:hover, .moreless-button7:hover,
.moreless-button8:hover, .moreless-button9:hover, .moreless-button10:hover, .moreless-button12:hover {
    cursor: pointer;
}
/*end companys page*/







/*start slide show page default*/
.carousel-inner .carousel-caption {
    font-size: 40px;
    /*margin-bottom:50px;*/
}

    @media (max-width:900px) {
        .carousel-inner .carousel-caption {
            font-size: unset;
        }
    }


.carousel-inner > .item > img {
    width: 100% !important;
}

/*end slide show*/



/*start video*/
.video-bg {
    height: 60vh;
    position: relative;
}

        /*.video-bg iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 60vh;
        }*/


.flex-container {
    display: block;
    margin: 0px 0px;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .flex-item-left {
        display: inline-block;
        padding: 10px;
        width: 50%;
        vertical-align: middle;
      
    }

    .flex-item-right {
        width: 45%;
        vertical-align: top;
        display: inline-block;
        text-align: justify;
        line-height: 2;
    }
    .flex-item-right a{
        cursor:pointer;
    }
    .flex-item-right h3 {
        color: #555555;
        /*font-weight:bold;*/
        line-height: 1.5;
    }

@media (max-width: 1200px) and (min-width: 800px) {
    .flex-container {
        display:flex;
        flex-direction:column;
    }
    .flex-item-right, .flex-item-left {
        width: 100%;
    }
   

 }

    @media (max-width: 800px) {
        .flex-item-right, .flex-item-left {
            width: 100%;
        }

        .flex-item-right h3 {
            font-size: 18px !important;
            margin-top:20px !important;
        }
         .video-bg {
            height: 30vh;
        }
    }


    /*end video*/






    /*srart footer*/
.site-footer {
    background-color: #1c1c1c;
    padding: 40px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: white;
    border-top: 3px solid #f37749;
    width: 100%;
    
}

        .site-footer hr {
            border-top-color: orangered;
            opacity: 0.7;
        }

            .site-footer hr.small {
                margin: 20px 0
            }

        .site-footer h6 {
            color: orangered;
            font-size: 20px;
            margin-top: 5px;
        }


        .site-footer a:hover {
            color: orangered;
            text-decoration: none;
            cursor: pointer !important;
        }

    .footer-links {
        padding-left: 0;
        list-style-type: none;
    }

        .footer-links li {
            display: block;
        }

            .footer-links li a {
                color: white;
                text-decoration: none;
                font-weight: bold;
            }

       
        .footer-links.inline li {
            display: inline-block;
        }

    .site-footer .social-icons {
        text-align: right;
    }

        .site-footer .social-icons a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            margin-left: 6px;
            margin-right: 0;
            border-radius: 100%;
            background-color: orangered;
            color: white;
            font-weight: 900;
        }

    .copyright-text {
        margin: 0;
        font-weight: bold;
    }

    @media (max-width:991px) {
        .site-footer [class^=col-] {
            margin-bottom: 30px;
        }
    }

   


    .social-icons {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
        .social-icons a:hover{
            cursor:pointer;
        }
        .social-icons li {
            display: inline-block;
            margin-bottom: 4px
        }

            .social-icons li.title {
                margin-right: 15px;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 13px
            }

        .social-icons a {
            font-size: 16px;
            display: inline-block;
            line-height: 44px;
            width: 44px;
            height: 44px;
            text-align: center;
            margin-right: 8px;
            border-radius: 100%;
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear
        }

      

        .social-icons.size-sm a {
            line-height: 34px;
            height: 34px;
            width: 34px;
            font-size: 14px;
        }

        .social-icons a.facebook:hover {
            background-color: orangered;
        }

        .social-icons a.whatsapp:hover {
            background-color: orangered;
        }


        .social-icons a.dribbble:hover {
            background-color: orangered;
        }

    @media (max-width:767px) {
        .social-icons li.title {
            display: block;
            margin-right: 0;
            font-weight: 600;
        }
    }
    /*end footer*/







    /*start financelease page*/

    .imgFinance {
        width: 100%;
        height: 100%;
    }

    .centerFinancePage {
        position: relative;
        text-align: center;
        color: white;
        top: 67px;
        padding-bottom: 67px;
        height: 80%;
    }

    .centered {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30%;
        text-shadow: 3px 0px 8px #000;
    }

    @media (max-width:900px) {
        .centered {
            width: 50%;
            height: auto;
        }

            .centered h2 {
                font-size: 3.5vw;
            }

            .centered p {
                font-size: 2vw;
            }
    }

    .requerments ul {
        list-style-type: none;
        padding: 5px;
        color: white;
    }

    /*.centered h2 {
    animation-duration: 3s;
    animation-name: slidein;
}*/

    /*@keyframes slidein {
    from {
        left: 1%;
        width: 250%;
    }

    to {
        right: 50%;
        width: 100%;
    }*/


.columns {
    color: black;
    font-size: 15px;
    /*min-height: 40%;*/
}

    .columns p {
        color: black;
        text-align: justify;
        color: black;
        direction: rtl;
        font-size: 18px;
        font-weight: 400;
        line-height:2;
        margin: 15px;
    }

    .col-md-6 h4 {
    color: orangered;
    margin-top: 15px;
    /*font-weight:bold;*/

    }

    @media (max-width:800px)
    {
        .col-md-6 h4 {
            text-align: right !important;
            font-size: 14px;
        }
        .col-md-6 h4 i {
            font-size: 25px;
        }
        .columns p {
            text-align:justify;
        }

    }

.columns .margin-top-25 div:nth-child(2) {
    border-right: 2px solid orangered;
}
.col-md-6 i {
    font-size: 30px;
    margin-top: 10px;
    color: #555555;
}

.iconHeader {
    display: flex;
    padding: 4px;
}

.iconHeader span {
    padding: 3px;
}




.bgColor {
   
    margin-top: 70px;
}

/*buttons finance lease page*/
.columns .row a {
    font-size: 12px;
    position: relative;
    /* display: inline-block; */
    padding: 12px 30px;
    margin: 15px 0;
    color: #888888;
    font-weight: bold;
    text-decoration: none;

    overflow: hidden;
    
}

    .columns .row a:hover:last-child {
        background: lightgray;
        color: black;
        font-weight: bold;
    }



.columns img{
    width:100%;
    height:100%;
    border-radius:10px;

}

.divIMAGE {
    float: unset !important;
    display: inline-block !important;
    vertical-align: middle !important;
}
.divDESCR {
    float: unset !important;
    display: inline-block !important;
    /*width: 45% !important;*/
    vertical-align: middle !important;
}
.DIRECTION{
    direction:ltr;
}

@media (max-width:800px){
    .divDESCR {
        width: 100% !important;
    }
}





.width-100-per {
    max-width: 100% !important;
    width: 100%;
    margin-top:10px;
   
}


/*.rel-section {
    background: white;
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid orangered;
}*/


.rel-section2 {
    padding: 30px;
}


.rel-section2-r {
    background: white;
    height: auto;
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    /*box-shadow: 1px 1px 4px 0px black;*/
    border: 1px solid #555555;
}

.rel-section2-r {
    color: #555555;
    font-size: 25px;
    font-weight: bold;
    text-align: right !important;
}


    .rel-section2-r h4 {
        font-size: 25px;
        color: #555555;
        /*font-weight: bold;*/
    }


    .rel-section2-r h4 i {
        font-size: 30px !important;
        padding-left:4px;
    }


@media (max-width:800px){
    /*.rel-section2-r,.rel-section2{
        height:auto;
    }*/
    .rel-section2-r h4{
        text-align:right;
        font-size:14px;
    }
    .rel-section2-r h2 {
        font-size: 14px !important;
        text-align:right !important;
    }

    .rel-section2-r h4 i, .rel-section2-r h2 i{
        font-size: 25px;
    }
}



.btnGiveOrderOnline {
    background: orangered !important;
    color: white !important;
}
.btnGiveOrderOnline:hover {
    box-shadow: 0px 0px 1px orangered !important;
    background: white !important;
    color: orangered !important;
}

    /*end finance page*/
    
    
    
    
    
    
    
    
    
    /*start scroll top*/
    #return-to-top {
        position: fixed;
        bottom: 22px;
        left: 12px;
        background: orangered;
        width: 40px;
        height: 40px;
        display: block;
        text-decoration: none;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        display: none;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 35;
    }

    #return-to-top i {
        color: #fff;
        margin-right: 28px;
        position: relative;
        left: 16px;
        top: 11px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: grey;
    }

        #return-to-top:hover i {
            color: orangered;
            top: 5px;
        }


        @media (max-width:800px){
            #return-to-top {
                bottom:55px;
            }
        }
/*end scroll*/







/*start sign in/up */

.contact-section {
    background: #fff;
    padding: 80px 0px;
    width: 48%;
    max-width: 642px;
    top: 10%;
    margin: 0px 109px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 15px;
    box-shadow: 0px 0px 7px -1px #585858;
    /* margin-left: 10%; */
}

form {
    margin-top: 30px;
    /*padding-bottom: 110px;*/
    /*margin-left: 30px;*/
}

@media (max-width:800px) {
    .contact-section {
        width: 70%;
        margin-right: 20%;
    }

    form {
        margin-top: 131px;
        padding-bottom: 10%;
    }
}

@media (width:912px) {
    form {
        margin-top: 20%;
    }
}

.bar {
    left: 0px;
}

.hi {
    text-align: center;
}

.inner-width {
    max-width: 600px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.contact-section h1 {
    font-size: 22px;
    color: #FF4500;
    margin-bottom: 40px;
    font-weight: 500;
}

.name, .email {
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #FF8066;
    color: #ff5000;
    padding: 10px 6px;
    font-size: 14px;
    width:99%;
    margin-bottom: 40px;
}
#password_strength {

    margin-top: -5px;
    text-align: center;
}

#wrong_pass_alert {
    margin-top: 5px;
    text-align: center;
}


.signInWithToggleEye {
    display: flex;
    flex-direction: row;
}
#togglePassword {
    z-index: 50;
    cursor: pointer;
    margin-right: -25px;
    /* top: -20px; */
    margin-top: 15px;
}
    .contact-section button {
        color: #fff;
        border: 1px solid #FF8066;
        padding: 12px 40px;
        height: 50px;
        border-radius: 8px;
        background: #FF5000;
        text-transform: uppercase;
        font-size: 14px;
        transition: 0.2s linear;
        cursor: pointer;
}

    .contact-section button:hover {
        color: #FFffff;
        font-size: 18px;
    }

.containerCheck {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
 .containerCheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
 }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: gray;
    border-radius: 5px;
}



/* When the checkbox is checked, add a orangered background */
.containerCheck input:checked ~ .checkmark {
    background-color: orangered;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheck .checkmark:after {
    right: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width:600px) {
    .name, .email {
        width: 100%;
    }
}


/*end sign in/up */







/*start modal*/





.popup__container {
    box-sizing: border-box;
    padding: 5% 15%;
    height: calc(100vh - 40px);
    margin: auto;
    overflow-y: scroll;
    overscroll-behavior: contain;
    margin-top: 50px;
}
   
.popup__content {
    margin-bottom: 50px;
    background: white;
    padding: 20px;
    border-radius: 5px;
    /* box-shadow: 5px 4px 0px 19px #545454; */
}



.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: orangered;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }




@media (max-width:800px)
{
    .headingRule{
        font-size:14px !important;
    }
}





/*end modal*/






/*start forget password*/
.containerAllBoxs {
    display: block;
    flex-direction: row;
    text-align: center;
}

.forgot {
    /*margin-right: 50px;*/
    /*margin-bottom: 20px;
    margin-left: 16px;
    margin-top: 12%;*/
    color: black;
    vertical-align: middle;
    /*padding: 10px;*/
    /*border-radius: 15px;*/
    height: 250px;
    display: inline-block;
    font-weight: bold;
}

.rightSignUp {
    margin-right: 50px;
    margin-bottom: 20px;
    margin-left: 16px;
    margin-top: 12%;
    color: black;
    vertical-align: middle;
    padding: 10px;
    border-radius: 15px;
    height: 250px;
    display: inline-block;
    font-weight: 400;
}

    .rightSignUp h2 {
        color: orangered;
    }


.forgot h2 {
    color: orangered;
}

@media (max-width:800px) {
    .containerAllBoxs {
        display: flex;
        flex-direction: column;
        margin-left:15%;
    }

    .forgot {
        margin-right: 5%;
        width: 90%;
    }
}

/*end forget */







/*social icon side*/

.wrapper {
    display: inline-block;
    position: fixed;
    top: 45%;
    left: -50px;
    z-index:35;
}

    .wrapper .icon {
        text-align: center;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        z-index: 2;
        transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        padding: 3px;
    }

    .wrapper .icon span {
            display: block;
            height: 40px;
            width: 40px;
            background: orangered;
            border-radius: 50%;
            position: relative;
            z-index: 2;
            box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
            transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            box-shadow:
                rgba(0, 0, 0, 0.09) 0px 2px 1px, 
                rgba(0, 0, 0, 0.09) 0px 4px 2px, 
                rgba(0, 0, 0, 0.09) 0px 8px 4px; 
                
    }

    .wrapper .icon span i {
                line-height: 40px;
                font-size: 15px;
                color: #fff;
    }

    .wrapper .icon .tooltip {
            position: initial;
            top: 0;
            z-index: 1;
            color: #fff;
            padding: 5px 56px;
            font-size: 15px;
            font-weight: 500;
            border-radius: 25px;
            opacity: 0;
            pointer-events: none;
            box-shadow: 0px 10px 10px #585858;
            transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            margin-left: 100%;
            font-family: 'Noto Kufi Arabic', sans-serif;
    }

    .wrapper .icon:hover .tooltip {
            right: -72px;
            opacity: 1;
    }

.icon .tooltip:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    right: 30%;
    bottom: 40px;
    transform: translateX(-50%) rotate(45deg);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover span {
    color: #fff;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}

.wrapper .facebook:hover span,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip:before {
    background: #3B5999;/*blue*/
}

.wrapper .whatsapp:hover span,
.wrapper .whatsapp:hover .tooltip,
.wrapper .whatsapp:hover .tooltip:before {
    background: #32a60c;/*green*/
}

.wrapper .instagram:hover span,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip:before {
    background: #e1306c;/*pink*/
}



.wrapper .youtube:hover span,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip:before {
    background: red;
}



/*end social icon side*/










/*start contact us*/





.flex-containerContact {
    display: block;
   
    text-align: justify;
    margin: 90px 0px;
    margin-right:5%;
    margin-left:5%;
   

}

.flex-containerContact .headContact h3 {
    color: orangered;
    font-size: 25px;
 }

.flex-containerContact .headContact p {
    font-size: 16px;
    font-weight: bold;
}

.item-leftContact {
    display: inline-block;
    padding: 0px;
    /* flex: 50%; */
    width: 60%;
    vertical-align: middle;
    max-width: 1000px;
}

.item-rightContact {
    padding: 0px;
    /* width: 68%; */
    vertical-align: middle;
    display: inline-block;
}

.iframeContact {
    position: relative;
    margin-right: 35%;
    /* margin-bottom: 10px; */
    top: -162px;
    /* bottom: 50%;*/
}

.details {
    text-align: center;
    padding: 20px;
}

.addressContact {
   /* display: inline-flex;*/
}

.details i {
    font-size: 20px;
    color: orangered;
    margin-bottom: 10px;
}

.topic {
    font-size: 15px;
    font-weight: 500;
    color: dimgray;
}

.text-one,
.text-two {
    font-size: 16px;
    color: #afafb6;
}


.margin-top-25 {
    margin-top: 25px;
    padding-bottom:15px;
}



.form-group .form-control {
    -webkit-box-shadow: none;
    border-bottom: 1px;
    border-style: none none solid none;
    border-radius: 0;
    border-color: gray;
}

.form-group .form-control:focus {
    box-shadow: none;
    border-width: 0 0 2px 0;
    border-color: orangered;

}

textarea {
    resize: none;
}

.btn-mod.btn-large {
    height: auto;
    padding: 13px 52px;
    font-size: 17px;
}

.btn-mod.btn-border {
    color: #fff;
    background: orangered;
    border: none;
}


.btn-mod, a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #585858;
    background: grey;
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

    .btn-mod.btn-border:hover {
        color: orangered;
        background: #fff;
        /* border: 1px solid orangered; */
        box-shadow: 1px orangered;
        box-shadow: inset 0px 0px 4px 0px orangered;
    }

@media only screen and (max-width: 500px) {
    .btn-mod.btn-large {
        padding: 6px 16px;
        font-size: 11px;
    }

    .form-title {
        font-size: 20px;
    }
}

@media (max-width: 800px) {
    .item-leftContact, .item-rightContact {
        width: 100%;
    }


    .details i {
        font-size: 15px;
    }

    .topic {
        font-size: 12px;
    }

    .text-one,
    .text-two {
        font-size: 12px;
    }
    .form-control {
        width:80% !important;
    }
 }



/*end contact*/








/* NavbarTop user */


@import url(https://fonts.googleapis.com/css?family=Dancing+Script);



.navbar-top {
    background-color: #fff;
    color: #333;
    box-shadow: 0px 4px 8px 0px grey;
    height: 70px;
}

.titleProfile {
    font-family: 'Dancing Script', cursive;
    position: absolute;
    right: 45%;
}

.navbar-top ul {
    float: right;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 18px 50px 0 40px;
}

    .navbar-top ul li {
        float: right;
    }

        .navbar-top ul li a {
            color: #333;
            padding: 14px 16px;
            text-align: center;
            text-decoration: none;
        }



/* Sidenav profile user */

.sidenav {
    /*background-color: #f1f1f1;*/
    color: #333;
    /* border-bottom-left-radius: 10px; */
    /* border-top-left-radius: 10px; */
    height: 70%;
    overflow-x: hidden;
    padding-top: 20px;
    position: absolute;
    top: 0px;
    width: 240px;
    float: right;
    /* margin-right: 5px; */


}



/*.url hr {
        margin-right: 20%;
        width: 60%;
        height: 1px;
        background-color: orangered;
        border: none;
}*/
/*.hamburger-menu .url .SideItem{
    font-size:15px;
}*/

/*.SideItem ul{
    list-style-type:none;
    margin-right:18px;
}*/


/*.url .listBASIC {
    font-size: 18px;
    display: block;
    margin: 10px;
    text-decoration: none;
    color: orangered;
}
.url .listBASIC:hover {
    text-decoration: none;
    color: black;
}

.url .SideItem ul .disabled {
    pointer-events: none;
}*/

/*.url .SideItem ul li a:hover {
    text-decoration: none;
    
}*/
    /*.url .SubULSide li a {
    color: orangered;
    display:flex;
    height:auto;
    padding-bottom:10px;*/
    /*padding: 5px;*/
    /*margin-bottom: 20px;*/
/*}
    .url .SubULSide  li a:hover {
        color: black;
        /*
        font-size: 14px;
        text-decoration: none;
        font-weight:bold;
    }*/





/*hamburger-menu*/
#menu__toggle {
    opacity: 0; /*checkbox*/
}

    #menu__toggle:checked + .menu__btn > span {
        transform: rotate(45deg);
    }

        #menu__toggle:checked + .menu__btn > span::before {
            top: 0;
            transform: rotate(0deg);
        }

        #menu__toggle:checked + .menu__btn > span::after {
            top: 0;
            transform: rotate(90deg);
        }

    #menu__toggle:checked ~ .menu__box {
        right: 0 !important;
    }

.menu__btn {
    position: fixed;
    top: 50px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1000;
    display: none;
}

    .menu__btn > span,
    .menu__btn > span::before,
    .menu__btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: orangered;
        transition-duration: .25s;
    }

        .menu__btn > span::before {
            content: '';
            top: -8px;
        }

        .menu__btn > span::after {
            content: '';
            top: 8px;
        }

.menu__box {
    display: none;
    position: fixed;
    top: 90px;
    /* right: -100%; */
    width: 240px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: white;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: 1.25s;
    margin-left: 20px;
    z-index: 150;
    border-left: 3px solid orangered;
}


@media (max-width:1010px) {
    .menu__btn {
        display: unset;
        left: 20px;
    }

    .menu__box {
        right: -100%;
        display: block;
    }

    .navbar-top {
        margin-right: 0px;
    }

    .titleProfile {
        right: 15px;
    }
}


/*accordion menu sidBar*/



.list-product-nav {
    position: relative;
    float: right;
    /* top: 50px; */
    margin-right: 5px;
    /* border-radius: 10px; */
    width:95%;
    /*box-shadow:0px 0px 7px black;*/
}
    .list-product-nav li:not(:first-child) {
        margin-top: 12px !important;
    }

    .list-product-nav a {
        font-size: 16px;
        display: block;
        text-decoration: none !important;
    }

    .list-product-nav li .list_product__cat2:hover, .list-product-nav li .list_product__cat:hover {
        color: black;
        text-decoration: none;
    }

    .list-product-nav li .list_product__cat:focus {
        color: black;
        text-decoration: none;
    }

    .list-product-nav > li:not(:last-child) {
        border-bottom: solid 2px #fff;
    }

        .list-product-nav  li .list_product__cat  {
            color: #fff;
            padding: 10px 20px;
            background-color: orangered;
        }


            .list-product-nav > li a.list_product__cat2 {
                color: #fff;
                padding: 10px 20px;
                background-color: orangered;
            }

    .list-product-nav > li > a.list-product-cat2:hover,
    .list-product-nav > li > .list-product-cat:focus 
    {
            color: orangered !important;
            text-decoration:none !important;
        }

.list-product-subnav {
    display: none;
    text-align: right;
    color:black;
}
.list-product-subnav2 {
    display: none;
    text-align: right;
    color: black;
}
    .list-product-subnav li a {
        color: black;
        padding: 6px 25px;
        font-weight:bold;
    }
.list-product-subnav2 li a {
    color: black;
    padding: 6px 25px;
}

    .list-product-subnav li a:hover {
        color: orangered;
        text-decoration:none;
    }

.list-product-subnav2 li a:hover {
    color: orangered;
    text-decoration: none;
}



/*end Sidenav profile user */




/*start table order user*/
.user {
    border-collapse: collapse;
    width: 100%;
    text-align:center;
}

.user td, .user th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align:center;

}

.user tr:nth-child(even) {
    background-color: lightgray;
}

.user tr:hover {
    background-color: orangered;
}

.user th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: right;
    background-color: orangered;
    color: white;
}
/*end table order user*/





/*start user view cars page*/

.userViewCars {
    margin-left: 3%;
    text-align: center;
    margin-right: 3%;
}
.contentUser h1 {
    color: orangered;
    text-align: right;
    padding-bottom: 40px;
}
.selectionsUserCar {
    display: flex;
    flex-direction: row;
}
@media (max-width:800px)
{
    .selectionsUserCar {
        display: flex;
        flex-direction: column;
    }
    
}
.selectUser {
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #FF8066;
    color: #ff5000;
    padding: 10px 6px;
    font-size: 14px;
    margin-bottom: 40px;
    width: 30%;
    margin-left:100px;
}
.tableViewUser {
    margin: 15px;
}
.descUserCar {
    text-align: justify;
    padding: 3%;
    width: 100%;
    height: auto;
    font-size: 16px;
}
.imgsUserCar img{
   margin:3%;
}

/*start vehicle services page*/


.vehicle_Services{
    margin-top:100px;
    margin-right:50px;
    width:80%;
}
.divPayPal{
    /*width:30%;*/
}
.divPayPal img{
    width:40%;
}
@media(max-width:800px) {
    .divPayPal {
        /*width: 100%;*/
    }
    .divPayPal img {
        width: 60%;
    }
}
.formVehicleServ {
    max-width: 500px;
    box-shadow: 0px 0px 4px -1px black;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.formVehicleServ select{
    background-color: #ebebeb;
}
.formVehicleServ input{
    background-color: #ebebeb;
}

.myBtnVehicleServ {
    color: #fff;
    border: 1px solid #FF8066;
    padding: 4px 25px;
    border-radius: 5px;
    background: #FF5000;
    font-size: 14px;
    cursor: pointer;
   
}
.myBtnVehicleServ:hover {
    background: #ebebeb;
}
.formVehicleServ div {
    display: block;
    text-align: center;
}
.formVehicleServ div a:hover {
  text-decoration:none;
  color:black;
}


/*scroll nav in after salse*/
.navScrollAftersalse {
    /*margin: 0 auto;*/
    text-align: center;
    /*justify-content: center;*/
    padding: 20px;
    list-style: none;
    display: flex;
    background-color: #555555;
    position: fixed;
    top: 100px;
    width: 100%;
    z-index: 35;
    overflow: auto;
    white-space: nowrap;
}

/*::-webkit-scrollbar-button {
    background-color: red;
}*/


    .navScrollAftersalse a {
        text-decoration: none;
        padding-left:20px;
        color: white;
        font-size: 17px;
        font-weight: bold;
    }
    .navScrollAftersalse li {
        /* line-height: normal; */
        display: inline-block;
        color: white;
        text-align: center;
        padding: 6px;
        text-decoration: none;
    }
        .navScrollAftersalse li a:hover {
            color: orangered ;
            text-decoration:none;
        }
    .focus {
        color: orangered !important;
    }


@media (max-width:850px){
    .navScrollAftersalse {
        /*flex-direction: column;*/
        text-align: right;
        overflow-x:scroll !important;
    }
    
    .about .heading {
        scroll-margin-top: 200px;
    }

    #s1{
        margin-top:inherit;
    }
    .navScrollAftersalse a {
       
        font-size: 13px;
    }
}








/*.navAftersalse {
    background-color: #4d4d4d;
    position: fixed;
    width: 100%;
    margin-top: 25px;
}

.navAftersalse > .nav-header {
  display: inline;
}

.navAftersalse > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
  float:right;
 
}

.navAftersalse > .nav-btn {
  display: none;
}

    .navAftersalse > .nav-links {
        display: inline;
        display: flex;
        justify-content: center;
        font-size: 18px;
       
    }

.navAftersalse > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
  justify-content:center;
}

.navAftersalse > .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.navAftersalse > #nav-check {
  display: none;
}

@media (max-width:960px) {
    .navAftersalse > .nav-btn {
        display: inline-block;
        position: absolute;
        left: 0px;
        top: 0px;
    }

        .navAftersalse > .nav-btn > label {
            display: inline-block;
            width: 50px;
            height: 50px;
            padding: 13px;
        }

            .navAftersalse > .nav-btn > label:hover, .navAftersalse #nav-check:checked ~ .nav-btn > label {
                background-color: rgba(0, 0, 0, 0.3);
            }

            .navAftersalse > .nav-btn > label > span {
                display: block;
                width: 25px;
                height: 10px;
                border-top: 2px solid #eee;
            }

    .navAftersalse > .nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background-color: #333;
        height: 0px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 50px;
        right: 0px;
    }

        .navAftersalse > .nav-links > a {
            display: block;
            width: 100%;
        }

    .navAftersalse > #nav-check:not(:checked) ~ .nav-links {
        height: 0px;
    }

    .navAftersalse > #nav-check:checked ~ .nav-links {
        height: calc(100vh - 50px);
        overflow-y: auto;
    }

    .navAftersalse > #ss1:visited > .nav-links {
        height: 0;
    }
}*/