html{
    scroll-behavior:smooth;
}
body{
    margin:0;
    padding:0;
    background: #2765a8;



    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    scroll-behavior:smooth;
    overflow-x:hidden;

}
*,*:before, *:after{
    box-sizing: border-box;
}
.nav-list-icon{
    display: none;
    direction: rtl;
}
.hero-titles{
    display:none;
}
/*----الجزء الخاص بالnav ----*/
nav{
    display:flex;
    direction:rtl;
    justify-content:space-between;
    align-items: center;
    width:80%;
    z-index: 1;
    position:absolute;
    top:30px;
    background: rgba(164, 164, 164, 0.5);
    color:rgb(210, 204, 204);
    left:50px;
    border-radius:25px;
    
   
}
.nav-items{
    display:flex;
    gap:30px;
    align-items:center;
    list-style: none;
    margin-left:15px;
    
}
.nav-item a{
    text-decoration:none;
    color:rgb(243, 240, 236);
    display:inline-block;


}
.nav-item a:hover{
    transform:scale(1.25)
}
.logo{
    width:10%;
    height:80px;
    background-image: url("/static/images/logo.png");
    background-position: center;
    background-size:contain;
    background-repeat: no-repeat;
}
.login-icons{
    display:flex;
    direction:ltr;
}
.login-btn {
    display:none;
    align-items: center;
    gap:10px;
    opacity:0.5;
    border:1px solid white;
    border-radius: 15px;
    width:120px;
    margin:5px;
    height:40px;
}
.login-btn button{
    text-decoration: none;
    color:white;
    margin:5px;
    background: transparent;
    border:none;
}

.login-ar{
    display:flex;
    align-items:center;
    margin-left:20px;
    text-transform: capitalize;
}
.lang-box{
    position:relative;
    z-index: 2;
}

.login-ar{
    display:flex;
    align-items:center;
    gap:5px;
    cursor:pointer;
}

.lang-menu{
    position:absolute;
    bottom: -50px;
    right:0;
    background:rgb(1, 1, 79,0.5);
    padding:10px;
    border-radius:10px;

    display:none;
    backdrop-filter: blur(10px);
}
.showbtntrans{
    display: flex;
}

.lang-menu button{
    border: none;
    background:none;
    color:white
}
.lang-menu button:hover{
    cursor: pointer;
}
/*------- الجزء الخاص بتسجيل الدخول------*/
.popup {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgb(6, 6, 6,0.8);
    z-index: 3;
    backdrop-filter: blur(15px);
    color:wheat;
  
}
.popup-content{
    display:flex;
    width:85%;
    direction: rtl;
    

}
.one-loginpage{
    width:50%;
    height:80vh;
    direction: ltr;
    color:white;
    background-image: url("/static/images/home1.jpeg");

    background-position: center;
    background-size: cover;
    margin-top:80px;
    border-radius: 5px;
}
.stary-cards{
    width:40%;
    
    display:flex;
    flex-direction: column;
    gap:10px;
    align-items: flex-end;
    justify-content: center;
    direction: rtl;
    background-image: radial-gradient(rgba(216, 205, 205, 0.2),rgb(255, 255, 255,0.2));

}
.stary{
    display:flex;
    direction:ltr;
    align-items: center;
    gap:20px;
}
.groupy h1{
    font-size:20px;
}
.two-loginpage{
    background:rgb(152, 145, 134);
    background-image: radial-gradient(rgb(7, 7, 7),rgb(82, 81, 81));
    backdrop-filter: blur(15px);
    width:50%;
    height:80vh;
    margin-left:80px;
    margin-top:80px;
    border-radius: 5px;
    margin-right:8px

}
.page-login{
    color:whitesmoke;
    text-align: center;
}
.two-loginpage p{
    color:whitesmoke;
    text-align: center;
    
}
form{
    direction: ltr;
    display:flex;
    flex-direction: column;
    gap:10px;

}
form label{
    margin-left:20px;
    margin-bottom:5px;
    padding:5px;
    color:whitesmoke;
    font-weight:bolder;
}
form input{
    width:60%;
    margin-left:20px;
    margin-top:5px;
    padding:5px;
    border:1px solid black;
    outline:none;
    background:none;
    border-radius:25px;
    color:white;
}
.forget{
    direction: rtl;
    position: relative;
    right: 190px;
}
.quest{
    color:aliceblue;
    font-weight:bold;
    margin:20px;
    padding: 20px;
    font-size: 20px;
}
.qu span a{
    text-decoration: none;
    color:gold;
    font-weight:bold;
    font-size:20px; 
}
.close{
    position:absolute;
    top: 10px;
    right: 50px;
    font-size: 50px;
    cursor:pointer;
}
/*-----الجزء الخاص بالherosection -----*/



