html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

html{
    scroll-behavior: smooth!important;
}

ul li a{
    font-family: Jura;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Jura';
}

p{
    font-family: 'Poppins';
}
.yellow{
    color: #ffdd00;
}

.whatsapp-box{
    position:fixed!important;
    bottom:3%!important;
    left:2%!important;
    z-index:100;
}
.wp-image{
    width:60px;
    transition-duration:0.4s
}

.wp-image:hover{
    scale:1.2;
    -webkit-animation-name: none;
    transition-duration:0.4s
}

@-webkit-keyframes pulseBorder {
  from {
    width:52px;
  }
  to {
    width:60px;
  }
}

.wp-image{
   
  -webkit-animation-name: pulseBorder;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-direction: alternate;
  -webkit-animation-duration: 0.5s;
  text-align: center;
  
}

/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.2s ease-out;
}

.fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 1.2s ease-out;
}

.fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 2.8s ease-out;
}

.fade-in{
    opacity:0;
    transition: all 1.5s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/



/* header button*/

.btn-1 {
    padding: 10px 37px;
    background: transparent;
    border: 2px solid #ffdd00;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    display: flex;
    overflow: hidden;
    transition: all 0.5s;
    text-transform: uppercase;
    
  }
  
  .btn-1:hover {
    color: #0c071e;
  }
  
  .btn-1 span {
    transition: all 0.3s;
    z-index: -1;
  }
  
  .btn-1 span:nth-child(1), 
  .btn-1 span:nth-child(2), 
  .btn-1 span:nth-child(3), 
  .btn-1 span:nth-child(4) {
    position: absolute;
    width: 100%;
    height: 17px;
    background-color: #ffdd00;
  }
  
  .btn-1 span:nth-child(1) {
    top: -100%;
    left: 0%;
    right: 0;
  }
  
  .btn-1:hover span:nth-child(1) {
    top: 0%;
  }
  
  .btn-1 span:nth-child(2) {
    top: 10px;
    right: 100%;
  }
  
  .btn-1:hover span:nth-child(2) {
    right: 0;
  }
  
  .btn-1 span:nth-child(3) {
    top: 20px;
    left: 100%;
    right: 0;
  }
  
  .btn-1:hover span:nth-child(3) {
    left: 0;
  }
  
  .btn-1 span:nth-child(4) {
    bottom: -100%;
    left: 0;
  }
  
  .btn-1:hover span:nth-child(4) {
    bottom: 0;
  }
/* End header button*/


/* header button-2*/

.btn-2 {
    padding: 10px 37px;
    background: #ffdd00;
    border: 2px solid #ffdd00;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    display: flex;
    overflow: hidden;
    transition: all 0.5s;
    text-transform: uppercase;
  }
  
  .btn-2:hover {
    color: #0c071e;
  }
  
  .btn-2 span {
    transition: all 0.3s;
    z-index: -1;
  }
  
  .btn-2 span:nth-child(1), 
  .btn-2 span:nth-child(2), 
  .btn-2 span:nth-child(3), 
  .btn-2 span:nth-child(4) {
    position: absolute;
    width: 100%;
    height: 17px;
    background-color: white;
  }
  
  .btn-2 span:nth-child(1) {
    top: -100%;
    left: 0%;
    right: 0;
  }
  
  .btn-2:hover span:nth-child(1) {
    top: 0%;
  }
  
  .btn-2 span:nth-child(2) {
    top: 10px;
    right: 100%;
  }
  
  .btn-2:hover span:nth-child(2) {
    right: 0;
  }
  
  .btn-2 span:nth-child(3) {
    top: 20px;
    left: 100%;
    right: 0;
  }
  
  .btn-2:hover span:nth-child(3) {
    left: 0;
  }
  
  .btn-2 span:nth-child(4) {
    bottom: -100%;
    left: 0;
  }
  
  .btn-2:hover span:nth-child(4) {
    bottom: 0;
  }
/* End header button*/

.navbar{
    background-color: transparent!important;
    box-shadow: none;
    
    z-index: 100;
    padding: 22px 0px;
}


  
.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar li a{
    font-family: Jura;
    font-weight: 600;
    font-size: 18px;
    color: white!important;
}

.navbar li{
    margin: 0 10px;
}

.navbar-second{
    background-color: #141414!important;
}

.carousel{
    margin-top: -12vh;
}

.carousel-1{
    background: url('../img/home-head.jpg')rgba(0, 0, 0, 0.6);
    background-position: center;
    background-size: cover;
    height: 102vh;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.carousel-2{
    background: url('../img/driving.jpg')rgba(0, 0, 0, 0.50);
    background-position: center;
    background-size: cover;
    height: 102vh;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.carousel-3{
    background: url('../img/tunnel.jpg')rgba(0, 0, 0, 0.60);
    background-position: center;
    background-size: cover;
    height: 102vh;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.carousel-caption{

    text-align: center;
    margin-bottom: 16%;
    text-align: start;
}


#about-home{
    background-color: #f1f1f1;
}

.about-box{
    margin: 10vh 0;
    background-color: white;
    padding:  2%;
   
}

.car-box-active{
    margin: 1%;
    
    box-shadow: 0px 0px 10px #b3b3b3bf;
    border: 1px solid rgb(245, 245, 245);
    padding: 5%;
}

.car-box{
    margin: 1%;
    border: 1px solid rgba(230, 230, 230, 0.63);
    padding: 5%;
}

.car-box:hover{
    box-shadow: 0px 0px 10px #b3b3b3bf;
    transition-duration: 0.3s;
}

#fillimi{

    background: url('../img/audi-bg.jpg')rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    height: 70vh;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

#mission{
    background: url('../img/moving-car.jpeg')rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    height: 70vh;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    
}

#fleet{

    background: url('../img/car-fleet.jpg')rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    height: 70vh;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    text-align: end;
}

#testimonials{
    padding: 12vh 0;
    
    background:url('../img/test-bg.jpg');
    
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  



}

