@import url('https://fonts.googleapis.com/css2?family=Grape+Nuts&family=Montserrat:ital,wght@0,100;0,200;0,300;1,100&family=Nunito:wght@200&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200&family=Roboto:ital,wght@0,100;0,300;1,100&family=Sevillana&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}
:root{
    --text-color: #eeb818;
    --main-color: #e9be3f;
    --bg-color: rgb(248, 245, 245);
}
    .text-left{
        bottom:0;
        padding-top:50px;
    }
#caption {
    margin-top: 100px;
}
.nav ul{
    display: flex;
    justify-content: space-between;
}

.nav ul li {
    padding: 20px;
    list-style: none;
}
.nav ul li a i{
    display: none;
}

.nav ul li a {
    text-decoration: none;
    font-weight: bold;
    color: white;
    padding: 7px 13px;
    border-radius: 10px;
    text-transform: uppercase;
}

.nav li a:hover {
background-color: var(--main-color);
transition: 0.5s;
    
}
.menuBar{
    display: none;
}
.nav ul li .close-icon{
    display: none;
}
.container .container-fluid h1 {
    font-size: 45px;
    font-weight: bolder;
}

.bg-img-1 {
    background-image: url("/images/WhatsApp\ Image\ 2024-01-30\ at\ 2.29.45\ PM.jpeg");
    background-size: cover;
    animation: shrink 3s infinite alternate;

}

.bg-img-2 {
    background-image: url("/images/taxi-driver-female-client-interacting-formal-way.jpg");
    background-size: cover;
    animation: shrink 5s infinite alternate;



}

.bg-img-3 {
    background-image: url("/images/woman-car-taking-picture.jpg");
    background-size: cover;
    animation: shrink 5s infinite alternate;





}

#bookingDiv {
    display: none;
}

i {
    color:var(--text-color);
}

.container .container-fluid h6 {
    font-weight: bolder;
    color:var(--text-color);
}

header #bookingForm .container-fluid {
    display: flex;
    justify-content: space-between;
}

input {
    height: 50px;

}

@keyframes shrink {
    0% {
        background-size: 110% 110%;
    }

    100% {
        background-size: 100% 100%;
    }
}

.carousel-img {

    height: 95vh;
    background-repeat: no-repeat;
}

#bookBtn {
    margin-top: 100px;
}

#bookBtn .btn {
    width: 160px;
    background-color:var(--main-color);
    color: white;
}

#bookBtn .btn:hover {
    background-color:var(--text-color);
}

.aboutus{
    display: flex;
    justify-content: space-between;
}

.container .aboutDiv {
    display: flex;
    justify-content: space-between;
}

.ver {
    border-left: 1px solid var(--bg-color);
    height: 160px;
}

.contentdiv {
    display: flex;
    justify-content: space-between;
}
.icondiv{
    display: flex;
    justify-content: space-between;
}

.icondiv i {
    color:var(--main-color);
    font-size: 25px;

}
.container .feature{
    display: flex;
    justify-content: space-between;
}
.rewardDiv {
    display: flex;
    justify-content: space-between;
    background-color: rgb(248, 245, 245);
}
.rewardDiv img{
    width: 600px; height: 400px;
}

.rewardDiv .btn {
    width: 150px;
    background-color:var(--main-color);
}

.rewardDiv .btn:hover {
    background-color:var(--main-color);
}
.rewardDiv .contentDiv{
    padding: 30px;
     }
#carClass {
    background-image: url("/images/2151002678.jpg");
    height: 600px;
}
.carClass{
    display: flex;
    justify-content: space-between;
}
.icon1 i {
    font-size: 30px;
}

#iconsdiv {
    margin-left: 140px;
    margin-bottom: 120px;
}

.icon1{
    display: none;
}

.yelloDiv {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
}


#hoverDiv {
    background-color: rgb(30, 29, 29);
    height: 230px;
    width: 480px;
     padding: 10px;
}

#hoverDiv:hover {
    cursor: pointer;
    background-color: var(--main-color);
}

#hoverDiv h5 {
    color:#fff;
}
.iconBox .warning{
    background-color: var(--main-color);
}
.stdDiv{
    margin-left: 10px;
}
.busDiv{
    margin-left: 10px;
}

.vertline {
    border-left: 1px solid var(--bg-color);
    height: 20px;
}
.news{
    display: flex;
    justify-content: space-between;
}
.news a {
    text-decoration: none;
    color: black;
}

.search-sec {
    display: none;
}

.news button {
    width: 150px;
    background-color:var(--main-color);
    transition: 0.8s;
    position: relative;
    overflow: hidden;
}

/* #news button:hover{
    color: #eeb818;
    background-color: white;
} */
/* #news button::before{
    content:"" ;
    position: absolute;
    left: 0;
    width: 100%;
    height:100%;
    background: #e9be3f;
    z-index: -1;
    transition: 0.8s;
}
#news button:hover::before{
    height: 180%;
} */

/* tetsimonials */
#testimonial .icon{
    width: 50px; height: 50px; padding: 10px; margin-left: 500px; 
}
.testimonial{
    padding: 100px;
}

