html,
body {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar-track {
    --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

 ::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

 ::-webkit-scrollbar-thumb {
    background-color: rgb(116, 115, 115);
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Tajawal', sans-serif;
}


/* arabic */

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Tajawal Medium'), local('Tajawal-Medium'), url(/layout/fonts/Iurf6YBj_oCad4k1l8KiHrRpiYlJ.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}


/* latin */

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Tajawal Medium'), local('Tajawal-Medium'), url(/layout/fonts/Iurf6YBj_oCad4k1l8KiHrFpiQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

a {
    text-underline-offset: unset;
    text-decoration: none;
color: white;}

.logo_spo {
    display: block;
    float: right;
    margin: 0;
}

.navbar_a {
    background: rgb(31 38 44);
    height: 100px;
}

.options_lr {
    float: left;
    height: 100px;
    display: flex;
}

.logo_gs {
    background: url(/layout/images/logo.png);
    background-size: 100px;
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
}

.butonst1 {
    color: rgb(0 163 7);
    background: white;
    text-underline-offset: unset;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 25px;
    margin: auto;
    position: relative;
}

.nav {
    margin: auto;
    width: 80%;
    height: 100%;
    max-width: 1000px;
}

.options_lr a {
    height: 34px;
    margin: auto;
}

.options_lr a:hover {
    opacity: .5;
}

.moreinchop {
    margin: 10px auto;
    width: 80%;
    direction: rtl;
    max-width: 1000px;
}

.moreinchop a {
    margin: 5px;
    padding: 1px;
    font-size: 15px;
    color: rgb(31 38 44);
}

.li1 {
    width: 640px;
    height: 500px;
    display: flex;
}

.li1 img {
    width: 640px;
    height: auto;
    margin: auto;
}

.li2 img {
    width: 640px;
    height: auto;
    margin: auto;
}

.ri1 {
    width: 500px;
    float: right;
    height: 500px;
    display: flex;
}

.ri1 h1 {
    margin: auto;
    font-size: 22px;
    text-align: right;
}

.ri2 h1 {
    margin: auto;
    font-size: 22px;
    text-align: right;
    /* font-size: 17px; */
}

.f_1 {
    width: 100%;
    max-width: 1220px;
    margin: auto;
}

.li2 {
    width: 640px;
    height: 500px;
    display: flex;
    float: right;
}

.ri2 {
    width: 500px;
    float: left;
    height: 500px;
    display: flex;
}

span.facebook {
    background: url(/layout/icon/facebook.png);
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: block;
}

span.insta {
    background: url(/layout/icon/instagram.png);
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: block;
}

span.twitter {
    background: url(/layout/icon/twitter.png);
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: block;
}

span.whatsapp {
    background: url(/layout/icon/whatsapp.png);
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: block;
}
span.viber {
    background: url(/layout/icon/viber.png);
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: block;
}

span.visa {
    background: url(/layout/icon/visa.png);
    width: 60px;
    height: 60px;
    background-size: 60px;
    display: block;
}

span.paypal {
    background: url(/layout/icon/paypal.png);
    width: 60px;
    height: 60px;
    background-size: 60px;
    display: block;
}

span.mastercard {
    background: url(/layout/icon/mastercard.png);
    width: 60px;
    height: 60px;
    background-size: 60px;
    display: block;
}

.sociellink {
    display: block;
    width: 165px;
    margin: 3px auto;
    position: relative;
}

.sociellink span,
.paying span {
    float: right;
    margin: 3px 3px;
    width: 25px;
    height: 25px;
    background-size: 25px;
}

.paying {
    display: block;
    width: 198px;
    margin: auto;
    position: relative;
}

.footerds {
    width: 100%;
    /* height: 236px; */
    background: rgb(31 38 44);
    padding: 20px 0;
position: relative;display: flex;}

.fot1se {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

.setfot2 {
    float: right;
    margin: 20px 47px;
    position: relative;
    width: 245px;
}

ul {
    text-decoration: none;
    cursor: pointer;
}

li {
    display: block;
    text-align: right;
    color: white;
}

p {
    font-size: 15px;
}

b {
    font-size: 15px;
}

.allegypt {
    width: 100%;
    height: 400px;
    background: #bebebe;
}

.titppp {
    display: flex;
    width: 100%;
    height: inherit;
    z-index: 5;
    color: white;
}

.titppp p {
    margin: auto;
    font-size: 40px;
    color: white;
    z-index: 6;
    text-align: center;
    direction: rtl;
}

.imgsk {
    background: url(/layout/images/8389ec0330694031a6c0f1e753b3f661.jpg) no-repeat;
    width: 100%;
    background-size: 100%;
    height: 400px;
    position: absolute;
    background-attachment: fixed;
}

.imgskwedding {
    background: url(/layout/images/Rolls-Royce-ghost-wedding-car-hero-fi21317860.jpg) no-repeat;
    width: 100%;
    background-size: 100%;
    height: 400px;
    position: absolute;
    background-attachment: fixed;
}

.imgskh1 {
    background: url(/layout/images/file_36_12.jpg) no-repeat;
    width: 100%;
    background-size: 100%;
    height: 400px;
    position: absolute;
    background-attachment: fixed;
}

.imgskhiace {
    background: url(/layout/images/20190218_02_kv_w1920.jpg) no-repeat;
    width: 100%;
    background-size: 100%;
    height: 400px;
    position: absolute;
    background-attachment: fixed;
}

.imgskcar {
    background: url(/layout/images/Samsung-Digital-Cockpit-CES-2019.jpg) no-repeat;
    width: 100%;
    background-size: 100%;
    height: 400px;
    position: absolute;
    background-attachment: fixed;
}

.imgsksuv {
    background: url(/layout/images/maxresdefault0.jpg) no-repeat;
    width: 100%;
    background-size: 100%;
    height: 400px;
    position: absolute;
    background-attachment: fixed;
}

.imgsklimo {
    background: url(/layout/images/hyundai-elantra-2021.jpg) no-repeat 0px -65px;
    width: 100%;
    background-size: 100%;
    height: 400px;
    position: absolute;
    background-attachment: fixed;
}

.logoin0fot {
    background: url(/layout/images/logoar.png) -0px -35px no-repeat;
    background-size: 200px;
    width: 190px !important;
    height: 117px;
    display: block;
    position: relative;
    float: right;
    padding: 20px;
    margin: 0 0 0 20px;
}

.setfot3 {
    float: right;
    text-align: right;
    color: white;
    margin: 0 60px;
    position: relative;
}
.setfot4 {
    float: right;
    text-align: right;
    color: white;
    margin: 6px 60px;
    position: relative;
    /* width: 280px; */
direction: rtl;}
.pricelist {
    min-height: 700px;
}

table {
    width: 500px;
    margin: 20px auto;
    direction: rtl;
}

th {
    padding: 8px 15px;
    background: #1f262c;
    color: white;
    border-right: 1px solid #fff;
    cursor: pointer;
    user-select: none;
}

td {
    padding: 5px 10px;
    /* font-size: 14px; */
}

tr {
    padding: 8px 15px;
    /* background: #269c06b8; */
    color: #676767;
    border-right: 1px solid #fff;
}

thead {
    padding: 22px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.moreinv {
    display: none;
    direction: rtl;
    width: 109px;
    position: absolute;
    margin: 10px 95px;
    background: #1f262c;
    color: white;
    z-index: 70;
}

ul.moreinv a {
    color: white;
    padding: 5px 3px;
    margin: 2px 2px;
    width: fit-content;
    display: block;
}

.sel {
    margin: auto;
}

.mop_sel {
    width: 100%;
    height: 100px;
    display: flex;
}

.sel a {
    padding: 5px 15px;
    color: black;
    /* background: rgb(4 4 6); */
    border: 1px solid black;
}

.sel a:hover {
    opacity: .5;
}

.contactusdiv {
    width: 100%;
    height: 100px;
    display: flex;
}

p.cont-title {
    margin: auto;
    font-size: 20px;
    border-bottom: 1px solid #030303;
    padding: 8px 0;
}

.reservnow {
    background-color: green !important;
    color: white !important;
    border: 1px solid green !important;
}

.carstag {
    position: relative;
    display: block;
    margin: 19px auto;
    width: 500px;
}

.imgprs img {
    width: 500px;
}

.imgprs {
    width: 500px;
    height: 137px;
    overflow: hidden;
    position: relative;
}

.tagtit {
    display: flex;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    color: white;
}

.tagtit p {
    margin: auto;
    direction: rtl;
}

.carstag:hover {
    opacity: .5;
    cursor: pointer;
}
.pagecontent {
    white-space: break-spaces;
    width: 65%;
    margin: 35px auto 120px auto;
    text-align: center;
    direction: rtl;
    max-width: 990px;
    min-width: 400px;
}
.pagecontent a {
    color: rgb(20 42 152);
}
.etisalatcash {
    
width: 100px;
    
height: auto;
    
text-align: center;
    
float: right;
}
.etisalatcashlogo {
    
background: url(/layout/icon/etisalatcash.png);
    
width: 94px;
    
height: 56px;
    
background-size: 100px;
    
display: block;
}
.nbelogo {
    
background: url(/layout/icon/nbe.png) no-repeat;
    
width: 70px;
    
height: 56px;
    
background-size: 70px;
    
display: block;
    
margin: auto;
}

.instapaylogo {
    
background: url(/layout/images/instapay.png) no-repeat;
    
width: 70px;
    
height: 56px;
    
background-size: 70px;
    
display: block;
    
margin: auto;
}
.vodafonecash {
background: url(/layout/images/Coverage-Page-400x200-27.png) no-repeat;
width: 120px;
    height: 78px;
    background-size: 130px;
    display: block;
    margin: auto;
}
.whatsappbuttonfixed {
background: url(/layout/images/WhatsAppButtonGreenSmall.png) no-repeat;
    width: 200px;
    height: 50px;
    background-size: 200px;
    display: block;
    margin: auto;
    position: fixed;
    bottom: 0px;
    margin: 15px;
    left: 0px;
    z-index:100;
}
.nbecash {
    float: right;
    text-align: center;
}
@media screen and (max-width: 1200px) {}

@media screen and (max-device-width: 1100px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-device-width: 800px) {}

@media screen and (max-width: 700px) {
    .mobfot {
    margin: 31px auto 0;
    width: 100%;
    
    padding: 8px 0;
}
    .li1 img {
        width: 80vw;
        height: auto;
    }
    .li1 {
        width: 100%;
        height: auto;
        margin: 30px auto;
    }
    .li2 img {
        width: 80%;
        height: auto;
    }
    .li2 {
        width: 375px;
        height: auto;
        margin: 30px auto;
    }
    .ri1 {
        width: 90%;
        height: auto;
        margin: 20px auto;
        float: left;
    }
    .ri2 {
        width: 90%;
        height: auto;
        margin: 20px auto;
    }
    .footerds {
        width: 100%;
        height: 630px;
        display: block;
        position: relative;
    }
    .pricelist {
        width: 95%;
        margin: auto;
    }
    table {
        width: 100%;
    }
    .imgsklimo {
        background-size: 200vh;
    }
    .imgsk {
        background-size: 200vh;
        background-position: -500px 15px;
    }
    .imgskwedding {
        background-size: 200vh;
        background-position: -715px -18px;
    }
    .carstag {
        width: 90%;
        margin: 20px auto;
    }
    .imgprs {
        width: 100%;
        margin: auto;
    }
    .imgskhiace {
        background-position: -200px -50px;
        background-size: 300vh;
    }
    .imgskh1 {
        background-size: 300vh;
        background-position: -675px -50px;
    }
    .imgsksuv {
        background-position: -200px -20px;
        background-size: 200vh;
    }
}

@media screen and (max-device-width: 700px) {
    .li1 img {
        width: 80vw;
        height: auto;
    }
    .li1 {
        width: 100%;
        height: auto;
        margin: 30px auto;
    }
    .li2 img {
        width: 80%;
        height: auto;
    }
    .li2 {
        width: 375px;
        height: auto;
        margin: 30px auto;
    }
    .ri1 {
        width: 90%;
        height: auto;
        margin: 20px auto;
        float: left;
    }
    .ri2 {
        width: 90%;
        height: auto;
        margin: 20px auto;
    }
    .footerds {
        width: 100%;
        height: 630px;
        display: block;
        position: relative;
    }
    .mobfot {
    margin: 15px auto 0;
    width: 100%;
    
    padding: 8px 0;
}
    .pricelist {
        width: 95%;
        margin: auto;
    }
    table {
        width: 100%;
    }
    .imgsklimo {
        background-size: 200vh;
    }
    .imgsk {
        background-size: 200vh;
        background-position: -500px 15px;
    }
    .imgskwedding {
        background-size: 200vh;
        background-position: -715px -18px;
    }
    .carstag {
        width: 90%;
        margin: 20px auto;
    }
    .imgprs {
        width: 100%;
        margin: auto;
    }
    .imgskhiace {
        background-position: -200px -50px;
        background-size: 300vh;
    }
    .imgskh1 {
        background-size: 300vh;
        background-position: -675px -50px;
    }
    .imgsksuv {
        background-position: -200px -20px;
        background-size: 200vh;
    }
}

@media screen and (max-width: 400px) {
    .li1 img {
        width: 80vw;
        height: auto;
    }
    .mobfot {
    margin: 15px auto 0;
    width: 100%;
    
    padding: 8px 0;
}
    .li1 {
        width: 100%;
        height: auto;
        margin: 30px auto;
    }
    .li2 img {
        width: 80%;
        height: auto;
    }
    .li2 {
        width: 375px;
        height: auto;
        margin: 30px auto;
    }
    .ri1 {
        width: 90%;
        height: auto;
        margin: 20px auto;
        float: left;
    }
    .ri2 {
        width: 90%;
        height: auto;
        margin: 20px auto;
    }
    .footerds {
        width: 100%;
        height: 630px;
        display: block;
        position: relative;
    }
    .pricelist {
        width: 95%;
        margin: auto;
    }
    table {
        width: 100%;
    }
    .imgsklimo {
        background-size: 200vh;
    }
    .imgsk {
        background-size: 200vh;
        background-position: -500px 15px;
    }
    .imgskwedding {
        background-size: 200vh;
        background-position: -715px -18px;
    }
    .carstag {
        width: 90%;
        margin: 20px auto;
    }
    .imgprs {
        width: 100%;
        margin: auto;
    }
    .imgskhiace {
        background-position: -200px -50px;
        background-size: 300vh;
    }
    .imgskh1 {
        background-size: 300vh;
        background-position: -675px -50px;
    }
    .imgsksuv {
        background-position: -200px -20px;
        background-size: 200vh;
    }
}

@media screen and (max-device-width: 400px) {
    .li1 img {
        width: 80vw;
        height: auto;
    }
    .mobfot {
    margin: 15px auto 0;
    width: 100%;
    
    padding: 8px 0;
}
    .li1 {
        width: 100%;
        height: auto;
        margin: 30px auto;
    }
    .li2 img {
        width: 80%;
        height: auto;
    }
    .li2 {
        width: 375px;
        height: auto;
        margin: 30px auto;
    }
    .ri1 {
        width: 90%;
        height: auto;
        margin: 20px auto;
        float: left;
    }
    .ri2 {
        width: 90%;
        height: auto;
        margin: 20px auto;
    }
    .footerds {
        width: 100%;
        height: 630px;
        display: block;
        position: relative;
    }
    .pricelist {
        width: 95%;
        margin: auto;
    }
    table {
        width: 100%;
    }
    .imgsklimo {
        background-size: 200vh;
    }
    .imgsk {
        background-size: 200vh;
        background-position: -500px 15px;
    }
    .imgskwedding {
        background-size: 200vh;
        background-position: -715px -18px;
    }
    .carstag {
        width: 90%;
        margin: 20px auto;
    }
    .imgprs {
        width: 100%;
        margin: auto;
    }
    .imgskhiace {
        background-position: -200px -50px;
        background-size: 300vh;
    }
    .imgskh1 {
        background-size: 300vh;
        background-position: -675px -50px;
    }
    .imgsksuv {
        background-position: -200px -20px;
        background-size: 200vh;
    }
}