.testimonial-box{
    
    position: relative;
    z-index: 100;
    
    
    padding: 4%;
    background-color: #ffffff3a;
    border-radius: 10px;
    
}

.testimonial{
    background-color: #e0e0e0;
    padding: 20px;
    border-radius: 10px;
    
    
}

#cars-head{
    background: url('../img/cars-head.jpg')rgba(0, 0, 0, 0.45);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
    margin-top: -12vh;
    background-blend-mode: multiply;
}

#about-head{
    background: url('../img/audi-dark.png');
    background-position: center;
    background-size: cover;
    height: 70vh;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 82%, 0 95%);
    margin-top: -12vh;

}

#history-head{
    background: url('../img/home-head-dark.png');
    background-position: center;
    background-size: cover;
    height: 80vh;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
    background-attachment: fixed;





}


.test-about{
    margin-top: -14vh;
    clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
   
}

#contact-head{
    background: url('../img/car-fleet.jpg')rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    margin-top: -12vh;
    background-blend-mode: multiply;
}

#transfer-head{
    background: url('../img/viano.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    margin-top: -12vh;
    background-blend-mode: multiply;
}


#transfer-content{
    margin: 12vh 0;
}


@media only screen and (max-width: 892px) {
    #fillimi,#mission,#fleet {
      height: 92vh;
    }
    .carousel{

        margin-top: -16vh;
    }

    .carousel-caption{
        width: auto!important;
    }
    .navbar{
        background-color: black!important;
    }
    .cars-row{
        padding-top: 50%!important;
    }

    #about-head{
        padding: 10vh 0;
        height: 80vh;
    }

    #history-head{
        height: 96vh!important;
        padding-top: 2vh;
    }
    .test-about{

        margin-top: -17vh;
    }
    #fillimi,#mission,#fleet,#history-head,#testimonials{
        background-attachment: inherit;
    }
  }