@import url( 'https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}
html{
    font-size: 10px;
    font-family:'Montserrat', sans-serif;
    scroll-behavior: smooth;
    
}
a{
    text-decoration: none;

}
.container{
    min-height: 100vh;
    width: 100%;
    display: flex;
    
    align-items: center;
    justify-content: center;

}
img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
p{
    color: black;
 font-size: 1.4rem;
 margin-top: 5px;
 line-height: 2.5rem;
 font-weight: 300;
 letter-spacing: 0.05rem;
}

/*header section*/

#header{
    position: fixed;
    z-index: +1000000;
    left: 0;
    top: 0;
    width: 100vw;
    height: auto;

}

#header .header{
    min-height: 8vh;
    background-color: #fff;
    transition: .3s ease background-color;
    z-index: -1;
}

#header .navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 1100px;
    padding: 0 10px;
}

#header .navlist ul{
    list-style: none;
    position: absolute;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    left: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow-x: hidden;
    transition: .5s ease left;
}

#header .navlist ul.active{
    left: 20%;
}




#header .navlist ul a{
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    color: rgb(13, 171, 250);
    text-shadow: 1px 1px #29323c;
    text-transform: uppercase;
    padding: 20px;
    display: block;
}
#header .navlist ul a::after{
    content: attr(data-after);
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%) scale(0);
    color: black;
    font-size: 9rem;
    letter-spacing: 50px;
    text-align: center;
    z-index: -1;
    opacity: 30% ;
    transition: .5s ease letter-spacing;
}
#header .navlist ul li:hover a::after{
    transform: translate(-50%, -50%) scale(1);
    letter-spacing: initial;
}

#header .navlist ul li:hover a{
    
    color: rgb(13, 171, 250);
    text-shadow: 2px 2px #29323c;
}
#header .navlist ul li:active a{
    text-shadow: 2px 2px #29323c;
}




#header .hamburger{
    height: 60px;
    width: 60px;
    display: inline-block;
    border: 3px solid rgb(13, 171, 250);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    transform: scale(.8);
    margin-right: 50px;
}
#header .hamburger:after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px solid rgb(13, 171, 250);
    animation: hamburger_puls 1s ease infinite;
}

#header .hamburger .bar{
    height: 2px;
    width: 30px;
    position: relative;
    background-color: rgb(13, 171, 250);
    z-index: -1;
}
#header .hamburger .bar::after,
#header .hamburger .bar::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: rgb(13, 171, 250);
    transition: .2s ease;
    transition-property: top, bottom;
}
#header .hamburger .bar::after{
    top: 8px;
}
#header .hamburger .bar::before{
    bottom: 8px;
}

#header .hamburger.active .bar::before{
    
    bottom: 0;
}
#header .hamburger.active .bar::after{
    top: 0;
    
}







.header img{
    width: 150px;
    position: relative;
    

}
















/*end of header section*/

#hero{
    
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 1;
    box-shadow: -50px 3px 200px 5px rgb(13, 171, 250);
}
#hero .load{
    animation: slide 5s;
    background-color: black;
    z-index: 1;
}

#hero .slider{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    animation: slide 20s infinite;
    z-index: 1;
}



#hero .load::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: .8;
    z-index: 1;
}

#hero .hero{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
    justify-content: flex-start;
    
}

#hero h1{
    display: block;
    width: fit-content;
    font-size: 3rem;
    position: relative;
    color: transparent;
    animation: text_reveal .5s ease forwards;
    z-index: 1;
    animation-delay: 1s;
}
#hero h2{
    display: block;
    width: fit-content;
    font-size: 2rem;
    position: relative;
    color: transparent;
    animation: text_reveal_name .5s ease forwards;
    z-index: 1;
    animation-delay: 4s;
    font-style: italic;
}
#hero h1:nth-child(1){
    animation-delay: 1s;

}
#hero h1:nth-child(2){
    animation-delay: 2s;
}
#hero h1:nth-child(3){
    animation:text_reveal_name .5s ease forwards;
    animation-delay: 3s;

}
#hero h1:nth-child(4){
    animation:text_reveal_name .5s ease forwards;
    animation-delay: 4s;
    font-style: italic;
}
#hero h1 span{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: cyan;
    animation: text_reveal_box 1s ease;
    animation-delay: .5s;
}
#hero h2 span{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: cyan;
    animation: text_reveal_box 1s ease;
    animation-delay: 3.5s;
}
#hero h1:nth-child(1) span{
    animation-delay: .5s;
}
#hero h1:nth-child(2) span{
    animation-delay: 1.5s;
}
#hero h1:nth-child(3) span{
    animation-delay: 2.5s;
}
#hero h1:nth-child(4) span{
    animation-delay: 3.5s;
}
#hero .hero .cta {
    display: inline-block;
    padding: 10px 30px;
    color: white;
    background-color: transparent;
    border: 2px solid cyan;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    margin-top: 30px;
    transition: .3s ease background-color;
    transition-property: background-color, color;
    z-index: -1;
    
}

