*{
    font-family: Ubuntu;
}
#hero-image{
    background-image: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url(../images/ks-rental.jpg);
    background-size: cover;
    height: 100%;
    padding: 50px 0 100px 0;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);

}

.main-heading{
    font-size: 60px;
}

.sub-heading{
    font-size: 20px;
    font-weight: 300;
}

.btn-sm-device{
    display: none !important;
}

.booking-form{
    background: #fff;
    border-radius: 10px;
}

#why-us{
    padding: 50px 0;
}

#why-us .icon-box{
    padding: 80px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f4f4f4;
    text-align: center;
    border-bottom: 2px solid #eb3b5a;
    transition: 0.25s ease-in;
    transform: scale(0.95);
}

#why-us .icon-box:hover{
    background-color: #eb3b5a;
    border-bottom: 2px solid #333;
    transform: scale(1);
}

#why-us .icon{    
    background: #eb3b5a;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: 10px;
}

#why-us .icon-box:hover .icon{
    background-color: #fff;
}
#why-us i{
    color: #fff;
    font-size: 60px;
}

#why-us .icon-box:hover i{
    color: #eb3b5a;
}

#why-us .icon-box{
    padding: 80px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f4f4f4;
    text-align: center;
    border-bottom: 2px solid #eb3b5a;
    transition: 0.25s ease-in;
    transform: scale(0.95);
}

#why-us .icon-box:hover{
    background-color: #eb3b5a;
    border-bottom: 2px solid #333;
    transform: scale(1);
}

#why-us .icon{    
    background: #eb3b5a;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: 10px;
}

#why-us .icon-box:hover .icon{
    background-color: #fff;
}
#why-us i{
    color: #fff;
    font-size: 60px;
}

#why-us .icon-box:hover i{
    color: #eb3b5a;
}

#contact .icon-box{
    padding: 80px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f4f4f4;
    text-align: center;
    border-bottom: 2px solid #eb3b5a;
    transition: 0.25s ease-in;
    transform: scale(0.95);
}

#contact .icon-box:hover{
    background-color: #eb3b5a;
    border-bottom: 2px solid #333;
    transform: scale(1);
}

#contact .icon{    
    background: #eb3b5a;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: 10px;
}

#contact .icon-box:hover .icon{
    background-color: #fff;
}
#contact i{
    color: #fff;
    font-size: 60px;
}

#contact .icon-box:hover i{
    color: #eb3b5a;
}

#contact .icon-box{
    padding: 80px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f4f4f4;
    text-align: center;
    border-bottom: 2px solid #eb3b5a;
    transition: 0.25s ease-in;
    transform: scale(0.95);
}

#contact .icon-box:hover{
    background-color: #eb3b5a;
    border-bottom: 2px solid #333;
    transform: scale(1);
}

#contact .icon{    
    background: #eb3b5a;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: 10px;
}

#contact .icon-box:hover .icon{
    background-color: #fff;
}
#contact i{
    color: #fff;
    font-size: 60px;
}

#contact .icon-box:hover i{
    color: #eb3b5a;
}


#about {
    padding: 50px 0;
    background-color: #fff;
}

#fleets{
    padding: 50px 0px;
    background: #f4f4f4;
}

#fleets .image-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #eb3b5a;
    text-align: center;
    color: #fff !important;
    box-shadow: 5px 5px 3px rgba(0,0,0,0.15), -5px -5px 3px rgba(0,0,0,0.15);
    border-radius: 10px;
    overflow: hidden;
    transition: 0.25s ease-in;
    transform: scale(0.95);
    margin: 20px 0;
}

#fleets .image-box:hover{
    transform: scale(1);
}

#fleets .image-box .image{
    position: relative;
}

#fleets .image-box .price{
    position: absolute;
    bottom: 10px;
    background-color: #eb3b5a;
    padding: 10px 30px;
    color: #fff;
    right: 10px;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

#fleets .image-box .image-box-body{
    padding: 30px 0;
}

#cta{
    padding: 50px 0;
    background-image: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url('../images/bt45.jpg');
    background-attachment: fixed !important;
}

#testimonials{
    background-image: linear-gradient(rgba(235, 59, 90, 0.85), rgba(235, 59, 90, 0.85)), url('../images/car-ferrari-portofino-m_splash.jpg');
    padding: 100px 0px;
    background-size: cover;
    background-position: center center;
}


#testimonials .testimonial-box{
    margin: 10px 50px;
    text-align: center;
    background: rgba(255,255,255,0.75);
    padding: 10px 50px;
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
    display: flex; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#testimonials .testimonial-box .icon{
    background: #eb3b5a;
    height: 60px;
    width: 60px;
    margin: 10px 0;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #fff;
}

#footer{
    background: #333;
}

#header-title{
    background: #eb3b5a;
}
/*-------------------Mobile CSS-------------------*/

@media only screen and (max-width: 600px) {
    .main-heading{
        font-size: 28px;
        text-align: center;
    }
    
    #hero-image{
        clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%) !important;
    }
    .sub-heading{
        font-size: 18px;
        text-align: center;
    }

    .btn-lg-device{
        display: none !important;
    }

    .btn-sm-device{
        display: inline-block !important;
    }

    #testimonials .testimonial-box{
        margin: 10px 20px;
        clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
        padding: 30px 10px;
    }
  }
  
  /* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}