.testimonial-slide{
    height: 250px;  
    padding: 60px; 
}
.background {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url("/images/30377.jpg");
    background-size: cover;
    background-position: center;
    filter: blur(2px);
    z-index: -1;
}

.vertical-line {
    border-left: 1px solid var(--bg-color);
    height: 150px;
}

#newsletter {
    background-color:var(--bg-color);
    height: 400px;
}
 .newsletter{
    display: flex;
    justify-content: space-between;
}

footer {
    background-color: rgb(11, 11, 11);
    height: 400px;
}
.footerdiv{
    display: flex;
    justify-content: space-between;
}

footer a {
    padding: 0;
    text-decoration: none;
    color: white;
    font-size: 12px;
}

.iconBox {
    top: 0;
    margin-top: -30px;
    left: 0;
    margin-left: 40%;
}

@media only screen and (max-width: 858px) {
    .container .container-fluid h1 {
        font-size: 24px;
    }

    .container .container-fluid h6 {
        font-size: 13px;
    }

    .container .container-fluid p {
        font-size: 13px;
        text-align: justify;
    }
    label{
        font-size: 13px;
    }

    header {
        width: auto;

    }

    header .contactnum .container span {
        width: 100%;
        text-align: center;
    }
    .nav ul{
        display: inline;
        position: fixed;
        height: 100vh;
        right: 0;
        top: 0;
        
        margin-right: 60px;
        background-color: var(--main-color);
        
    }
    
    .nav a {
        display: block;
        margin-bottom: 10px;
        color: white;
        text-decoration: none;
        font-size: 13px;
    }
    .nav ul li a i{
        display: inline;
    }

    .menuBar {
        display: block;
        margin-left: 200px;
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        font-size: 16px;
    }
    

    .bg-img-1 {
        background-image: url(images/WhatsApp\ Image\ 2024-01-30\ at\ 2.36.24\ PM\ \(1\).jpeg);
        background-size: cover;
        animation: shrink 3s infinite alternate;
        height: 550px;

    }

   
    header nav .nav {
        top: 0;
        display: none;
    }

    header #bookingForm {

        display: none;


    }

    /* header #bookingForm .container-fluid input{
        width: 300px;
       margin-top: 5px;
       
    } */
    header .form-check {
        display: none;
    }

    /* header #bookingForm .container-fluid{
       
    } */

    header #caption {
        top: 0;
    }

    #bookingDiv {
        display: inline;
        margin-top: 100px;
    }



    section .inputDiv {
        left: 0;
        margin-left: 50px;


    }

    .inputDiv input {
        border: 2px solid var(--bg-color);
        margin-top: 6px;
        width: 240px;



    }


    #bookBtn {
        margin-top: 5px;
        margin-left: 100px;
    }

    /* what we ofer */
   .container .aboutDiv {
        display: inline;
    }
    .aboutDiv .text-center{
        padding: 10px;
        background-color:var(--bg-color);
    }
    .container .ver{
        display: none;
    }
    .container .aboutDiv p{
        text-align: center;
    }
    /* features */
    .container .feature{
        display: inline;
    }
    .carimg img{
        width: 320px;
        height: 280px;
       
    }
    .icondiv{
        display: inline;
      
    }
    .icondiv i{
        text-align: center;
    }
    .icon2{
        display: none;
    }
    .icon1{
        display: inline;
    }
    .contentdiv{
        text-align: center;
    }
    /* reward */
    .rewardDiv {
        background-color: var(--bg-color);
        display: inline;
        text-align: center;
        
       
    }
    .rewardDiv img{
        width:350px;
        height: auto;
    }
    
    /* car classes */
    .carClass{
        display: inline;
       
    }
    #hoverDiv {
       
        height: 200px;
        width: 330px;
        
       
    }
    .stdDiv{
        margin-left: 0px;
    }
    .busDiv{
        margin-left: 0px;
    }
    #carClass {
        background-image: url(images/2151002678.jpg);
        height: 140vh;
    }
    /* latest news */
    .news{
        display: inline;
        justify-content: space-between;

    }
    /* testimonials */
    .background{
        height: 80vh;
        width: 100%;
    }
    
    .testimonial{
        padding: 30px;
        position: relative;
    }
    #testimonial .icon{
        display: none;

     }
    .container .testimonials{
        width: auto;
    }
    .testimonial-slide{
        height: 350px; 
        width: auto; 
        padding: 60px; 
        text-align: center;
    }
    .aboutus{
        display: inline;
        
       
       
       
        
       
        
    }
    .aboutcontainer{
        margin-left: 1200px;
    
    }
    .vertical-line{
        display: none;
    }
    #newsletter {
       
        height: 85vh;
    }
    .newsletter{
        display: inline;
    }
    .newsletter input{
        width: 240px;
        margin-top: 10px;
    }
    .newsletter textarea{
        width: 240px;
        margin-top: 10px;
    }
    /* footer */
    footer {
       
        height: 100vh;
    }
    .footerdiv{
        display: inline;
    }
    
    footer a {
        padding: 0;
        text-decoration: none;
        color: white;
        font-size: 12px;
    }
    
    .iconBox {
        top: 0;
        margin-top: -30px;
        left: 0;
        margin-left: 40%;
    }
    



}