#hero .cta:hover{
    color: white;
    background-color: cyan;

}










@keyframes slide{
    0%{
        background-image: url('img/airport.jpeg');
        opacity: 100%;
    }
    19.99%{
        background-image: url('img/airport.jpeg');
        opacity: 100%;
    }
    20%{
        background-image: url('img/comfort.jpg');
        opacity: 100%;
    }
    39.9%{
        background-image: url('img/comfort.jpg');
        opacity: 100%;
    }
    40.0%{
        background-image: url('img/chauffer.jpeg');
        opacity: 100%;
    }
    59.9%{
        background-image: url('img/chauffer.jpeg');
        opacity: 100%;
    }

    60%{
        background-image: url('img/travels_main.jpeg');
        opacity: 100%;
    }
    79.9%{
        background-image: url('img/travels_main.jpeg');
        opacity: 100%;
    }

    80.0%{
        background-image: url('img/luxury.jpeg');
        opacity: 100%;
    }

    
    100%{
        background-image: url('img/luxury.jpeg');
        opacity: 100%;
    }



}


#services{

}
#services .services {
    flex-direction: column;
    text-align: center;
    max-width: 1500px;
    margin: 0 auto;
    padding: 100px 0;
}

#services .section-title{
    font-size: 4rem;
    font-weight: 300;
    color: black;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-align: center;
}

#services .section-title span{
    color: blue;

}

#services .service-top p{
 color: black;
 font-size: 1.4rem;
 margin-top: 5px;
 line-height: 2.5rem;
 font-weight: 300;
 letter-spacing: 0.05rem;
}
#services .service-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

#services .service-item{
    flex-basis: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    border-radius: 10px;
    background-image: url(./img/bg.webp);
    background-size: cover;
    margin: 10px 5%;
    position: relative;
    z-index: 1;
    overflow: hidden;

}  


#services .service-item::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
    opacity: .8;
    z-index: -1;
}

#services .service-bottom .icon{
    height: 60px;
    width: 60px;
    margin-bottom: 20px;

}
#services .service-bottom .icon img{
    height: 100%;
    width: 100%;
    object-fit: cover;

}

#services .service-item h2{
    font-size: 2rem;
    color: white;
    margin-bottom: 10px;
    text-transform: uppercase;

}
#services .service-item p{
    font-size: 1.4rem;
    color: white;
    text-align: left;
    line-height: 1.9rem;

}

#vehiclelist{
    
    
}


.body1{
    margin: 0;
    padding: 0;
    font-family: 'poppins',sans-serif;
    
    
}
.body1 .vehicles-top .section-title{
    font-size: 4rem;
    font-weight: 300;
    
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-align: center;
    color: blue;
    font-size: 3.4rem;
    margin-top: 5px;
    line-height: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
}

.body1 .vehicles-top .section-title span{
    color: black;
    font-size: 3.4rem;
    margin-top: 5px;
    line-height: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
}
.body1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;

    
}
 .vehicles-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.taximodes_container{
position: relative;
margin: 40px;

}
.taximodes_container .card{
    position: relative;
    width: 280px;
    height: 420px;
    background:#18b0d2;
    border-radius: 20px;
    overflow: hidden;
    transition:all 0.4s;
}

.taximodes_container .card:hover{
    width: 320px;
    height: 450px;
    
}


