@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Zen+Dots&display=swap');
/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/

html,body{
    width: 100%;
    overflow-x: hidden;
}

.container-fluid{
    max-width:1600px;
}

p{
    font-family: 'Space Mono';
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Zen Dots';
}

.home-head{
    background: url('../img/jetta-slide-1.webp')rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: end;
    margin-top: -10em;
    background-blend-mode: multiply;
}

.navbar{
    background-color: transparent!important;
    box-shadow: none!important;
    padding: 1em 0em;
}

.navbar li{
    margin: 0em 1em;
}

.navbar li a{
    color: white;
    font-family: 'Space Mono';
    font-size: 17px;
}

.navbar li a.active{
    color: white!important;
    font-family: 'Space Mono';
    color: #df0000!important;
    font-size: 17px;
    font-weight: 600;
}

.wp-box{
    width:52px;
    height:52px;
    border-radius: 0px;
    border: 1px solid #df0000;
    padding: 0.8em 1em;
    
}

.wp-box:hover{
    background-color: #df0000;
    transition-duration: 0.2s;
    box-shadow: rgba(248, 55, 55, 0.56) 0px 22px 70px 4px;
}

.primary-btn{
    background-color: white;
    color: #df0000;
    font-family: 'Space Mono';
    padding: 1em 2em;
    width: fit-content;
    border-radius: 0px;
    font-size: 16px;
    margin-top: 3em;
}

.primary-btn:hover{
    background-color: #df0000;
    color: white;
    transition-duration: 0.3s;
}

.navbar li a:hover{
    color: #df0000;
}

.sec-btn{
    background-color: white;
    border-bottom: 2px solid #df0000;
    box-shadow: none;
    border-radius: 0px;
    padding: 0.5em 1em;
    font-family:'Space Mono' ;
    font-size: 20px;
}

.sec-btn:hover{
    background-color: white;
    border-bottom: 2px solid #df0000;
    box-shadow: none!important;
    border-radius: 0px;
    padding: 0.5em 1em;
    font-family:'Space Mono' ;
    font-size: 20px;
    color: black!important;
    
}
.sec-btn i{
    transition-duration: 0.4s;

}

.sec-btn:hover  i {
    transform: translateX(8px);
    transition-duration: 0.4s;
    color: black;
}

.car-slide{
    background: url('../img/yaris.webp');
    height: 20vh;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
}

.car-item{
    border: 1px solid rgba(128, 128, 128, 0.253);
    
}
.car-desc{
    color: black;
}
.car-desc i{
    color: #df0000;
}

.model-year{
    background-color: #df0000;
    width: fit-content;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    margin-top: -40px;

    position: relative;
    z-index: 10;
    color: white;
}

.tour-card{
    background-color: rgba(240, 248, 255, 0.562);
    border: 1px solid rgba(128, 128, 128, 0.295);
}

.borders{
    border-left: 1px solid rgba(128, 128, 128, 0.274)!important;
    border-right: 1px solid rgba(128, 128, 128, 0.274);
}


.banner{
    background: url('../img/star-banner.jpg')rgba(0, 0, 0, 0.65);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 45vh;
    display: flex;
    align-items: center;
}

.testimonial{
    padding: 2em;border: 1px solid rgba(128, 128, 128, 0.185) ;
    background-color: white;
}

.testimonial h4{
    color: #df0000;
}

.testimonial i{
    color: gold;
}
.navbar-toggled {
    background-color: #0d6efd !important; /* Bootstrap primary blue - change to any color you want */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

@media screen and (max-width: 860px) {
   
    .navbar{
        background-color: rgb(17, 17, 17)!important;
    }
    .flex-mobile-start{
        display: flex;
        justify-content: start!important;
    }
    .tour-card{
        margin: 10px 5px;
    }
    .maps{
        margin: 0em!important;
    }
    .diplay-block-mobile{
        display: block!important;
    }
    .copyright{
        display: flex!important;
        justify-content: center!important;
    }
  }



 .fleet-head{
    background: url(../img/fleet-head.jpg)rgba(0, 0, 0, 0.65);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: 60vh;

    margin-top: -8em;
    display: flex;
    align-items: end;
 } 

 .tours-head{
    background: url(../img/tour-head.jpg)rgba(0, 0, 0, 0.65);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: 60vh;
    margin-top: -8em;
    display: flex;
    align-items: end;
 }

 .about-head{
    background: url(../img/american-about.webp)rgba(0, 0, 0, 0.65);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: 60vh;
    margin-top: -8em;
    display: flex;
    align-items: end;
 }

 .contact-head{
    background: url(../img/cont-head.jpg)rgba(0, 0, 0, 0.65);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: 60vh;
    margin-top: -8em;
    display: flex;
    align-items: end;
 }


 .footer-row a{
    color: rgb(26, 26, 26);
 }