:root{
    --color1:#f8f4da;
    --color2:#ffcd00;
    --b-color1:#79bedb;
    --b-color2:#ff9900;
    --b-color3:#8cc739;
    --b-color4:#ba6222;
    --b-color5:#cc0000;
    --b-color6:#84596b;
    --b-color7:#ff717e;
    --b-color8:#ffcd00;
    --icon-color:#777777;
    --font1:"Poppins", sans-serif;
}
.wrapper{
    display: none;
}
/* ====================Loder============ */

/* Full-screen overlay */
.loader{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #171717;
}

/* Preloader container */
.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Bouncing Dot Styling */
.dot {
    width: 16px;
    height: 16px;
    margin: 0 10px;
    border-radius: 50%;
    background-color: #FF6347;
    animation: bounce 0.6s ease-in-out infinite;
}

/* Dot animation with different delays for each dot */
.dot:nth-child(1) {
    background-color: #FF6347;
    animation-delay: 0s;
}
.dot:nth-child(2) {
    background-color: #32CD32;
    animation-delay: 0.2s;
}
.dot:nth-child(3) {
    background-color: #1E90FF;
    animation-delay: 0.4s;
}

/* Bouncing animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Hidden content while preloading */
.hidden-content {
    display: none;
}
/* =============================== */
.color{
    color: var(--b-color8);
}
.bg-color{
    background-color: var(--b-color8);
    border: 2px solid var((--b-color8));
}
.bg-color:hover{
    background-color: #757272 !important;
}
.clr{
    width: 40px;
    height: 40px;
    border-radius: 3px;
    cursor: pointer;
}
.color-heading{
    width: 310px;
    text-align: center;
    height: 50px;
}
.color-block{
    width: 310px;
    position: fixed;
    top: 40%;
    left: -260px;
    transition: 700ms ease-in-out;
    z-index: 10;
}
.color-block:hover{
    left: 0;
}
.colors-opt{
    width: 260px;
    padding: 25px;
    background-color: #fff;
}
.color-heading{
    display: flex;
    background-color: #fff;
    align-items: center; 
}
.color-heading h6{
    width: 260px;
    text-align: center;
}
.gear{
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bi-gear-fill{
    font-size: 25px;
}
#color1{
    background-color:var(--b-color1) ;
}
#color2{
    background-color:var(--b-color2) ;
}
#color3{
    background-color:var(--b-color3) ;
}
#color4{
    background-color:var(--b-color4) ;
}
#color5{
    background-color:var(--b-color5) ;
}
#color6{
    background-color:var(--b-color6) ;
}
#color7{
    background-color:var(--b-color7) ;
}
#color8{
    background-color:var(--b-color8) ;
}
.c-link{
    transition: .3s;
}
.c-link:hover{
    color: var(--b-color8);
}
.c_link1:hover{
    color: var(--b-color1);
}
.c_link2:hover{
    color: var(--b-color2);
}
.c_link3:hover{
    color: var(--b-color3);
}
.c_link4:hover{
    color: var(--b-color4);
}
.c_link5:hover{
    color: var(--b-color5);
}
.c_link6:hover{
    color: var(--b-color6);
}
.c_link7:hover{
    color: var(--b-color7);
}
.c_link8:hover{
    color: var(--b-color8);
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--font1);
}
.hero{
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)),url(../images/background/hero-car.avif);
    background-size: cover;
    background-position: center;
}
.logo{
    width: 200px;
}
nav{
    padding: 30px 0;
}
.nav-logo{
    padding: 5px 18px 5px 0;
}
.nav-icon-a{
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-right:1px solid var(--color2);
    padding: 5px 18px ;
    transition: all 300ms ease-in-out;
}
.nav-icon-a:hover{
    background-color: var(--color2);
}
.offcanvas{
    background-color: rgba(0,0,0,0.7);
}
.nav-menu{
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0;
}
.nav-a{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding:10px 10px;
}
.navbar-toggler-icon{
    color: #fff;
}
.nav-drop-menu{
    position: absolute;
    padding: 0;
    list-style-type: none;
}
.hero-content{
    height: calc(100vh - 80px);
    display: flex;
    align-items: end;
}
#id1-menu,#id2-menu,#id3-menu,#id4-menu,#id5-menu,#id6-menu,#id7-menu{
    display: none;
}