.taximodes_container .card1:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:white ;
    clip-path: circle(150px at 80% 20%);
    transition: 0.5s ease-in-out;
}
.taximodes_container .card2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:white ;
    clip-path: circle(150px at 80% 20%);
    transition: 0.5s ease-in-out;
}
.taximodes_container .card3:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:black ;
    clip-path: circle(150px at 80% 20%);
    transition: 0.5s ease-in-out;
}
.taximodes_container .card4:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(223, 216, 188) ;
    clip-path: circle(150px at 80% 20%);
    transition: 0.5s ease-in-out;
}
.taximodes_container .card1:hover:before{
    clip-path: circle(300px at 80% -20%);
}
.taximodes_container .card2:hover:before{
    clip-path: circle(300px at 80% -20%);
}
.taximodes_container .card3:hover:before{
    clip-path: circle(300px at 80% -20%);
}
.taximodes_container .card4:hover:before{
    clip-path: circle(300px at 80% -20%);
}
.taximodes_container .card1:after{
    
    position: absolute;
    top: 40%;
    left: -10%;
    font-size: 11em;
    font-weight: 500;

    font-style: italic;
    color: #ffffff48;


}
.taximodes_container .card2:after{
    position: absolute;
    top: 40%;
    left: 15%;
    font-size: 11em;
    font-weight: 500;

    font-style: italic;
    color: #ffffff48;


}
.taximodes_container .card3:after{
   
    position: absolute;
    top: 40%;
    left: 15%;
    font-size: 11em;
    font-weight: 500;

    font-style: italic;
    color: #ffffff48;


}
.taximodes_container .card4:after{
    
    position: absolute;
    top: 40%;
    left: -5%;
    font-size: 11em;
    font-weight: 500;

    font-style: italic;
    color: #ffffff48;


}

.taximodes_container .card .imgbx{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    width: 100%;
    height: 220px;
    transition: 0.5s;

}
.taximodes_container .card:hover .imgbx{
    top: 0%;
    transform: translateY(0%);

}

.taximodes_container .card .imgbx img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) ;
    width: 270px;

}

.taximodes_container .card .contentbx{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    transition: 1s;
    z-index: 10;

}

.taximodes_container .card:hover .contentbx{
    height: 210px;

}

.taximodes_container .card .contentbx h2{
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: black;


}