.hero-section{
    margin:0;
    padding:0;
    position: relative;
    width:100%;
    height:150vh;    
    background-image: 
    url("/static/images/herosection.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    
    display:flex;
    flex-direction: column;
    gap:50px;
    align-items:flex-start;
    justify-content:flex-start;

}

.title{
   
    font-size:40px;
    color:#0e0e0f;
    padding-bottom:0;
    height:20px;
    position: relative;
    right:-161px;
    bottom:-130px;
    direction: rtl;
    animation: down 1.3s ease forwards;
}
.all-safe{

    font-size:70px;
    color:#1b1bc4;
    height: 20px;
    position: relative;
    left:50px;
    top:50px;
    animation: down 1.6s ease forwards;
}
.desc{
    width:50%;

    padding:0;
    font-size:30px;
    color:#161717;
    height: 30px;
    line-height: 1.5;
    position: relative;
    right:-300px;
    top:50px;
    animation: down 1.9s ease forwards;
}
.dbtn{
    background: #2765a8;
    color: white;
    width:200px;
    height:50px;
    border-radius:25px;
    display:flex;
    align-items:center;
    justify-content:center;
    position: relative;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    right:-450px;
    top:50px;
    animation: down 2.1s ease forwards;
}
@keyframes down{
    from{
        opacity:0;
        transform:translateY(-100px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}

.dbtn:hover{
    transform:scale(1.07);
    background: darkblue;
}

/*------الجزء الخاص بالcontent ----*/
.content{
    position:relative;
    top:-220px;
    height:auto;
    background: #0a427d;

}
/*--------الجزء الخاص بعن شركتنت----------*/


/*------------------------------------------*/
/*----------مميزات الشركة(لماذا نحن)-------*/
.who-title{
    text-align: center;
    color:white;
    display: flex;
   
    justify-content: center;
    position: relative;
    bottom:-30px;
    font-size: 50px;
}
.who-title::before{
    content:"";
    position:relative;
    width:10px;
    height:10px;
    border-radius: 50%;
    background: rgb(174, 174, 239);
    bottom: -80px;
    left:140px;
}
.who-title::after{
    content:"";
    position:relative;
    width:80px;
    height:10px;
    border-radius: 20%;
    background-image: linear-gradient(to left,rgb(160, 160, 219),white);
    bottom:-80px;
    left: -120px  
}
.why-tiitles{
    text-align: center;
}
.why-tiitles h3{
    

    margin:10px;
    padding:10px;
    font-size:50px;

}

.why-tiitles h2{
    color:rgb(146, 144, 139);
    font-size:40px;
    font-weight: bold;
    margin:10px;
    padding:10px;
}
.stars-cards{
    backdrop-filter: blur(20px);

    display: flex;
    gap:5px;
    align-items: center;
    position: relative;
    width:95%;  
    justify-content: center;  
    margin:5px;
    flex-direction: column;
    background: rgb(252, 252, 255);
    position:relative;
    top:50px;
    height:600px;
    padding:0;
    margin-left:25px;
    box-shadow:2px 2px 5px 1px rgb(161, 159, 159),-2px -2px 5px 1px rgb(161, 159, 159);
    border-radius: 35px;
}
.card-star svg{
    color:rgb(86, 86, 240)
}
.our{
    display: flex;
    align-items:flex-start;
    direction:rtl;
    gap: 40px;
}
.our p{
    width:58%;
    margin:0;
    padding:0;
    position:relative;
    left: -85px;
    font-size: 30px;
    margin-left:10px;
    top:-10px;
    font-family: 'Cairo', sans-serif;
    line-height: 1.8;
   
}
.our-image{
    width:30%;
    height:300px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -30px;
    position: relative;
    left:-20px;
}
.our-image::before{
    content:"";
    position: absolute;
    border-radius: 50%;
    background: #b9d0e7;
    z-index: 1;
    width:100%;
    height:100%;
    box-shadow: -10px -10px 5px 5px rgb(206, 206, 221),10px 10px 5px 5px rgb(206, 206, 221),-10px 10px 5px 5px rgb(206, 206, 221),10px -10px 5px 5px rgb(206, 206, 221);
}
.our-image img{
    position:relative;
    left:-40px;
    z-index: 2;
}
.our-stars{
    display: flex;
    width:90%;
    gap:25px;
    justify-content: center;
    align-items: center;
}
.star{
    background:rgb(239, 239, 246);
    color:black;
    width:25%;
    height:150px;
    border-radius: 25px;
    display:flex;
    direction: rtl;
    align-items: center;
    justify-content: center;
    gap:15px;
}
.group h1{
    padding:0;
    margin:0;
    font-size: 20px;
}
.card-star i{
    width:60px;
    height:60px;
    margin:0;
    padding:0;
    font-size:60px;
    color:rgb(86, 86, 240)

    
}
/*--------------------------------------------*/
.one-content{
    
    position:relative;
    top:120px;
    display:flex;
    direction:rtl;
    gap:20px;
    width:98%;
    align-items:center;
    justify-content: space-around;
    background: white;
    margin-left:12px;
    box-shadow:2px 2px 5px 1px rgb(161, 159, 159),-2px -2px 5px 1px rgb(161, 159, 159);
    border-radius: 35px;
}
.sec-contone{
    border-left:1px solid rgb(194, 194, 240);
    display:flex;
    align-items:center;
    gap:25px;
    margin:10px;
    padding:10px;
}
.icon-content svg{
    color:rgb(86, 86, 240);
}
/*------------------------------*/
.homes-pic{
    display: flex;
    width:125%;
    height: 200px;
    flex-direction: column;
    position: relative;
    top:150px;
    margin:10px;
    padding:10px;
}
.home{
    width:25%;
    height:300px;
    color:rgb(17, 17, 52);
    position: relative;
    overflow: hidden;
    background: white;
    border-radius:35px;

    font-family:Verdana, Geneva, Tahoma, sans-serif;
    
    

}
.home img{
    height:100%;
    width:100%;
    object-fit: cover;
    border-radius:35px;
    display: block;
}
.home::after{
    content:"";
    position:absolute;
    inset:0;

    border-radius:35px;
}
.home h1{
    position:absolute;
    z-index: 3;
    top: -20px;
    left:70px;

}
.pics{
    display:flex;
    gap:20px;
    align-items: center;
}
.content-tiltles{
    display:none;
}
.main-contentTitle{
    text-align:center;
    color:#007BFF;
    margin-top:250px;
}
.sub-contentTilte{    
    
    margin-top:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;

}
.sub-contentTilte::after{
    content:"";
    width:50px;
    height:1px;
    position:absolute;
    top:45px;
    right: px;
    background:#007BFF;
}
.showall-cars{
    display: none;
    color:white;
   
    align-items: center;
    justify-content: center;
    gap:30px;
    border:1px solid #007BFF;
    width:15%;
    height:50px;
    direction: rtl;
    border-radius: 15px;
    position:relative;
    top:-80px;
    left:5px;
    
}
.showall-cars a{
    display:flex;
    align-items:center;
    text-decoration:none;
    position:relative;
    top:-5px;
    font-size:20px;
    font-weight:bold;
}
.showall-cars a svg{

    display: block;
    transform: translateY(1px);
}
/*------cards-------------*/
.cars-cards{
    width: 100%;
    height: 100vh;
    display: flex;
    direction: rtl;
    gap: 20px;
    align-items: center;
    overflow-x:auto;
    overflow-y:hidden;

    scroll-behavior:smooth;
    scrollbar-width:none;

}
.cars-cards::-webkit-scrollbar{
    display:none;
}
.slider-wrapper{
    position:relative;
    width:100%;
    display:none;
    align-items:center;
}
.car-card{
    width:275px;
    flex-shrink: 0;
    padding: 15px;
    border-radius: 20px;
    color:white;
    border:1px solid #65acf7;
    height:500px;
    padding:15px;
    overflow: hidden;
    color:aliceblue;
    box-shadow: 5px -5px 5px 2px rgb(82, 81, 81), -5px 5px 5px 1px rgb(82, 81, 81) ;
    /*background-image: radial-gradient(black,rgb(49, 47, 47));*/
    background: black;

    
}
.car-card:hover{
    transform: scale(1.05);
}
.right-icon, .left-icon{
    color:black;
}
.right-icon:hover, .left-icon:hover{
    transform: scale(1.5);
}

.car-card img{
    width: 350px;
    height: 300px;
    object-fit: cover;
    position: relative;
    top:-20px;
    left: 75px;
}

.car-card h3{
    font-size: 18px;
    padding-top:0;
    margin-top:0;
    text-align: center;
}

.car-card p{
    font-size: 14px;
}
.prop{
    display:flex;
    align-items:center;
    justify-content: space-between;
    direction: ltr;
}
.book-content{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.book-btn{
    text-decoration: none;
    width:45%;
    height:40px;
    background: #007BFF;
    font-size:20px;
    color:black;
    border-radius:15px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.book-btn:hover{
    background:#0d6cd3;
    transform:scale(1.02)
}
/*----------------------------------*/



/*------------------footer-----------*/

footer{
    background-image:linear-gradient(rgb(32, 32, 39),rgb(27, 27, 52));

    position:relative;
    margin-top:35px;
    bottom:-250px;
    
}
.foot{
    display: flex;
    direction:rtl;

}
.card-foot{
    width:35%;
    color:white;
    

    border-left:1px solid rgb(132, 128, 128);
    direction:rtl;
    text-align: center;
    margin:0;
    padding:0;
}

.card-foot h2{
    position:relative;
    top:-10px;
}
.about p{
    line-height: 1.8;
}
.connect h4{
    display:flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    direction: ltr;
}
.connect a{
    color:white;
    text-decoration: none;
}

.foot-icons{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    
    gap:5px;
    margin: 10px;

}
.foot-icons i{
    display:flex;
    align-items:center;
    justify-content:center;

    width:50px;
    height:50px;
    border-radius:50%;
        

}
.foot-icons i:hover{
    transform:scale(1.02);
    background:#007BFF;
}
.social{
    color:white;
    text-decoration:none;
    font-size:35px;
}
.links{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.links a{
    text-decoration: none;
    color:aliceblue;
    
}
.popup-nav{
    display: none;
}
.fix-btn{
    border-radius: 50%;
    position: fixed;
    bottom:110px;
    z-index: 3;
    width:100px;
    height: 100px;
    background: rgb(19, 19, 161);
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    display: none;
    
    animation: colorChange 2s infinite;
}

.fix-btn:hover{
    animation-play-state: paused;

    
}
@keyframes colorChange{
    0%{
        background:#007BFF;
        transform:scale(1);
    }
    50%{
        background:rgb(19, 19, 161);
        transform:scale(1.08);
    }
    100%{
        background:#83b9f0;
        transform:scale(1);
    }
}
.fix-btn a{
    color:white;
    overflow: hidden;
    margin-right:20px;
    padding:2px;
    text-decoration: none;
    font-size: 20px;
}
.moaqt-title{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    top:130px;
    color:white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.moaqt-title::after{
    content:"";
    width:9%;
    height:2px;
    background: white;
    position: absolute;
    bottom:-3px;
}

/* ============================================================
   TABLET — max-width: 1024px
   ============================================================ */
   @media (max-width: 1024px) {

    nav {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        top: 15px;
    }

    .logo {
        width: 15%;
    }

    .hero-section {
        height: 100vh;
    }

    .hero-titles {
        bottom: -150px;
        left: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .desc {
        width: 50%;
    }

    .content {
        top: -100px;
        height: auto;
        padding-bottom: 60px;
    }

    .main-contentTitle {
        margin-top: 150px;
    }

    .pics {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .home {
        width: 40%;
        height: 260px;
        left: 0;
    }

    .home h1 {
        top: 20px;
        left: 30px;
        font-size: 18px;
    }

    .homes-pic {
        width: 100%;
        height: auto;
        top: 60px;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
    }

    .stars-cards {
        width: 95%;
        height: auto;
        padding: 30px 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .our {
        flex-wrap: wrap;
        justify-content: center;
    }

    .our p {
        width: 80%;
        left: 0;
        top: 0;
        font-size: 22px;
    }

    .our-image {
        width: 200px;
        height: 200px;
        left: 0;
    }

    .our-stars {
        flex-wrap: wrap;
        gap: 15px;
    }

    .star {
        width: 40%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
    }

    .one-content {
        flex-wrap: wrap;
        top: 60px;
        width: 95%;
        margin: 0 auto;
    }

    .sec-contone {
        width: 40%;
        border-left: none;
        border-bottom: 1px solid rgb(194, 194, 240);
        justify-content: center;
    }

    .car-card {
        width: 240px;
        height: 460px;
    }

    .foot {
        flex-wrap: wrap;
    }

    .card-foot {
        width: 45%;
        border-left: none;
        border-bottom: 1px solid rgb(132, 128, 128);
        padding-bottom: 20px;
    }

    .showall-cars {
        width: 30%;
        left: 50%;
        transform: translateX(-50%);
    }

    .popup-content {
        flex-direction: column;
        width: 90%;
        align-items: center;
    }

    .one-loginpage {
        width: 100%;
        height: 220px;
        margin-top: 20px;
    }

    .two-loginpage {
        width: 90%;
        margin-left: 0;
        margin-top: 15px;
        height: auto;
        padding-bottom: 20px;
    }

    form input {
        width: 80%;
    }

    .forget {
        right: 0;
    }
}

/* ============================================================
   MOBILE — max-width: 768px
   ============================================================ */
@media (max-width: 768px) {

    html, body {
        overflow-x: hidden;
        max-width: 100%;
    }

    .fix-btn {
        width: 100px;
        height: 100px;
        left: 15px;
        bottom: 80px;
    }

    .fix-btn a {
        font-size: 14px;
        margin-right: 5px;
    }
    .moaqt-title{
        top:35px;
    }

    nav {
        display: none;
    }

    .nav-list-icon {
        display: block;
        position: relative;
        color: rgb(3, 3, 29);
        z-index: 2;
    }

    .flex-listnav {
        display: flex;
        align-items: center;
        direction: ltr;
        background: rgba(243, 243, 245, 0.85);
        justify-content: space-between;
        padding: 0 15px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9998;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .flex-listnav svg {
        margin-right: 10px;
    }

    .navListLogo {
        background-image: url("/static/images/logo.png");
        height: 50px;
        width: 80px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .popup-nav {
        display: none;
        background: rgb(253, 253, 253);
        color: rgb(2, 2, 24);
        width: 75%;
        max-width: 300px;
        height: 100vh;
        position: fixed;
        z-index: 9999;
        right: 0;
        top: 0;
        box-shadow: -5px 0 20px rgba(0,0,0,0.15);
        overflow-y: auto;
    }

    .popup-nav ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 60px 20px 40px;
        margin: 0;
    }
    .popup-nav ul li{
        width: 100%;          /* يخلي العنصر ياخد العرض كله */
        text-align: center;
        border-bottom: 1px solid rgb(41, 40, 40,0.5);
        padding: 15px 0;
    }

    .popup-nav ul li a {
        color: rgb(2, 2, 44);
        text-decoration: none;
        font-weight: bold;
        font-size: 18px;
        display: inline-block;
    }

    .popup-nav.show {
        display: block;
    }

    .popup-content {
        flex-direction: column;
        width: 95%;
        align-items: center;
    }

    .one-loginpage {
        width: 100%;
        height: 180px;
        margin-top: 15px;
    }

    .stary-cards {
        width: 100%;
        align-items: center;
    }

    .two-loginpage {
        width: 95%;
        margin-left: 0;
        margin-top: 15px;
        height: auto;
        padding-bottom: 20px;
    }

    form input {
        width: 85%;
    }

    .forget {
        right: 0;
    }

    .close {
        top: 5px;
        right: 15px;
        font-size: 35px;
    }

    .hero-section {
        background-image:url("/static/images/herophone.jpeg");
        height: 100vh;
        padding-top: 60px;
        box-sizing: border-box;
        justify-content: flex-end;
        background-size: cover;
        box-sizing: border-box;

        
    }
    .title {
        display: none;

    }

    .all-safe {
        display:none
    }
    .hero-titles{
        display:flex;
        position: absolute;
        z-index: 1;
        bottom: 37%;
        flex-direction: column;
        direction: rtl;
        justify-content: center;
        width:100%;
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.8),
            rgba(14, 13, 13, 0.8),
            rgba(9, 7, 7, 0.7),
            rgba(7, 4, 4, 0.7),
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5),


            rgba(6, 3, 8, 0)
        );
        height:300px;
        color:white;
        padding-top: 35px;
        
    }
    .hero-titles p, .hero-titles h1{
        margin:0px;
        padding: 5px;
    }
    .dbtny{
        background: rgb(3, 3, 205);
        color:white;
        font-size:15px;
        text-decoration: none;
        border-radius: 25px;
        width:45%;
        display: flex;
        align-items: center;
        justify-content: center;
        height:30px;
        margin-top:10px;
        transition: all 0.3s ease;
    }
    .dbtny:hover{
        background:#007BFF;
        transform: scale(1.1);
    }
    .two-desc{
        line-height: 1.8;
    }
    .lang-menu{
        left:-12px;
        width:80%;
    }
    .desc {
        display: none       
    }
    .who-title{
        
        text-align:center;
    }
    .who-title::before{
        bottom:-40px;
        left:70px
    }
    .who-title::after{
        bottom:-40px;
        left:-90px
    }


    .content {
        top: 0;
        height: auto;
        padding-bottom: 40px;
        box-sizing: border-box;

    }

    .main-contentTitle {
        margin-top: 60px;
        font-size: 22px;
    }

    .one-content {
        flex-direction: column;
        top: 30px;
        gap: 10px;
        width: 95%;
        margin-bottom: 30px ;
        box-sizing: border-box;
        top:60px;
    }

    .sec-contone {
        border-left: none;
        border-bottom: 1px solid rgb(83, 82, 82);
        width: 90%;
        justify-content: center;
    }

    .showall-cars {
        width: 60%;
        left: 50%;
        transform: translateX(-50%);
        top: -10px;
        font-size: 16px;
    }

    .cars-cards {
        height: auto;
        padding: 15px 0 20px;
        gap: 12px;
    }

    .car-card {
        width: 220px;
        height: 440px;
    }

    .car-card img {
        width: 270px;
        left: 30px;
    }

    .stars-cards {
        width: 95%;
        height: auto;
        padding: 30px 10px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .who-title {
        font-size: 31px;
        text-align: center;
        position: relative;
        left:35px;
    }


    .our {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .our p {
        width: 90%;
        left: 0;
        top: 0;
        font-size: 16px;
        text-align: center;
    }

    .our-image {
        width: 160px;
        height: 160px;
        left: 0;
        margin: auto;
        box-sizing: border-box;

    }

    .our-image::before {
        width: 100%;
        height: 100%;
    }

    .our-image img {
        width: 350px;
        height: 350px;
        left: -20px;
        object-fit: contain;

    }

    .our-stars {
        flex-direction: column;
        width: 95%;
        gap: 15px;
    }

    .star {
        width: 90%;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
    }

    .card-star svg,
    .card-star i {
        font-size: 40px;
        width: 40px;
        height: 40px;
    }

    .group h1 {
        font-size: 18px;
        margin: 8px 0;
    }

    .group p {
        font-size: 14px;
    }

    .homes-pic {
        width: 100%;
        height: auto;
        top: 30px;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
    }

    .pics {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .home {
        width: 85%;
        height: 220px;
        left: 0;
        position: relative;
    }

    .home h1 {
        top: 20px;
        left: 20px;
        font-size: 16px;
    }

    .third-content {
        margin: 15px;
    }

    .third-content h1 {
        margin-right: 0;
        font-size: 20px;
        text-align: center;
    }

    .give-sale {
        width: 90%;
        margin-right: 0;
    }

    .third-content a {
        width: 70%;
        margin-right: 0;
    }

    footer {
        top: 0;
    }

    .foot {
        flex-direction: column;
    }

    .card-foot {
        width: 100%;
        border-left: none;
        border-bottom: 1px solid rgb(36, 35, 35);
        padding-bottom: 20px;
        box-sizing: border-box;
    }

    .card-foot h2 {
        top: 0;
    }

    .eshtrak {
        width: 85%;
        margin: 0 auto;
    }
}

/* ============================================================
   SMALL MOBILE — max-width: 480px
   ============================================================ */
@media (max-width: 480px) {

    .fix-btn {
        width: 100px;
        height: 100px;
        left: 10px;
        bottom: 70px;
    }

    .hero-section {
        height: 90vh;
    }
    .hero-titles{
        bottom: 37%;
        height: 400px;
    }

    .our {
        margin: 10px;
        padding: 10px;
        box-sizing: border-box;
    }

    .our p {
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .our-image {
        width: 130px;
        height: 130px;
    }

    .main-contentTitle {
        font-size: 18px;
        margin-top: 40px;
    }

    .showall-cars {
        width: 80%;
        font-size: 14px;
    }

    .car-card {
        width: 85vw;
        height: auto;
        min-height: 420px;
    }

    .car-card img {
        width: 100%;
        left: 0;
    }

    .home {
        width: 90%;
        height: 180px;
        border-radius: 20px;
    }

    .home img {
        border-radius: 20px;
    }

    .home::after {
        border-radius: 20px;
    }

    .home h1 {
        top: 15px;
        left: 15px;
        font-size: 14px;
    }

    .third-content h1 {
        font-size: 16px;
    }

    .give-sale {
        width: 95%;
    }

    .third-content a {
        width: 85%;
    }

    .who-title {
        font-size: 22px;
    }

    .foot {
        text-align: center;
    }

    .card-foot {
        width: 100%;
    }

    .eshtrak {
        width: 90%;
    }

    nav {
        top: 10px;
        width: 94%;
    }

    .nav-items {
        gap: 8px;
    }

    .nav-item a {
        font-size: 12px;
    }

    .why-tiitles h2 {
        font-size: 22px;
    }

    .star {
        width: 95%;
    }
}

/* ----الجزء الخاص بpopup  عرض تاجير سيارتك */
.error {
    border: 2px solid red !important;
    animation: shake 0.3s;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    100% { transform: translateX(0); }
}
.done-save{
    position:fixed;
    top:50%;
    left:40%;
    background: rgb(0, 0, 11,0.8);
    backdrop-filter: blur(15px);
    color:white;
    width:30%;
    height:20%;
    direction:rtl;
    display: none;
    align-items: center;
    justify-content: center;
    line-height: 2;
    border-radius: 15px;
    z-index: 5;
}
.done-save span{
    color:wheat;
    display:inline-block;
    position: relative;
    top: 8px;
    margin:5px;
    padding:5px
}
/* Tablet */
/* Tablet */
@media (max-width: 1024px) {
    .done-save {
        width: 50%;
        height: 25%;
        left: 25%;
        top: 45%;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .done-save {
        width: 85%;
        height: auto;
        min-height: 120px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
        font-size: 14px;
        line-height: 1.8;
        z-index: 10000;
    }

    .done-save span {
        font-size: 13px;
        top: 5px;
        margin: 3px;
        padding: 3px;
    }
}

@media (max-width: 480px) {
    .done-save {
        width: 90%;
        min-height: 100px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 15px;
        font-size: 13px;
    }
}
.ResnavRentYourCar{
    font-size:20px;
    font-weight: bold;
}
.ResnavRentYourCar:hover{
    cursor:pointer;
}
.navRentYourCar{
    position: relative;
    left:3px;
    margin-left:20px;
    padding-left: 20px;
    font-size: 16px;
    color:white;
    font-weight:400;
}
.navRentYourCar:hover{
    transform: scale(1.2);
    cursor:pointer;
}
.nav-inquiry{
    position: relative;
    left:25px;
    margin-left:20px;
    padding-left: 20px;
    font-size: 16px;
    color:white;
    font-weight:400;
}
.nav-inquiry:hover{
    cursor:pointer;
    transform: scale(1.2);
}
#foot-inquiery:hover{
    cursor:pointer;
    
}
.popup-rentcar{
    position:fixed;
    top:5%;
    background:white;
    display:none;
    left:20%;
    width:65%;
    z-index: 3;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin:0;
    padding:0;

}
.contct-directrental{
    background:#011f3e;
    color:white;
    width:50%;
    display:flex;
    flex-direction:column;
    align-items: center;
}
.headphone{
    margin-top:50px;
    padding:15px;
    border-radius:50%;
    background:rgb(2, 52, 102);
    width:80px;
    height:80px;
}
.contct-directrental h1{
    margin:0;
}
.contct-directrental h2{
    margin:10px;
    font-weight: 350;
}
.car-rentdesc{
    margin:10px;
    direction: rtl;
    line-height: 1.5;
    opacity: 0.8;
}
.car-rentdesc span{
    margin-right:25px;
}
.whatsappCarRental{
    display:flex;
    gap:15px;
    background: white;
    text-decoration: none;
    color:black;
    align-items: center;
    justify-content: center;
    width:70%;
    height:50px;
    border-radius: 10px;
    margin-top:20px;
    font-weight:bold;

}
.whatsappCarRental i{
    color:green;
    font-size: 25px;
}
.phone-rentcar{
    display: flex;
    justify-content: center;
    align-items:center;
    gap:30px;
    border:1px solid white;
    width:70%;
    height:60px;
    margin:10px;
    padding-top:10px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.link-phone-details{
    display: flex;
    align-items: center;
    gap:40px
}
.phone-details{
    display: flex;
    flex-direction: column;
    width:50%;
    gap:0;
    align-items: center;
    justify-content: center;
    margin:0;
    padding:0
}
.phone-details h6{
    margin-top:20px;
    margin-bottom:0;
    padding-top:5px;
    padding-bottom: 4px;
    font-size:15px;
}
.phone-details p{
    margin-top:2px;
    padding-bottom:10px;
}
.phone-rentcar {
    display:flex;
    justify-content: center;
    align-items: center;
    color:white
}
.icons-details-rent{
    display: flex;
    align-items: center;
    gap:30px;
    height:150px;
}
.icons-details-rent div{
    display:flex;
    flex-direction: column;
    align-items:center;
}
.diffrent-caricon i{
    font-size: 35px;
    background:rgb(2, 52, 102);
    padding:10px;
    border-radius: 50%;
    width:50px;
    height:50px;
}
.icons-details-rent div svg{
    background:rgb(2, 52, 102);
    padding:10px;
    border-radius: 50%;
    width:50px;
    height:50px;
}
/* -----الجزء بتاع الinputs */
.users-carrent{
    display:flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    margin-top:0;
    margin-left:10px;
    padding-left:30px;
    padding-top:0;
    width:50%;

}
.car-icon{
    margin:0;
    padding:0;
    position:relative;
    top:-15px;
    color:#032c58;

}
.show-yourcar{
    margin:0;
    padding:0;
    position:relative;
    top:-15px;
    color:#032c58;

}
.title-carrent{
    margin-top: 2px;
    padding-top: 2px;
    position:relative;
    top:-15px;
}
.enters-cars{
    margin:0;
    padding:0;
    position: relative;
    top:-15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color:rgb(7, 7, 7,0.5);
    width:100%;
}
.enters-cars div{
    border:1px solid rgb(8, 8, 8,0.2);
    margin:8px;
    padding:5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap:5px;
    direction: ltr;
    width:80%;
    justify-content: flex-start;

}
.enters-cars div input{
    direction: rtl;
    padding:5px;
    border:none;
    outline:none;
    display:flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    left:65px;

}
.enters-cars div svg{
    padding-right:0;
    margin-right:0;
    margin-left:0;
    padding-left:0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:25%;
    color:rgb(4, 4, 4,0.5);
    position: relative;
    left:55px;
}
.enters-cars div i{
    padding-right:0;
    margin-right:0;
    display: flex;
    justify-content: center;
    align-items: center;
    width:60%;
    font-size: 30px;
    fill:none;
    position:relative;
    left:35px;
    color:rgb(4, 4, 4,0.5);

}
.save-send{
    width:80%;
    height:50px;
    background: #022b54;
    display: flex;
    align-items: center;
    justify-content: center;
    color:white;
    border-radius:5px;
    border: none;
    gap:5px;
}

.save-send button:hover{
    cursor: pointer;
}
.save-send:hover{
    background: #023e79;
    transform: scale(1.02);
    cursor: pointer;

}
.close-carrent{
    position:absolute;
    top:10px;
    left:20px;
    font-size: 20px;
}
.close-carrent:hover{
    cursor: pointer;
}
.ResnavRentYourCar{
    font-size:18px;
    font-weight: 500;
}
.ResnavRentYourCar:hover{
    cursor:pointer;
}
.navRentYourCary:hover{
    cursor: pointer;
}
/* ------------------------------------------------------------------- */
/* responsive rent your car */
/* ================================================================
   RESPONSIVE - Tablet (max-width: 1024px)
   ================================================================ */
   @media (max-width: 1024px) {
    .navRentYourCar {
        left: 80px;
        font-size: 16px;
    }

    .popup-rentcar {
        left: 5%;
        width: 90%;
        top: 3%;
    }

    .contct-directrental {
        width: 45%;
    }

    .users-carrent {
        width: 55%;
        padding-left: 15px;
    }

    .headphone {
        width: 65px;
        height: 65px;
        margin-top: 30px;
    }

    .contct-directrental h1 {
        font-size: 20px;
    }

    .contct-directrental h2 {
        font-size: 15px;
    }

    .icons-details-rent {
        gap: 15px;
        height: 120px;
    }

    .diffrent-caricon i {
        font-size: 26px;
        width: 40px;
        height: 40px;
    }

    .icons-details-rent div svg {
        width: 40px;
        height: 40px;
    }

    .whatsappCarRental {
        width: 80%;
        font-size: 14px;
    }

    .phone-rentcar {
        width: 80%;
        gap: 15px;
    }

    .enters-cars div input {
        left: 40px;
        font-size: 13px;
    }

    .enters-cars div svg {
        left: 35px;
    }

    .enters-cars div i {
        left: 20px;
        font-size: 24px;
    }
}

/* ================================================================
   RESPONSIVE - Mobile (max-width: 768px)
   ================================================================ */
@media (max-width: 768px) {
    .navRentYourCar {
        left: 0;
        margin-left: 10px;
        padding-left: 10px;
        font-size: 14px;
    }

    .popup-rentcar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        flex-direction: column;
        align-items: stretch;
        z-index: 999;
    }

    .contct-directrental {
        width: 100%;
        padding-bottom: 20px;
    }

    .headphone {
        margin-top: 40px;
        width: 60px;
        height: 60px;
        padding: 10px;
    }

    .contct-directrental h1 {
        font-size: 18px;
        text-align: center;
        padding: 0 15px;
    }

    .contct-directrental h2 {
        font-size: 13px;
        text-align: center;
    }

    .car-rentdesc {
        font-size: 13px;
        padding: 0 15px;
        text-align: right;
    }

    .car-rentdesc span {
        margin-right: 15px;
    }

    .icons-details-rent {
        gap: 10px;
        height: auto;
        padding: 10px 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .diffrent-caricon i {
        font-size: 22px;
        width: 35px;
        height: 35px;
        padding: 8px;
    }

    .icons-details-rent div svg {
        width: 35px;
        height: 35px;
        padding: 8px;
    }

    .whatsappCarRental {
        width: 85%;
        height: 45px;
        font-size: 14px;
        margin-top: 15px;
    }

    .phone-rentcar {
        width: 85%;
        gap: 10px;
        padding: 8px;
    }

    .phone-details h6 {
        font-size: 13px;
    }

    .phone-details p {
        font-size: 12px;
    }

    .users-carrent {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding: 15px 0 20px;
        align-items: center;
    }

    .car-icon,
    .show-yourcar,
    .title-carrent {
        top: 0;
        text-align: center;
    }

    .title-carrent {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .enters-cars {
        top: 0;
        width: 100%;
    }

    .enters-cars div {
        width: 88%;
        margin: 6px auto;
    }

    .enters-cars div input {
        left: 0;
        width: 100%;
        font-size: 14px;
        text-align: right;
    }

    .enters-cars div svg {
        left: 0;
        width: 20px;
    }

    .enters-cars div i {
        left: 0;
        font-size: 20px;
        width: auto;
        margin-right: 8px;
    }

    .save-send {
        width: 88%;
        margin: 10px auto 0;
    }

    .save-send button {
        font-size: 16px;
    }

    .close-carrent {
        top: 12px;
        left: 12px;
        font-size: 22px;
        z-index: 10;
        background: rgba(255,255,255,0.15);
        border-radius: 50%;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* ================================================================
   RESPONSIVE - Small Mobile (max-width: 480px)
   ================================================================ */
@media (max-width: 480px) {
    .contct-directrental h1 {
        font-size: 16px;
    }

    .contct-directrental h2 {
        font-size: 12px;
    }

    .whatsappCarRental {
        width: 90%;
        font-size: 13px;
        gap: 10px;
    }

    .phone-rentcar {
        width: 90%;
    }

    .enters-cars div {
        width: 75%;
    }

    .save-send {
        width: 92%;
        height: 45px;
    }

    .save-send button {
        font-size: 15px;
    }
}
/* ---------------------------------------------------------- */
/* -------------------الجزء الخاص بالاستفسارات---------------- */
.popup-inquiry{
    display:none;
    gap:5px;
    margin:5px;
    padding:5px;
    background:white;
    position:fixed;
    top:25px;
    left:55px;
    z-index:5;
    flex-direction: column;
    width:80%;
    height:auto;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.close-inquiery{
    position:absolute;
    top:10px;
    left:20px;
    color:rgb(39, 37, 37);
}
.close-inquiery:hover{
    cursor:pointer;
}
.phoneicon-inquiry div{
    background:rgb(242, 242, 243);
    width:80px;
    height:80px;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.phoneicon-inquiry div p{
    font-size: 18px;
    font-weight: bold;
    color:blue;
}
.phoneicon-inquiry svg{
    color:blue;
    position:absolute;
    top:2%;
    left:46.7%;
    z-index: 3;
}
.popup-inquiry h1{
    color:blue;
    margin-top:0;
    margin-bottom: 0;
}
.desc-inquiry{
    margin-top: 0;
    padding-top:0;
    color:gray;
    position: relative;

}
.desc-inquiry::after{
    content:" ";
    width:40%;
    height:2px;
    position:absolute;
    bottom:-15px;
    background: blue;
    right:30%;
}

.desc-inquiry::before{
    content:" ";
    width:8px;
    height:8px;
    border-radius: 50%;
    position:absolute;
    bottom:-17px;
    background: blue;
    left:48%;
}
.enters-inquiry{
    display:flex;
    gap:5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    direction:rtl;
    width:100%;
    margin-top: 10px;
    
}
.inquiry{
    width:80%;
    border:1px solid rgb(113, 113, 245);
    border-radius: 15px;

}
.inquiry svg{
    border:none;
    margin-right:3px;
    margin-top:3px;
}
.inquiry input{
    border:none;
    outline:none;
    width:80%;
    padding:5px;
    margin:5px;
}
.text-inquiry{
    height:100px;
}
.save-send-inquiry{
    direction:ltr;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    width:58%;
    border-radius:25px;
    background: rgb(6, 6, 239);
    color:white;
    border:none;
    height:50px;
    font-size:18px;
    
}
.save-send-inquiry:hover{
    background: blue;
    transform:scale(1.02);
    cursor:pointer;
}
.btns-connectio-inquiery{
    display:flex;
    align-items: center;
    width:100%;
    gap:20px;
    justify-content: center;
}
.inquiry-whatsapp{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:25px;
    width:30%;
    background: rgb(8, 8, 244);
    color:white;
    text-decoration: none;
    border-radius:10px;
    height:80px;

}
.inquiry-whatsapp i{
    font-size: 40px;
}
.inquiry-whatsapp p{
    line-height: 1.8;
}
.inquiry-whatsapp p span{
    margin-right:10px;
}
.inquiry-phone{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:25px;
    width:30%;
    background: white;
    height: 80px;
    text-decoration: none;
    border-radius:10px;
    border:1px solid blue;
}
.inquiry-phone p{
    line-height: 1.8;
    font-weight: bolder;
}
.information{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:5px;
    color:rgb(97, 97, 233);
}
.Resnavinqucar{
    font-size:18px;
    font-weight: bold;
}
.Resnavinqucar:hover{
    cursor:pointer;
}
/* -------------------------------------------------------------- */
/* Responsive media queries for .popup-inquiry */

/* Tablet */
@media (max-width: 992px) {
    .popup-inquiry{
        width:90%;
        left:50%;
        transform:translateX(-50%);
    }
    .inquiry-whatsapp,
    .inquiry-phone{
        width:40%;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .popup-inquiry{
        width:95%;
        left:50%;
        transform:translateX(-50%);
        top:15px;
        padding:10px;
    }
    .phoneicon-inquiry div{
        width:60px;
        height:60px;
    }
    .phoneicon-inquiry div p{
        font-size:14px;
    }
    .phoneicon-inquiry svg{
        left:43%;
    }
    .popup-inquiry h1{
        font-size:20px;
    }
    .desc-inquiry{
        font-size:14px;
        text-align:center;
    }
    .inquiry{
        width:95%;
    }
    .save-send-inquiry{
        width:80%;
        height:45px;
        font-size:16px;
    }
    .btns-connectio-inquiery{
        flex-direction: column;
        gap:10px;
    }
    .inquiry-whatsapp,
    .inquiry-phone{
        width:80%;
        height:60px;
    }
    .information{
        font-size:13px;
        text-align:center;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .popup-inquiry{
        width:98%;
        top:10px;
        border-radius:10px;
    }
    .close-inquiery{
        left:10px;
        top:5px;
    }
    .phoneicon-inquiry div{
        width:50px;
        height:50px;
    }
    .phoneicon-inquiry div p{
        font-size:12px;
    }
    .phoneicon-inquiry svg{
        left:40%;
        top:1%;
    }
    .popup-inquiry h1{
        font-size:18px;
    }
    .desc-inquiry{
        font-size:12px;
    }
    .desc-inquiry::after{
        width:60%;
        right:20%;
    }
    .inquiry input{
        font-size:13px;
        width:75%;
    }
    .save-send-inquiry{
        width:90%;
        font-size:14px;
        height:40px;
    }
    .inquiry-whatsapp,
    .inquiry-phone{
        width:90%;
        height:55px;
        gap:10px;
    }
    .inquiry-whatsapp i{
        font-size:30px;
    }
    .inquiry-whatsapp p,
    .inquiry-phone p{
        font-size:13px;
    }
}