.nav-drop-a{
    display: block;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border-top:1px solid #ddd;
    /* border-bottom: 1px solid #ddd; */
}
.bi-list{
    -webkit-text-stroke: 1px #fff;
    color: #fff;
    font-size: 39px;
}
.off-menu li{
    padding: 7px 0;

}
.off-menu li:hover{
    background-color: #202020;
}
.hero-para{
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.hero-search{
    color: #fff !important;
}
.advantages{
    padding: 70px 0;
    background-color: var(--color1);
    /* background-image: url(../images/background/bellow\ hero.jpg);
    background-size: cover; */
}
.adv-bg-white{
    background-color: #fff;
    transition: all 500ms ease-in-out;
}
.adv-bg-white:hover{
    box-shadow: 0 0 30px #aaa;
}

.above-h2-para{
    font-size: 14px;
    letter-spacing: 3px;
    color: #333;
    margin-bottom: 7px;
}
.h2-heading{
    font-size:25px;
    font-weight: 300;
    font-family: var(--font1);
}
.h2-bold{
    font-weight: 700;
}
.adv-h3{
    font-size: 16px;
    margin-top: 20px;
    font-weight: 700;
}
.adv-small-text{
    font-size: 13px;
}
.about{
    padding: 25px 0;
    background-color: #fff;
}
.about-sm-para{
    font-size: 14px;
    color: #777777;
}
.about-para{
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 13px;
}
.bi-check-circle-fill{
    /* color: var(--color2); */
    margin-right: 10px;
    font-size: 13px;
}
.discount-bg{
    background: url(../images/background/car-img.avif);
    background-size: cover;
    padding: 50px 0;
}
.yellow-colored{
    color: var(--color2);
}
.bi-star-fill{
    font-size: 11px;
    margin-right: 3px;
}
.discount-a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: all 400ms ease-in-out;
}
.dis-sm-para{
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
}
.color-999{
    color: #999;
}
.car-specificity{
    padding: 5px 7px;
    margin-right: 3px;
    margin-bottom: 5px;
    background-color: #444444;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    transition: all 400ms ease-in-out;
}
.car-specificity:hover{
    color: #fff;
}
.map{
    background-color: var(--color1);
}
.map-height{
    height: 300px;
}
.find-car{
    background:url(../images/background/car-map.avif);
    background-size: cover;
    background-position: center;
    padding:30px;
}
.select-label{
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.car-select{
    border-radius: 0;
    font-size: 13px;
    color: #777777;
    padding: 10px;
}
.car-select:focus{
    box-shadow: none;
}
.search-car{
    width: 100%;
    border-radius: 0;
    border: none;
    outline: none;
    padding: 8px;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 400ms ease-in-out;
}
.search-car:hover{
    background-color: #444444;
    color: #fff;
}
.best-offer{
    padding: 30px 0;
    background-color: var(--color1);
}
.best-offer-white-div{
    background-color: #fff;
    position: relative;
    z-index: 3;
}
.img-div{
    width: 100%;
    position: relative;
    text-align: center;
}
.img-div-overlay{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transition: all 500ms ease-in-out;
}
.img-div-overlay span{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.bi-search{
    font-size: 13px;
    color: #fff;
}
.best-offer-h3{
    font-weight: 700;
    color: #333;
    font-size: 24px;
}
.varient{
    font-weight: 400;
}
.car-specificity2{
    padding: 5px 7px;
    margin-bottom: 5px;
    background-color: #fff;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
}
.car-specificity2:hover{
    background-color: var(--color2);
    color: #fff;
}
.rent-this-car{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -60px;
    transition: all 300ms ease-in-out;
}
.rent-this-car h5{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;  
}
.rent-this-car:hover{
    background-color: #444444;
}
.for-hover:hover .rent-this-car{
    top: 0;
}
.for-hover:hover .img-div-overlay{
    opacity: 1;
}
.testimonial{
    padding: 100px 0;
}
.w-85{
    width: 85%;
    margin: 0 auto;
}
.testimonial-para{
    font-size: 15px;
    line-height: 30px;
}
.r-driver{
    background-image: url(../images/background/car-img3.avif);
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
    
}
.driver-top{
    position: relative;
    top: -100px;
}
.black-friday{
    width: 100%;
    background-color: #333333;
    background-image: url(../images/illutrations/sub-banner-01.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 195px;
}
.bf-text{
    padding-top: 30px;
    padding-left: 15px;
}
.free-insurance{
    width: 100%;
    background-image: url(../images/illutrations/sub-banner-02.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 195px;
}
.fi-text{
    float: left;
    padding-top: 30px;
    padding-left: 15px;
}
.driver{
    position: relative;
    background-color: #fff;
    height: 240px;
}
.driver-img{
    text-align: right;
}
.driver-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    transition: all 200ms ease-in-out;
}
.driver-overlay:hover{
    box-shadow: 0 0 30px #ccc;
}
.driver-ex{
    font-size: 14px;
    color: #777777;
}
.social-driver{
    list-style-type: none;
    display: flex;
    padding: 0;
}
.social-driver li{
    margin-right: 10px;
}
.dri-social-icon,.bi-skype{
    font-size: 15px;
    color: #777777 !important;
}
.view-driver{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    transition: all 400ms ease-in-out;
}
.view-driver:hover{
    background-color: #777777;
}
.car-list{
    list-style-type: none;
    padding: 0;
}
.car-list li{
    width: 100%;
    padding: 10px 20px;
    transition: all 400ms ease-in-out;
    border-left: 4px solid #fff;
    border-right:4px solid #fff;
}
.car-list-a{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: all 400ms ease-in-out;
}
.car-list li:hover{
    background-color: #fff;
    border-left: 4px solid var(--color2);
    border-right:4px solid var(--color2);
}
.car-list li:hover .car-list-a{
    color: #000;
}
.best-vehicals{
    padding: 100px 0;
    background-color: var(--color1);
}
.best-vehical-name{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 200ms ease-in-out;
}
.best-vehical-name:hover{
    color: var(--color2);
}
.bv-price{
    padding:6px 14px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
}
.bv-avg{
    color:var(--icon-color);
    font-size: 15px;
    float: right;
}
.bi-speedometer2{
    font-size: 19px;
    margin-right: 5px;
}
.car-specificity3{
    padding: 5px 5px;
    margin-bottom: 5px;
    background-color: #fff;
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
}
.question{
    padding: 100px 0;
}
.bi-arrow-down-circle-fill{
    font-size: 14px;
    color: #777777;
    padding: 20px;
    margin-right: 20px;
}
.qa-para{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
}
.qa-icon{
    font-size: 20px;
    color: #000;
}
.qa-icon1{
    font-size: 20px;  
    color: var(--icon-color);
}
.second{
    color: var(--icon-color) ;
}
.second:hover {
    color: #000;
}
.second:hover .qa-icon1{
    color: var(--color2);
}
.fir:hover .qa-icon{
    color: var(--color2) ;
}
.latest-news{
    background-image: url(../images/background//car-img4.avif);
    background-size: cover;
    
}
.latest-news-overlay{
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    padding: 80px 0;
}
.latest-date{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.latest-yellow{
    display: block;
    padding-left: 20px;
    border-left: 2px solid;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin: 15px 0;
    transition: all 400ms ease-in-out;
}
.latest-yellow:hover{
    color: #fff;
}
.read-artical{
    font-size: 14px;
    font-weight: 500;
    color:var(--icon-color);
    text-transform: uppercase;
    transition: all 400ms ease-in-out;
}
.read-artical:hover{
    color: #fff;
}
.insta-descip{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.royal{
    color: var(--color2);
}
.gallery{
    width: 20%;
    position: relative;
}
.g-ovelay{
    display: none;
}
.go-inner{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 500ms ease-in-out;
}
.go-inner span{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-ovelay:hover .go-inner{
    opacity: 1;
}
.footer{
    padding: 80px 0;
}
.footer-logo{
    width: 200px;
}
.footer-para{
    font-size: 14px;
    color: var(--icon-color);
}
.call-us{
    font-size: 14px;
}
.footer-ul{
    list-style-type: none;
    padding: 0;
}
.footer-a{
    color: var(--icon-color);
    font-size: 14px;
    text-decoration: none;
    transition: all 300ms ease-in-out;
}
.foot-h4{
    font-size: 26px;
}
.foot-h6{
    font-size: 16px;
}
.royalcar-map{
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 40px; */
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background-color: var(--color2);
    transition: all 400ms ease-in-out;
}
@media (min-width:768px){
    .hero{
        height: 100vh;
    }
    .h2-heading{
        font-size: 32px;
    }
    .hero-content{
        height: calc(100vh - 123px);
    }
    .about{
        padding: 80px 0;
    }
    .best-offer{
        padding: 80px 0;
    }
    .black-friday{
        width: 50%;
    }
    .bf-text{
        padding-top: 50px;
        padding-right: 30px;
    }
    .free-insurance{
        width: 50%;
    }
    .fi-text{
        padding-top: 50px;
        padding-left: 30px;
    }
    .map-height{
        height: 450px;
    }
    .go-inner span{
        height: 40px;
        width: 40px;
    }
    .bi-search{
        font-size: 18px;
    }
    .g-ovelay{
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .testimonial-para{
        font-size: 20px;
    }
 
}
@media (min-width:992px){
   
}
@media (min-width:1200px){
    .nav-logo{
        border-right:1px solid var(--color2);
    }
}