html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    font-family: 'Lobster Two', cursive;
    font-family: 'Satisfy', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Yeseva One', cursive;
    font-family: 'Gilda Display', serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Great Vibes', serif;
    font-family: 'Kurale', serif;
    font-family: 'Bellefair', serif;
    font-family: 'Barlow Condensed', sans-serif;
    font-family: 'Lato', sans-serif;
}
/*************NAVBAR**************/
.navbar {
    background-color: #ffffff;
    padding: 10px;
    box-shadow:none;
}
.navbar li a {
    border-bottom: 1px solid transparent;
    margin: 0px 20px;
    font-size: 18px;
    color: rgb(7, 0, 0);
    font-family: 'Montserrat', sans-serif;
    
}

.navbar li a:hover{
    color: #000080;
    margin: 0 20px;
}

.navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(199, 154, 119)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler{
    border-color: #971217;
}
.navbar-brand-flag{
    padding-left: 20px;
    padding-top: 12px;
}
.navbar li a.active {
    color:#000080!important;
}

.dropdown-menu{
    background-color: #101D6B;
    padding: 0px;
}
.dropdown-item:hover{
    background-color: #101D6B;
   
}
.book-btn{
    background-color: #101D6B;
    color: white;
    padding: 10px 30px;
    border-radius: 0px;
    border:#ffffff solid 1px;
    font-size: 18px; 
}
.book-btn:hover{
    background-color:#000000;
    color: white;
    padding: 10px 30px;
    border-radius: 0px;
}
#home-background{
    background: url("../img/home-bg.jpg") ;
    background-size: contain;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-blend-mode: multiply;
    padding-bottom: 100px;
    height: 750px;
}
.button {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 0.5em 2em;
    border: 2px solid  #101B68;
    border-radius: 0px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color:  #101B68;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
  }
  
 .button:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color:  #101B68;
    z-index: -1;
  }
  
  .button:hover, button:focus {
    color: white;
  }
  
  .button:hover:before, button:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
  }
  
  .button:active {
    transform: scale(0.9);
  }


  .button-about {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 0.5em 2em;
    border: 2px solid  #ffffff;
    border-radius: 0px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color:  #e8e8e8;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
  }
  
 .button-about:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color:  #ffffff;
    z-index: -1;
  }
  
  .button-about:hover, button:focus {
    color:  #101B68;
  }
  
  .button-about:hover:before, button:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
  }
  
  .button-about:active {
    transform: scale(0.9);
  }
  .form-box {
    position: relative;
    margin-top: -130px;
    width: 90%;
    padding: 25px 25px 10px;
    background: url('../img/3.jpg');
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
    float: right;
  }
  #about-us{
    background-color: #162030;
    padding-top: 100px;
    padding-bottom: 30px;
  }
  #home-2{
    background: url("../img/car-keys.jpg") ;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-blend-mode: multiply;
    padding-bottom: 100px;
    height: 450px;
}

.box {
    border: 1px solid rgba(153, 129, 64, 0.164);
    padding: 10px;
    background-color: rgba(202, 177, 36, 0.041);
    background-color: #F2F4F7;
    border-radius: 0px 15px;
}
.box:hover {
    box-shadow: 10px 15px rgba(255, 255, 255, 0.356);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 10px, rgba(255, 255, 255, 0.82) 0px 15px 12px;
    transition-duration: 0.4s;
}

.car-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #afc0dd;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }

  .card{
    border: #000000d3 solid 1px;
    background-color: #F2F4F7
  }
  
  .card:hover .overlay {
    height: 40%;
  }
  
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .card-btn{
    color: white;
    border-bottom:rgb(255, 250, 250) solid;
    font-size: 18px; 
    font-family: 'Lato',sans-serif;   
}


/**************CONTACT SECTION************/

#contact-bg{
    background: url("../img/car-keys.jpg") ;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-blend-mode: multiply;
    padding-bottom: 100px;
    height: 600px;
}
.contact-box{
    border: 1px solid #3A1D0C;
    padding: 20px;
    background-color: rgb(255, 255, 255);
  }
  .contact-box:hover {
    box-shadow: 10px 15px rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 10px, rgba(255, 255, 255, 0.82) 0px 15px 12px;
    transition-duration: 0.4s;
  } 


  /********OUR CARS SECTION*********/


  .card-1{
    border-radius: 0px;
    padding: 10px;
  }
  .card-1:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1px solid #cccccc;
    background-color: white;
  }
  .card-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background:#101B68;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.2s ease-out;
  }
  .card-1:hover:before {
    transform: scale(2.15);
    transition: transform 0.2s ease-out;

  }

  .card-img-top{
    border-radius: 0px;
  }


  @media(max-width: 486px){
    .our-cars{
margin-left: 2px !important;
    }
    .list-cars{
      margin-bottom: 20px !important;
    }
    #home-2{
      background-attachment: scroll !important;
    }
    .img-home{
      margin-top: 10px !important;
    }
    #services-1{
      margin-top: -100px!important;
    }
    }
/*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*/