.taximodes_container .card .contentbx .capacity,
.taximodes_container .card .contentbx .color{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.taximodes_container .card:hover .contentbx .capacity{
opacity: 1;
visibility: visible;
transition-delay: 0.2s;

}
.taximodes_container .card:hover .contentbx .color{
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
    
    }
.taximodes_container .card .contentbx .capacity h3,
.taximodes_container .card .contentbx .color h3{
    color: black;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 10px;

}

.taximodes_container .card .contentbx .capacity span{
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    display: inline-block;
    color: #111;
    background: white;
    margin: 0 5px;
    transition: 0.5s;
    color: #111;
    border-radius: 4px;
    cursor: pointer;
}

.taximodes_container .card .contentbx .capacity span:hover{
    background: silver;


}
.taximodes_container .card1 .contentbx .color span{
    width: 20px;
    height: 20px;
    background: white;
    
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;

}
.taximodes_container .card1 .contentbx .color .wrapper1 .icon1 .circle1 span{
    width: 20px;
    height: 20px;
    background: white;
    
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.taximodes_container .card1 .contentbx .color .wrapper1 .icon2  span{
    width: 20px;
    height: 20px;
    background: grey;
    
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.taximodes_container .card1 .contentbx .color .wrapper1 .icon3  span{
    width: 20px;
    height: 20px;
    background: silver;
    
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.taximodes_container .card2 .contentbx .color .wrapper2 .icon1 .circle1 span{
    width: 20px;
    height: 20px;
    background: white;
    
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.taximodes_container .card2 .contentbx .color .wrapper2 .icon2  span{
    width: 20px;
    height: 20px;
    background: #97836f;
    
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.taximodes_container .card2 .contentbx .color .wrapper2 .icon3  span{
    width: 20px;
    height: 20px;
    background: silver;
    
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.taximodes_container .card3 .contentbx .color .wrapper3 .icon1  span{
    width: 20px;
    height: 20px;
    background: white;
    
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.taximodes_container .card4 .contentbx .color .wrapper4 .icon1  span{
    width: 20px;
    height: 20px;
    background: white;
    
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.taximodes_container .card4 .contentbx .color .wrapper4 .icon2  span{
    width: 20px;
    height: 20px;
    background: black;
    
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}


.wrapper1{
    display: inline-flex;
    
}
.wrapper2{
    display: inline-flex;
}
.wrapper3{
    display: inline-flex;
}
.wrapper4{
    display: inline-flex;
}
.wrapper1 .icon1{
    margin: 0 8px ;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    display: flex;
    
    flex-direction: column;


}
.wrapper1 .icon2{
    margin: 0 8px ;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    display: flex;
    
    flex-direction: column;


}
.wrapper1 .icon3{
    margin: 0 8px ;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    display: flex;
    
    flex-direction: column;


}

.wrapper2 .icon1{
    margin: 0 8px ;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    display: flex;
    
    flex-direction: column;


}
.wrapper2 .icon2{
    margin: 0 8px ;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    display: flex;
    
    flex-direction: column;


}
.wrapper2 .icon3{
    margin: 0 8px ;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    display: flex;
    
    flex-direction: column;


}

.wrapper3 .icon1{
    margin: 0 8px ;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    display: flex;
    
    flex-direction: column;


}
.wrapper4 .icon1{
    margin: 0 8px ;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    display: flex;
    
    flex-direction: column;


}
.wrapper4 .icon2{
    margin: 0 8px ;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    display: flex;
    
    flex-direction: column;


}

.wrapper1 .icon1 span{
    height: 40px;
    width: 60px;
    display: block;
    background: white;
    
    text-align: center;
    border-radius: 20%;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);

}
.wrapper1 .icon2 span{
    height: 40px;
    width: 60px;
    display: block;
    background: white;
    
    text-align: center;
    border-radius: 20%;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);

}
.wrapper1 .icon3 span{
    height: 40px;
    width: 60px;
    display: block;
    background: white;
    
    text-align: center;
    border-radius: 20%;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);

}

.wrapper2 .icon1 span{
    height: 40px;
    width: 60px;
    display: block;
    background: white;
    
    text-align: center;
    border-radius: 20%;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);

}
.wrapper2 .icon2 span{
    height: 40px;
    width: 60px;
    display: block;
    background: white;
    
    text-align: center;
    border-radius: 20%;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);

}
.wrapper2 .icon3 span{
    height: 40px;
    width: 60px;
    display: block;
    background: white;
    
    text-align: center;
    border-radius: 20%;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);

}

.wrapper3 .icon1 span{
    height: 40px;
    width: 60px;
    display: block;
    background: white;
    
    text-align: center;
    border-radius: 20%;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);

}
.wrapper4 .icon1 span{
    height: 40px;
    width: 60px;
    display: block;
    background: white;
    
    text-align: center;
    border-radius: 20%;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);

}
.wrapper4 .icon2 span{
    height: 40px;
    width: 60px;
    display: block;
    background: white;
    
    text-align: center;
    border-radius: 20%;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);

}

.wrapper1 .icon1 .tooltip{
    position: absolute;
    top: 0;
    background: white;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);
    font-size: 12px ;
    padding: 1px 2px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.wrapper1 .icon2 .tooltip{
    position: absolute;
    top: 0;
    background: grey;
    color: white;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);
    font-size: 12px ;
    padding: 1px 2px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.wrapper1 .icon3 .tooltip{
    position: absolute;
    top: 0;
    background: silver;
    color: white;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);
    font-size: 12px ;
    padding: 1px 2px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.68,-0.55,0.265,1.55);
}

.wrapper2 .icon1 .tooltip{
    position: absolute;
    top: 0;
    background: white;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);
    font-size: 12px ;
    padding: 1px 2px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.wrapper2 .icon2 .tooltip{
    position: absolute;
    top: 0;
    background: #97836f;
    color: white;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);
    font-size: 12px ;
    padding: 1px 2px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.wrapper2 .icon3 .tooltip{
    position: absolute;
    top: 0;
    background: silver;
    color: white;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);
    font-size: 12px ;
    padding: 1px 2px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.68,-0.55,0.265,1.55);
}

.wrapper3 .icon1 .tooltip{
    position: absolute;
    top: 0;
    background: white;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);
    font-size: 12px ;
    padding: 1px 2px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.68,-0.55,0.265,1.55);
}

