@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&family=Sen:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&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*/

h1,h2,h3,h4,h5,h6{
    font-family: 'Goldman';
}

p{
    font-family: 'Sen';
    font-size: 18px;
}
.card-body{
  font-size: 15px !important;
}

.contact-btn{
    background: rgb(0,0,0);
    background: linear-gradient(211deg, #752323 0%, #ff0000 100%);
    color: white;
    border-radius: 5px;
    transition-duration: 0.2s;
}

.contact-btn:hover{
    background: rgb(0,0,0);
background: linear-gradient(58deg, #752323 0%, #ff0000 100%);
transition-duration: 0.3s;
color: white;
}


.navbar{
    background: #000c21!important;
}

.navbar-nav{
    margin-right: 2em;
}

.navbar li{
    margin: 0em 0.6em;
}

.navbar li a{
    color: white!important;
    font-family: 'Sen';
}

.carousel-1{
    background: url('../img/audi-hero.jpg')rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 90vh;
    
}

.carousel-2{
    background: url('../img/ml-hero.webp')rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 90vh;
    
}

.carousel-3{
    background: url('../img/passat-hero.jpg')rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 90vh;
    
}

.carousel-caption{
    bottom: 35%;
}

.red-subtitle{
    color: #ff0000;
    font-weight: 700;
}

/* From Uiverse.io by liceajj */ 
.cta {
    display: flex;
    padding: 11px 33px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: white;
    background: #da0c0c;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(0deg);
    border: none;
  }
  
  .cta:focus {
    outline: none;
  }
  
  .cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #0f0f0f;
  }
  
  .cta .second {
    transition: 0.5s;
    margin-right: 0px;
    margin-top: -2px;
  }
  
  .cta:hover .second {
    transition: 0.5s;
    margin-right: 45px;
  }
  
  .span {
    transform: skewX(0deg);
  }
  
  .second {
    width: 20px;
    margin-left: 10px;
    position: relative;
    top: 10%;
  }
  
  .one {
    transition: 0.4s;
    transform: translateX(-60%);
  }
  
  .two {
    transition: 0.5s;
    transform: translateX(-30%);
  }
  
  .cta:hover .three {
    animation: color_anim 1s infinite 0.2s;
  }
  
  .cta:hover .one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
  }
  
  .cta:hover .two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
  }
  
  @keyframes color_anim {
    0% {
      fill: white;
    }
  
    50% {
      fill: #111111;
    }
  
    100% {
      fill: white;
    }
  }

  .button-more {
  line-height: 0.8;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: var(--clr);
  color: #fff;
  border-radius: 8rem;
  font-weight: 600;
  padding: 0.55rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  max-width: fit-content;
  font-family: 'Sen';
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button-more:hover {
  background-color: #c70000;
}

.button-more:hover .button__icon-wrapper {
  color: #000;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button-more:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button-more:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

  

  section{
    padding: 4em 0em;
  }

  .btn-car{
    background-color: #000c21;
    color: rgb(255, 255, 255);
  }

  .btn-car:hover{
    background-color: #ff0000;
    color: whitesmoke;
  }
 
  .card:hover{
    background-color: #f0f0f0;
  }

  .card:hover .btn-car{
    background-color: red;
    color: whitesmoke;
  }

  .card h5{
    color: #000c21;
  }
  

  .fuel-box{
    background-color: red;
    color: white;
    max-width: fit-content;
    max-height: fit-content;
    height: 28px;
    border-radius: 0px 4px 4px 0px;
  }

  .owl-nav .owl-next{
    position: absolute;
    top: calc(45% );
    right: -5%;
    opacity: 1;
    font-size: 22px!important;
    color: rgba(190, 190, 190, 0.829)!important;
    z-index: 1;
    width: 40px;
    color: black!important;
}

.owl-nav .owl-prev{
  position: absolute;
  top: calc(45% );
    color: rgba(190, 190, 190, 0.829)!important;
    
    left: -5%;
    opacity: 1;
    font-size: 22px!important;
    z-index: 1;
    width: 40px;
    color: black!important;
    
    
    
}

.owl-nav .owl-next:hover{
    transform: translateX(5px);
    transition-duration: 0.4s;
    background-color: white!important;
    color: rgb(233, 0, 0)!important;
}

.owl-nav .owl-prev:hover{
  transform: translateX(-5px);
  transition-duration: 0.4s;
  background-color: rgb(255, 255, 255)!important;
  color: rgb(233, 0, 0)!important;
}

.card{
    border: 1px solid rgb(218, 218, 218);
}


#why-us{
    background: rgb(40,44,68);
    background: linear-gradient(180deg, rgba(40,44,68,1) 0%, rgba(10,12,24,1) 100%);
    margin-top: 5em;

}


@media only screen and (max-width: 967px) {
    .owl-nav .owl-prev {
        top: calc(95% );
        left: 30%!important;
    }
    .owl-nav .owl-next {
        top: calc(95% );
        right: 30%!important;
    }

    .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.99)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
      }
    .carousel-caption{
        bottom: 25%;
    }
    .popular-row{
        width: 100%!important;
    }  
    .caption02{
        bottom: 20vh!important;
    }
    .img-resize{
        width: 100%!important;
        margin: 1em 0em;
    }
  }


  #fleet-head{
    background: url('../img/car-fleet.webp')rgba(0, 0, 0, 0.6);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    color: white;
  }

  form {
    border-radius: 20px;
      padding: 20px !important;
      background:#000c21;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
      padding: 15px;
    height: auto;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    label {
      display: block;
      margin-bottom: 0px;
      color: white;
    }
    input, textarea {
      width: 100%;
      padding: 8px;
      margin-bottom: 16px;
      box-sizing: border-box;
      background: black;
      border: 1px solid #EC1C25;
      color: white !important;
    }
    .contact-button {
      background-color: #EC1C25 !important;
      color: #fff !important;
      padding: 10px 15px;
      border: none;
    
      cursor: pointer;
      width: 100%;
    }
    .form-control {
      display: block;
      width: 100%;
      padding: .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: white;
      background-color: black;
      background-clip: padding-box;
      border: var(--bs-border-width) solid #EC1C25 !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: var(--bs-border-radius);
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }


    #contact-head{
        background: url('../img/contact-eagle.jpg')rgba(0, 0, 0, 0.6);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        display: flex;
        align-items: center;
        height: 40vh;
        color: white;
    }
    .dropdown-menu, .dropdown-item{
      background-color: #171a29;
    }
    .dropdown-item :hover{
      background-color:#171a29 !important;
    }