/*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%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    background-color:#ffffff ;
}


h1,h2,h3,h4,h5,h6,p{
    font-family: 'Poppins';
}

.top-bar{
    background: rgb(240, 240, 240);
    background: linear-gradient(50deg, rgb(255, 255, 255) 14%, #0059AF 14%);
    border-top: 4px solid  #0059AF;
}

.navbar{
    padding: 0px!important;
    border-bottom: 3px solid  #ff9a26;
    background-color: white!important;
}

.navbar li{
    margin: 0px 10px;
}

.navbar li a{
    font-family: 'Poppins';
    color: black;
}

.main-btn{
    box-shadow: none!important;
    background: rgb(255,255,255);
    background: linear-gradient(135deg, rgba(255,255,255,1) 23%, #ff9a26 23%);
padding: 25px 80px;
border-radius: 0px;
color: white;
font-family: 'Poppins';
font-size: 18px;
}

.main-btn:hover{
    box-shadow: none!important;
    background: rgb(255,255,255);
    background: linear-gradient(135deg, rgba(255,255,255,1) 23%, #3f4eda 23%);
padding: 25px 80px;
border-radius: 0px;
color: white;
transition-duration: 0.4s;
}

.carousel-1{
    background: url('../img/carousel-1.png')rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 80vh;
    display: flex;
    align-items: center;
}

.carousel-2{
    background: url('../img/car-1.webp')rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 80vh;
    display: flex;
    align-items: center;
}

.carousel-caption{
    margin-bottom: 13%;
}

.book-btn{
    background-color:#2b3ee7 ;
    color: white;
    border-radius: 0px;
    padding: 15px 45px;
    font-family: 'Poppins';
    font-size: 18px;
}

.book-btn:hover{
    background-color:#2b3ee7 ;
    color: white;
    border-radius: 0px;
    padding: 15px 45px;
    font-family: 'Poppins';
    font-size: 18px;
}

.about-img-circle{
    background-color: #0059AF;
    border-radius: 50%;
    width: max-content;
    padding: 20px;
    border: 8px solid white;
}

.about-bottom{
    background: url('../img/about-bg.webp');
    background-position: 120% 0%;
    background-repeat: no-repeat;
    background-size: 50%;
    padding: 15px;
    background-color: rgb(231, 231, 231);
}

.about-btn{
    background-color: transparent;
    font-family: 'Poppins';
    box-shadow: none!important;
    color: black;
    font-size: 18px;

}

.sec-btn{
    background-color: #ff9a26;
    font-family: 'Poppins';
    box-shadow: none!important;
    color: white;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 6px;

}

.sec-btn:hover{
    background-color: #ff9a26;
    font-family: 'Poppins';
    box-shadow: none!important;
    color: white;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 6px;

}

.about-box{
    border-radius: 20px!important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    
}

.about-box:hover{
    border-radius: 20px!important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    
    transition-duration: 0.4s;
}

.about-box:hover .about-bottom{
    background-color: #ff9a26;
    transition-duration: 0.4s;
}

.about-box:hover .about-img-circle{
    background-color: #ff9a26;
    transition-duration: 0.4s;
}

.about-box:hover .about-btn{
   color: white;
    transition-duration: 0.4s;
}

.about-box:hover .fa-arrow-right{
    color: white!important;
     transition-duration: 0.4s;
 }

 .about-bg{
    background: url('../img/about-bg-shaper.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px -100px!important;
    
 }

#cars-bg-home{
    background: url('../img/vars-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.container-fluid{
    max-width: 90%;
}

.car-box{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px!important;
}

.motor-side-bg{
    background: url('../img/about-side-1.jpeg');
    
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px 0px 0px 12px;
   
   
    
}

.motor-side-bg-2{
    background: url('../img/about-bg.webp');
    background-position: 120% 0%;
    background-repeat: no-repeat;
    background-size: 50%;
    padding: 25px 40px;
    background-color: rgb(247, 247, 247);
    border-radius: 0px 12px 12px 0px;
}

#motors-row{
    background: url('../img/scooter-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: auto;
    display: flex;
    align-items: center;
}
.motor-side-bg:hover img{
    scale: 1.08;
    transition-duration: 0.3s;
} 

.motor-side-bg:hover p {
    scale: 1.04;
    transition-duration: 0.3s;
}

.choose-circle{
    background-color: #0059AF;
    width: fit-content;
    padding: 22px;
    border-radius: 50%;
}

#testimonials{
    height: 500px;
    padding: 100px 0;
}

.next,
.prev /*, .carousel-indicators */ {
   
    border: 1px solid rgb(117, 117, 117)!important;
    width: 60px;
    height: 60px;
    padding-bottom: 10px;
    border-radius: 50%;
    background-color: #1571c7!important;
    color: #ff9a26;
    opacity: 1;
}

.next:hover,
.prev:hover /*, .carousel-indicators */{
    color: #ff9a26;
}


footer{
    background: url('../img/footer-bg.webp')rgba(0, 0, 0, 0.22);
    background-color: #0059AF;
    background-size: cover;
    background-blend-mode: multiply;
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  a.footer-link{
    color: white;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
  }
  .footer-link:hover{
    color:  #A9D1DB;
  }
  .payment{
    display: flex;
  }
  .socials{
    display: flex;
    color: white;
  }
  .footer-links{
    display: flex;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
  }
  .socials a{
    text-decoration: none !important;
    color: white;
  }
  .socials a:hover h4 {
    color:  #A9D1DB;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  .copyright{
    display: flex;
  justify-content: right;
  text-align: right ;
  align-items: end ;
  }
  .room-link{
    color: #000000;
  }
  .room-link:hover{
    color: #932B41;
  }
  
  @media(max-width:1000px){
  
  .room-link{
      text-align: left !important;
    }
    .copyright{
      display: flex;
      justify-content: center;
      text-align: center ;
      align-items:center;
    }
    .footer-links {
      display: flex;
      font-family: Jost, sans-serif;
      font-size: 18px;
      padding: 0px 30px 0px 30px;
      flex-wrap: wrap;
      align-content: center;
      justify-content: space-evenly;
      align-items: baseline;
  }
    .br-tag{
      display: block !important;
    }
    .footer-title{
    font-size: 24px !important;
    }
    .hr-line{
      display: none;
    }
  
  
  
  
  
  
  }


  #car-rent-head{
    background: url('../img/car-rental-bg.png')rgba(0, 0, 0, 0.5);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 40vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;

  }

  #motor-rent-head{
    background: url('../img/car-2.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;

  }

  #about-head{
    background: url('../img/car-1.webp')rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 40vh;
    display: flex;
    align-items: center;
  }

  #gallery-head{
    background: url('../img/berat3.png')rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 40vh;
    display: flex;
    align-items: center;
  }

  #contact-head{
    background: url('../img/contact-head-rent.jpg')rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 40vh;
    display: flex;
    align-items: center;
  }