.wrapper4 .icon1 .tooltip{
    position: absolute;
    top: 0;
    background: white;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);
    font-size: 12px ;
    padding: 1px 2px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.wrapper4 .icon2 .tooltip{
    position: absolute;
    top: 0;
    background: black;
    color: white;
    box-shadow: 0 10px 10px rgba(0, 0,0,0.1);
    font-size: 12px ;
    padding: 1px 2px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.wrapper1 .icon1:hover .tooltip{
    top: -100%;
    opacity: 1;
    pointer-events: auto;

}
.wrapper1 .icon2:hover .tooltip{
    top: -100%;
    opacity: 1;
    pointer-events: auto;

}
.wrapper1 .icon3:hover .tooltip{
    top: -100%;
    opacity: 1;
    pointer-events: auto;

}
.wrapper2 .icon1:hover .tooltip{
    top: -100%;
    opacity: 1;
    pointer-events: auto;

}
.wrapper2 .icon2:hover .tooltip{
    top: -100%;
    opacity: 1;
    pointer-events: auto;

}
.wrapper2 .icon3:hover .tooltip{
    top: -100%;
    opacity: 1;
    pointer-events: auto;

}
.wrapper3 .icon1:hover .tooltip{
    top: -100%;
    opacity: 1;
    pointer-events: auto;

}
.wrapper4 .icon1:hover .tooltip{
    top: -100%;
    opacity: 1;
    pointer-events: auto;

}
.wrapper4 .icon2:hover .tooltip{
    top: -100%;
    opacity: 1;
    pointer-events: auto;

}

.wrapper1 .icon1 .tooltip:before{
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    background: #fff;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);

}
.wrapper1 .icon2 .tooltip:before{
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    background: grey;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);

}
.wrapper1 .icon3 .tooltip:before{
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    background: silver;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);

}
.wrapper2 .icon1 .tooltip:before{
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    background: #fff;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);

}
.wrapper2 .icon2 .tooltip:before{
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    background: #97836f;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);

}
.wrapper2 .icon3 .tooltip:before{
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    background: silver;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);

}

.wrapper3 .icon1 .tooltip:before{
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    background: #fff;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);

}
.wrapper4 .icon1 .tooltip:before{
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    background: #fff;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);

}
.wrapper4 .icon2 .tooltip:before{
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    background: black;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);

}


.wrapper4 .tooltip{
    background: #fff;
    font-size: 2px;
    padding: 1px 2px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.wrapper4 .tooltip:hover{
    opacity: 1;
    font-size: 12px;
}
.wrapper4 .tooltip:nth-child(3){
    background: black;
    color: white;
    font-size: 2px;
    padding: 1px 2px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.wrapper4 .tooltip:nth-child(3):hover{
    opacity: 1;
    font-size: 12px;
}
.taximodes_container .card1 .contentbx .color span:nth-child(2){
    
    background: white;

}
.taximodes_container .card1 .contentbx .color span:nth-child(4){
    background: grey;
}
.taximodes_container .card2 .contentbx .color span{
    width: 20px;
    height: 20px;
    background: silver;

    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;

}
.taximodes_container .card2 .contentbx .color span:nth-child(2){
    background: #fff;

}
.taximodes_container .card2 .contentbx .color span:nth-child(4){
    background: #97836f;
}

.taximodes_container .card3 .contentbx .color span{
    width: 20px;
    height: 20px;
    background: white;

    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;

}
.taximodes_container .card4 .contentbx .color span{
    width: 20px;
    height: 20px;
    background: black;

    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;

}
.taximodes_container .card4 .contentbx .color span:nth-child(2){
    background: #fff;

}

.taximodes_container .card .contentbx a{
    display: inline-block;
    padding: 10px 20px;
    background:#fff ;
    border-radius: 4px;
    margin-top: 10px;
    text-decoration: none;
    font-weight:600 ;
    color: #111;
    opacity: 0;
    transform: translate(50px);
    transition: 0.5s;

}
.taximodes_container .card:hover .contentbx a{
    opacity: 1;
    transform: translate(0px);
    transition-delay: 0.75s;

}



/* end of vehicle list section    */



/*design of about me*/

#about .about{
    flex-direction: column-reverse;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px;
    height: max-content;
    margin-bottom: -200px;

}
#about .col-left{
    width: 550px;
    height: 550px;

}
#about .col-right{
    width: 100%;

}
#about .col-right h2{
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.7rem;
    margin-bottom: 10px;

}

#about .col-right p{
    margin-bottom: 20px;

}

#about .cta {
    display: inline-block;
    padding: 10px 30px;
    color: rgb(15, 4, 164);
    background-color: transparent;
    border: 2px solid cyan;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    margin-top: 30px;
    transition: .3s ease background-color;
    transition-property: background-color, color;
}

#about .cta:hover{
    color: black;
    background-color: cyan;

}

#about .section-title{
    font-size: 4rem;
    font-weight: 300;
    color: black;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-align: center;
}

#about .section-title span{
    color: blue;

}
#about .col-left .about-img{
    position: relative;
    margin-top: 50px;
    margin-left: 20%;
    width: 60%;
    align-items: center;
    justify-content: center;
    
}

#about .col-left .about-img::after{
content: '';
position: absolute;
left: -15px;
top: 25px;
height: 70%;
width: 85%;
border: 7px solid cyan;
z-index: -1;

}

/*End of about us page*/


/*start of contact us page*/
.contactus_bg{
    background:linear-gradient(cyan,blue);
    height: 150%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -150px;
    box-shadow: -50px 3px 200px 5px rgb(13, 171, 250);
}
.contactus_bg .cform{
    background-color: #fff;
    width: 350px;
    border-radius: 5%;
    height: 680px;
    margin-top: 25px;
    margin-bottom: 25px;
    
}
.contactus_bg .cform .cform-text{
    text-align: center;
    margin: 40px 0;
}
.contactus_bg .cform .cform-text h1{
    font-size: 4rem;
    font-weight: 300;
    color: black;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-align: center;
}
.contactus_bg .cform .cform-text h1 span{
    color: blue;
}

.contactus_bg .cform .main-form div{
    width: 300px;
    margin: 10px 20px;
    display: inline-block;
}

.contactus_bg .cform .main-form div input{
    width: 100%;
    color: black;
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
    border: 1px solid cyan   ;
}
.contactus_bg .cform .main-form div span{
    width: 100%;
    color: black;
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
}
.contactus_bg .cform .main-form div select{
    width: 100%;
    color: black;
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
    border: 1px solid cyan;
}


 #submit{
    
    width: 100%;
    text-align: center;
 }
 #submit input{
    width: 200px;
    display: inline-block;
    padding: 10px 30px;
    color: blue;
    background-color: transparent;
    border: 2px solid cyan;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    margin-top: 20px;
    transition: .3s ease background-color;
    transition-property: background-color, color;
    z-index: -1;
 }
 #submit input:hover{
    color: black;
    background-color: cyan;
    cursor: pointer;
 }

/*end of book now form*/

/*start of contact us details*/



@keyframes animateWave{
    0%{
        background-position-x:1000px;
    }
    100%{
        background-position-x:0px ;
    }
}
@keyframes animateWave_02{
    0%{
        background-position-x:0px;
    }
    100%{
        background-position-x:1000px ;
    }
}












@keyframes text_reveal_box {
    50%{
        width: 100%;
        left: 0;

    }
    100%{
        width: 0;
        left: 100%;
    }
}

@keyframes text_reveal {
    100%{
        color: white;

    }
}
@keyframes text_reveal_name {
    100%{
        color : cyan;
        font-weight: 500;
    }

}
@keyframes hamburger_puls{
    0%{
        opacity: 1;
        transform: scale(1);
    }
    100%{
        opacity: 0;
        transform: scale(1.6);
    }
}



/*media query for tablet*/
@media only screen and (min-width:768px){
    .cta{
        font-size: 2.5rem;
        padding: 20px 60px;
    }
    #services .service-bottom .service-item{
        flex-basis: 45%;
        margin: 2.5%;

    }
    .contactus_bg .cform{
        background-color: #fff;
        width: 700px;
        border-radius: 5%;
        height: 700px;
    
    
    }
    .header img{
        width: 200px;
        position: relative;
        
    
    }

}
/*end media query for tablet*/



/*media query for desktop*/
@media only screen and (min-width:1200px){
    #services .service-bottom .service-item{
        flex-basis: 22%;
        margin: 1.5%;
    }
    .contactus_bg .cform{
        background-color: #fff;
        width: 700px;
        border-radius: 5%;
        height: 700px;
    }
    #header .hamburger{
        display: none;
    }
    #header .navlist ul{
        position: initial;
        display: inline-block;
        height: auto;
        width: fit-content;
        background-color: transparent;

    }
    #header .navlist ul li{
        display: inline-block;
        margin-left: -2%;
    }
    #header .navlist ul a:after{
        display: none;
    }
    #header img{
        width: 250px;
        position: relative;
        left: -75px;
    
    }
}




/*end of media query for desktop*/